top exits and top referrers
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
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
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
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
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)
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...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)
My Serendipity: BabeSpot !
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
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?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
My Serendipity: BabeSpot !
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
Regards,
garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
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!
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!
My Serendipity: BabeSpot !
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
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:

and the footer shows this with the setting above:

Hope I helped you a little bit with this, grtz
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:

and the footer shows this with the setting above:

Hope I helped you a little bit with this, grtz
My Serendipity: BabeSpot !
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
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
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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
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:
Could that be the problem?
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 />',My Serendipity: 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:

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

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.
But I noticed something else:
On the frontpage it looks like this:

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

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.
My Serendipity: BabeSpot !