JordiPlana
Forum Replies Created
-
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Chris,
Thanks for the feedback. I will try to find a proper fix for the counter later on today, unfortunately I don’t have access to my testing environment at the moment.
About the possibility of showing the button to not-logged user, is not yet supported by the plugin, but I will consider adding this feature in future releases.
Thanks,
JordiForum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Chris,
Once again I cannot reproduce the error, so if you can modify a plugin file for me and let me know if it fixes your problem I would be really thankful.
Modify wp-content/plugins/bbpress-like-button/js/public_functions.js line 21 and 23.
Replace line 21
var likes_number = $('.bbpl_number');
With that line
var likes_number = button.parent('.bbpl_button_wrapper').children('.bbpl_number');
Replace line 23
likes_number.text(parseInt(likes_number.text(),10) + 1);
With that line
likes_number.text(+parseInt(likes_number.text(),10) + +1);
Once again, after you do the changes please be sure you flush any caching WordPress plugins and the browser cache.
Let me know if that solves you issue.
Thank you,
JordiForum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Chris,
Thanks for the feedback I will include the fix on an upcoming release of the plugin.
Regarding this counter number, which browser are you using?
Thank you,
JordiForum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Topher and Ciaran,
I can’t reproduce your problem, but I suspect what can be the issue.
Can you please try to temporary modify a file on the plugin, and let me know if it fixes the problem?
On wp-content/plugins/bbpress-like-button/class.bbpress_like.php
Line 324, on public function bbpl_show_button change this line
$post_id = $post->ID;
for this one
$post_id = bbp_get_reply_id();
After the edition, flush any caching plugins and refresh the page.
Did that solve your problem?
Thanks,
JordiForum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesBy the way, are you using any specific theme for bbPress?
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi guys,
Many thanks for the replies, I’m going to have a deep look to this issue.
As soon as I get the fix I will publish it and post in this thread.
Sorry for any inconvenience and thanks for your patience.
Jordi
Forum: Plugins
In reply to: [bbPress Like Button] Likes of topic is the same as repliesHi Topher,
Which versions are you using of?
- WordPress
- bbPress
- bbPress Like Button plugin
Thank you,
JordiForum: Plugins
In reply to: [bbPress Like Button] like button in forum list with topicsHi Sven,
The plugin doesn’t provide any mechanism to add the popularity sort option.
I will take into consideration your suggestion to limit the like button only for original post (topic) and hide it from the replies.
Thank you
JordiForum: Plugins
In reply to: [bbPress Like Button] Show Avatar in widget shortcodeHi Peter,
Thanks for the reply, it’s awesome to get some useful feedback. I will work on making the labels configurable through the plugin options and add it in the next version.
Thanks again ??
Jordi
Forum: Plugins
In reply to: [bbPress Like Button] Show Avatar in widget shortcodeHi Peter,
Thanks for using the plugin. I will add the user avatars next to the most liked users on the next version of the plugin.
When you say you hacked the plugin, you mean you had to actually modify it in order to work, or just tweaked for your purposes?
Thank you,
JordiForum: Plugins
In reply to: [bbPress Like Button] Likes on activityHi Peter,
If you mean adding the likes activity to the BuddyPress activity stream, yes it’s on my TODO list for next version of the plugin.
Thanks,
JordiForum: Plugins
In reply to: [bbPress Like Button] Like don't registerHi Maria,
It looks like it does not finish the AJAX call correctly then.
Can you try clicking the thumbs up with the Chrome Developer Tools, or Firebug with the Console tab open?
Otherwise you can provide me a test user so I can log in an debug it my self? You can send me the information privately to [email protected]
Thank you,
JordiForum: Plugins
In reply to: [bbPress Like Button] v1.3 broken with WP 3.8.1Hi,
I’ve just updated the plugin. Please update to version 1.4
Thank you,
JordiForum: Plugins
In reply to: [bbPress Like Button] Allow anonymous voteHi,
I’ve just updated the plugin. Please update to version 1.4
Please note that the anonymous voting is not supported.
Thank you,
JordiForum: Plugins
In reply to: [bbPress Like Button] Looks awesome – but will it be updated?Hi,
I’ve just updated the plugin. Please update to version 1.4
Thank you,
Jordi