I just installed this, and it works with 4.0 for me so far.
If anyone has problems with it on 4.0 or later, please let me know.
]]>Hello,
I installed the plugin and tried to do some checking with it. I opened a page and saw that one views was counted. I then refreshed the page 10-12 times from the same PC and to my horror saw that the pages had got. The numbers showed that it was re-counting the views after refreshing the page.
In this way, there can be any number of views if a person keeps refreshing the page all the day long. How do I deal with it?
Thanks
Abhijit Bangal
I found a simple solution.
Find the following line in author-page-views.php .
$date = date( ‘Y-m-d 0:0:0’, current_time(‘timestamp’) );
Add the following code after this line:
// Check if not already viewed from same ip
$user_ip = $_SERVER[‘REMOTE_ADDR’];
$key = $user_ip . ‘x’ . $postID;
$value = array($user_ip, $postID);
$visited = get_transient($key);
//check to see if the Post ID/IP ($key) address is currently stored as a transient
if ( false === ( $visited ) ) {
//store the unique key, Post ID & IP address for 12 hours if it does not exist
set_transient( $key, $value, 60*60*12 );
// now run post views function
$count_key = ‘views’;
I am looking to accomplish the same exact thing as this plugin – but I want it to track page views for commenters – not post authors. So, for example, if a post has 3 comments on it – I would like 1 page view to be logged for each of the 3 users that made a comment.
I realize this is not a feature of this plugin, I am just wondering what it would take to modify this plugin to make something like this work? I would also be happy to pay for the adjustment if it’s possible.
Thanks!
https://www.ads-software.com/extend/plugins/author-page-views/
]]>The plugin is great for tracking multiple authors. The problem I run into is when the plugin is enabled, it can add 2-3 seconds to each load time due to the css file it uses to track each page view.
Here is an image: https://i2.minus.com/i4OsFPvCQ1UbB.jpg
I can repro this on other blogs. Would love to get your thoughts on how to resolve this.
Thnx
https://www.ads-software.com/extend/plugins/author-page-views/
]]>I have a problem on one of my sites where it does not count visits…
I believe it’s because the permalinks lead directly to the site where the post is published, so the post never gets opened on my site…
therefore I see option “cost per published post” the only useful way in my situation…
Or if anybody know a solution to my situation… I really would appreciate it…
Thanks!
https://www.ads-software.com/extend/plugins/author-page-views/
]]>I’m an European user therefore I cannot use it since only option is USD.
Also I rather set the amount of money per visit not per thousand visits…
Sending emails with statistics and invoice directly to authors would also be great feature…
Cheers!
https://www.ads-software.com/extend/plugins/author-page-views/
]]>Hello all,
the plugin dont count the visitor under WPMU installation, how can I repair this?
Please please write an answer.
Best regards.
Herbert
https://www.ads-software.com/extend/plugins/author-page-views/
]]>