Topher Jamero
Forum Replies Created
-
Forum: Plugins
In reply to: [Thumbs Rating] REQUESTI see, thank you. I’ll see what I can do as I’m not a coder and I can just tinker.
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Jordi,
Yes it is working now, I might have mis-copied the lines since a red underline was showing on Komodo edit.
Thank you very much Jordi!
Regards
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesI see, please take your time.
With regards to my request, I’ll be waiting =).
Thanks!
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi again, thanks for the response. I replaced the code on the js file but when I click the like icon what it does is it directs me on top of the page, so basically the like button doesn’t function. I tried also on Chrome but still the same.
Regards
ChrisPS: Also is there a way to make the like count and icon visible but not click-able when a user is not logged in? Thanks!
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Jordi,
Thanks for the prompt reply, I’m currently using the latest version of Firefox.
Regards
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Jordi,
Working now thank you very much, but there might be a little work needed still. So, I liked a topic which has already 1 like, the thumbs up icon changes to a loader but then displays
12
Refreshed the page and shows 2 likes which is correct. Then I also liked the reply below the topic which has 1 like but then it displays
12
and also the main topic which is already has 2 likes
displays22
Refreshed the page, and the likes are back to normal. It does the same when another user likes a topic with 2 likes, instead of showing 3 already it shows 23.
Hoping for your help with regards to this too Jordi.
Regards,
ChrisForum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi, currently using twentytwelve theme.
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Jordi
Here are the versions
- WordPress 3.9.1
- bbPress v2.5.4
- bbPress Like Button 1.4 plugin
I just tested it again, but still when I like the topic, replies within that topic gets liked too.
Regards
Forum: Plugins
In reply to: [bbPress Post Ratings] Missing argument 2 for wpdb::prepare errorWarning: Missing argument 2 for wpdb::prepare(), called in C:\xampp\htdocs\wordpress\wp-content\plugins\bbpress-post-ratings\plugin.php on line 147 and defined in C:\xampp\htdocs\wordpress\wp-includes\wp-db.php on line 1147
Forum: Plugins
In reply to: [bbPress Post Ratings] Missing argument 2 for wpdb::prepare errorHad the same problem. Guess I’ll have to find another plugin, I think there is no support for this one.
Forum: Plugins
In reply to: [Thumbs Rating] Already Voted TextI see, thank you for the heads up I will keep that in mind.
-Topher
Forum: Plugins
In reply to: [Thumbs Rating] Already Voted TextHi Ricard,
I found the solution, on the plugins jquery at the very bottom I added .fadeOut( 1600 ).
// Display message if we detect LocalStorage jQuery('#thumbs-rating-' + ID + ' .thumbs-rating-already-voted').fadeIn("slow").css('display', 'inline-block').fadeOut( 1600 );
I hope this may help other users of your awesome plugin.