Kyle R
Forum Replies Created
-
Forum: Plugins
In reply to: [Extended API] requested method X does not exist.Any idea when you will get chance to update or if I can pay you to fix it? I’m really looking to create users via the XML RPC.
How can you say disable it? People might want both?
Bad coding, not checking if classes/functions already exist.
Forum: Plugins
In reply to: [Post Pay Counter] Pro VersionAny ETA on Pro Ste? 🙂
Forum: Plugins
In reply to: [Post Pay Counter] [Request] Word count on stats pageYeah we would definitely use it – we would really like for the admins (not authors) to see the progress of this on the Dashboard with our other pre existing widgets.
Great plugin by the way, kudos.
Forum: Plugins
In reply to: [Post Pay Counter] Does not workOkay – we will wait for the PRO version.
The PRO version with Analytics will track a posts visits on a month to month basis right? We don’t want to be paying writers for visits their post got from a month before, etc.. but we DO want to pay authors for visits old articles have accumulated in this calendar month.
EG:
Feb 2014 – 13 articles posted this month, generated X views
Feb 2014 – 19 articles posted last month (Jan), genrated X views this month (Feb)This would reflect how much they are paid for visits for Feb.
Forum: Plugins
In reply to: [Post Pay Counter] Does not workAlso – the post visits thing doesn’t work, trying to find a way to get it to work but on the stats page it just shows each post as 1 visit.
Forum: Plugins
In reply to: [Post Pay Counter] Does not workThanks – seems to be fixed.
How do I get the pro version? The link just takes me to a forum without any reference to upgrading.
Forum: Plugins
In reply to: [Post Pay Counter] Does not workI own the blog and have full access also.
Forum: Plugins
In reply to: [WP Popular Posts] Randomly not following the post-html styling field?* Fix *
Seems through some trial and error I have found a fix for this:
Do not use double quotes
Instead of:
post_html=""Use:
post_html=''Not sure why double quotes has started breaking it all of a sudden, but this is the issue.