genesisbits
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Data Sampling QuestionThank you very much Hector as always! I appreciate the response and the information you have provided.
Forum: Plugins
In reply to: [WP Popular Posts] broken SQL since WP 4.8.2Does
$result2need to be modified too?Forum: Plugins
In reply to: [WP Popular Posts] broken SQL since WP 4.8.2Thanks! Worked for me.
Forum: Plugins
In reply to: [WP Popular Posts] meta value for Views?Thanks for that! Got it working.
Wasn’t initially working (my plugin was sorting the new meta value weirdly). Eventually figured out that it may have been the comma with the way the views are stored: 24,198.
So I changed one of the lines in the link you gave me to this:
update_post_meta( $postid, 'total_views', str_replace( ',', '', wpp_get_views( $postid ) ) );and it worked perfectly.
Forum: Plugins
In reply to: [Iptanus File Upload] Don’t upload to wp-contents?Worked perfectly! Thanks!
Forum: Plugins
In reply to: [Iptanus File Upload] Don’t upload to wp-contents?Oh and just a quick second question. Does %useremail% only send to that email if there was an input box where the user enters their email? Or can it ready from the users account email?
Forum: Plugins
In reply to: [Search Manager Lite] [PRO Version] Search Terms Not WorkingFixed it. Uploaded the plugin to my staging site and just copied the table across and it works fine now.
Strange that it didn’t create the DB table the first time.