Has anyone used the WP-Click-Tracker Plugin? I want to add a custom field in each link_id (As like as the link_title). So that when I call a function like ‘.$result[$i]->link_title.’ I get the output of that custom field. (For Example; .$result[$i]->[custom_field].)
]]>Has This Plugin Been Abandoned? If so, why? Since it’s been a while since the last update, I’m pretty concerned about using this plugin. Any thoughts?
]]>hello,
could you add support for mailto: links. This could be very useful for my project, and I guess also for other people.
thanks!
vincent
Hello,
Do you think it would improve the module if we add 301 to the redirect?
Currently looking at line 381 of click-tracker.php
.
This way, it wouldn’t create duplicate URL and/or mess up with the SEO.
I need some more input about this, but I think it would help!
]]>I cant acces the plugin “You do not have sufficient permissions to edit the links for this blog.”
Done something wrong?
Thank you!
Hello,
I installed WP-Click-Tracker 0.7.3 last week on https://where-to-elope.com. The plugin is tracking internal links but not tracking the outbound links..
I have confirmed that all outbound links in Nevada have Titles. The clicked on some of those links and they are not being tracked by the plugin.
Please advise.
Thanks, Dave
]]>I’m using the WP-click tracker to track ad and link clicks on my site, but I am getting almost 10 false clicks per link per week from crawlers. I was wondering if there is an easier way to filter crawlers than inputting each of their IP addresses in the ignore slot.
]]>Hi there, i dont have google analytics plugin installed.. but I do have it included as a link in my header to a php file on my server.
Im not getting any link clicks showing up.
Ive manually added all the links I want to follow.. was that correct?
Clicking.. no stats.
]]>How can I track clicks on ads in sidebar Text widgets? They are not being tracked and my advertisers want click counts! Thanks, all.
]]>Hello, I love the plugin. However, today I found a rather large (8MB) error log in the root of my host account, with every line referring to WP Click Track. Here is an example line:
[18-Mar-2012 02:39:12] PHP Warning: call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'wpct_sidebar_init' was given in /home4/electsx7/public_html/wp-includes/plugin.php on line 405
Any ideas what’s going on? My server is running Linux with PHP v5.2.17.
]]>I want to get a total of all clicks on all links.. tehre is some way?
thanks!
Somebody knows when will be actived options to short the links by name, date, clic, create date…?
thanks!
]]>I noticed that in the configuration, you can choose to track links in the Archive and Blogroll sidebar widgets. Any way to track links in other widgets, without having to create all the links manually?
]]>Note, this was done to Version 0.7.3.
It really should be implemented to the plugin itself with an options panel ?? – this is just a quick fix.
Someone asked that subscribers/authors dont see the dashboard statistics.
heres a way to disable the dashboard for non editors/admins:
Edit the file “click-tracker.php”
1: find the line
“add_action(‘wp_dashboard_setup’, ‘wpct_admin_add_dashboard_widgets’ );”
2: insert two // before the line (making it not execute)
3: paste the following code
function wpct_admin_add_dashboard_widgets2()
{
if ( current_user_can('level_7') ) // editors and admins
{
wp_add_dashboard_widget('wpct_admin_dashboard_widget', __('Click Tracker', 'wp-click-track'), 'wpct_admin_dashboard_widget');
}
}
add_action('wp_dashboard_setup', 'wpct_admin_add_dashboard_widgets2');
Note that the last line is almost identical as the one you //’ed
– The only thing we do here is to insert a check if the user is editor or admin.
BR\Emil
]]>Is it really necessary to put language like this in a place where it’s going to end up in the header of every page?
//FireFox 3 is a bitch; it doesn't track links which open in "self"
Hi,
Great plugin! But is there a way for me to output the number of clicks to my HTML? Say I want to display the total number of clicks right next to the link that is being tracked.
Thanks!
– John H.
]]>Hi
WP-Click-Tracker is amazing, an excellent plugin with some great features. It is almost perfect EXCEPT, the links are in the format:
https://pmc.miramedia.co.uk/?wp_ct=1 and I would really like:
https://pmc.miramedia.co.uk/test/
Where test is the title of the link.
Any ideas anyone?
Thanks
Dominic
When I parse my posts for external links no tag is added, no link is therefore tracked.
Also, when I try to delete a handmade link I get the word “Bad” only and the link is not deleted
]]>