Page 2 of 3

Posted: Thu Mar 17, 2005 8:56 pm
by SILU
But whats now...the ".:." are NOT displayed...there are no changes in the sidebar displayed...

Posted: Mon Mar 21, 2005 10:25 am
by garvinhicking
Ah, you're right. You need to chage the $this->title / var $title = '' assignment in the plugin.

But I also wrote a plugin where you can customize the title of the categories plugin via Configuration. I posted it here on the forums, please search it up...

Regards,
Garvin

Posted: Tue Jul 26, 2005 9:22 am
by drizzt
Hi,

same problem here: the top exits plugin collected data right after I installied it and then stoppt doing anything. There are three entries in the serendipity_exits and 30 entries in serendipity_suppress (whats it's purpose?). I've checke both tables - both are ok. Checked several logfiles for possible errors: nothing.

Regards

Jens

Posted: Tue Jul 26, 2005 11:12 pm
by garvinhicking
The exit tracking tries to autodetect spamming from the same URLs/IPs (that's what the suppress table is for), so you cannot create traffic on your own. Just let your s9y installation "live" for a time and all should be well :)

Regards,
Garvin

Posted: Mon Dec 05, 2005 3:30 am
by Guest
I have a question about this one as well ...

I use the track exit plugin; so there is a way on collecting data about tracking the clicks on a certain URL in an entry... My question is: is there a way (or otherwise how do I) show the number of exits on a certain URL in an entry ... ( so I don't mean the clicks on an entry which can be shown by the karma plugin)

Posted: Mon Dec 05, 2005 3:39 am
by BabeSpot
Anonymous wrote:I have a question about this one as well ...

I use the track exit plugin; so there is a way on collecting data about tracking the clicks on a certain URL in an entry... My question is: is there a way (or otherwise how do I) show the number of exits on a certain URL in an entry ... ( so I don't mean the clicks on an entry which can be shown by the karma plugin)
Hmm.. weird.. not noticed that I wasn't logged in...

Posted: Mon Dec 05, 2005 10:41 am
by garvinhicking
Babespot: Yes, you can do that with the "entrylink" ("Links to an entry") plugin. That one can show the incoming/outgoing links to a specific entry in the sidebar.

Regards,
Garvin

Posted: Tue Dec 06, 2005 1:08 am
by BabeSpot
garvinhicking wrote:Babespot: Yes, you can do that with the "entrylink" ("Links to an entry") plugin. That one can show the incoming/outgoing links to a specific entry in the sidebar.

Regards,
Garvin
Thanks Garvin, I knew that one already... I was looking for a mod/hack/plugin that shows the amount of times an URL in an entry has been clicked in the footer of that entry. Is that easy to code or do I have to go in the core to arrange that?

Posted: Tue Dec 06, 2005 1:41 pm
by garvinhicking
Babespot, can you describe that more in depth? What do you mean by "has been clicked in the footer of that entry"? Do you mean the funcionality of tracking clicks to an entry from the Karma voting plugin?

Regards,
garvin

Posted: Tue Dec 06, 2005 2:12 pm
by BabeSpot
You know my website yet. It consists most of the time of a new entry pointing to another site via an URL in that entry... (that could be a picture or a textlink).

Now I want to know if it is possible to code to show how much times that specific URL in that specific entry has been clicked in the footer of that entry.

So the footer would be like:

posted by blabla in blabla|comments(x)|trackbacks(x)|clicks(x)

p.s. I have to say I like this community now already ! Garvin, you are so fast at replying and really want to go deep for your users!

Posted: Tue Dec 06, 2005 2:40 pm
by garvinhicking
Hi Babespot!

Ah, now I understand. I've just made an addition to the karma plugin, which can now aggregate the list of top exits to an entryid. I have not tested it, but I think it should work.

You can find the new plugin file here:

http://svn.berlios.de/viewcvs/serendipi ... 9&view=log

HTH,
Garvin

Posted: Wed Dec 07, 2005 3:15 am
by BabeSpot
Hi Garvin, I think it's not working well ...

I installed it and tried several options (by selecting yes or no in the options of the different options) and I have the idea that the plugin is not counting, and that some code is wrong because of the text that appears "PLUGIN_KARMA_VISITSCOUNT"

I added some screens to make it more clear for you Garvin...
The settings:

Image

and the footer shows this with the setting above:

Image

Hope I helped you a little bit with this, grtz

Posted: Wed Dec 07, 2005 10:31 am
by garvinhicking
Babespot: I just tested the plugin at my site, and it does work there. You need to have the "Markup: Track Exits" plugin installed, of course so that it can track entries.

You'll need to also fetch the "lang_en.inc.php" language files from the plugin directory, so that those constants do not appear anymore! :)

HTH,
Garvin

Posted: Thu Dec 08, 2005 1:32 am
by BabeSpot
Hi garvin, I downloaded your files and fetched the lang_eng file, but I still have the idea that's not working...

As you can see on my site in the right side-bar the exits are shown in the top-exits module... that is counting well, but I don't see anything happen in my entries...

I have to say that I changed the exits so that they now point to the real URL instead of only to the host...

So in includes/functions.inc.php, I changed line 575 in:

Code: Select all

'<a href="%1$s://%2$s%3$s" title="%2$s"  TARGET="_blank">%2$s</a> %4$s<br />',
Could that be the problem?

Posted: Thu Dec 08, 2005 1:51 am
by BabeSpot
Hmmz.. no ofcourse that doesn't matter... that's only how the output is printed... it counts indeed...

But I noticed something else:

On the frontpage it looks like this:
Image

but when I click on the title of that entry (so extended view), it looks like this:
Image

Now I want to show that "top exits (107)" in the extended view, in the footer of an entry at the indexpage... thus where it says "top exits (0)" in the first image.