विवरण
This plugin has been closed as of मार्च 11, 2025 and is not available for download. This closure is temporary, pending a full review.
समीक्षाहरू
अक्टोबर 12, 2021
Css mime error
मे 25, 2020
it’s not working well with BuddyBoss (May 2020). Don’t even bother.
फेब्रुअरी 4, 2019
2 जवाफहरू
Hi. I love the idea of this plugin and i seriously wish it worked correctly. I understand it’s 2 years old, but at the moment I don’t feel as if it functions how it should.
Likes and reactions don’t work for comment replies. I had to install a separate like plugin. This plugin wouldn’t allow me to deactivate the ‘like’ either.
अप्रिल 7, 2018
solve the 400 css error. Uninstalled.
जुन 28, 2017
fixed with a little manual edit!
*public_html/wp-content/plugins/activity-reactions-for-buddypress/class/class.php
search:
/*********
function used for inserting default values
in database tables on activation
*************/
function arete_plugin_smileys()
{
GLOBAL $wpdb;
$settings = $wpdb->base_prefix . 'arete_buddypress_smileys';
$bp_setting = $wpdb->base_prefix . 'arete_buddypress_smiley_settings';
$enable_query = ai_bp_reactions_check_existance($settings, 'Like', 'like.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Love', 'love.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Thankful', 'thankful.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Ha Ha', 'haha.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Wow', 'wow.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Sad', 'sad.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Angry', 'angry.png');
$enable_query = ai_bp_reactions_settings_check_existance($bp_setting , 'favorite', "0");
}
change to (this can be ok for italian):
/*********
function used for inserting default values
in database tables on activation
*************/
function arete_plugin_smileys()
{
GLOBAL $wpdb;
$settings = $wpdb->base_prefix . 'arete_buddypress_smileys';
$bp_setting = $wpdb->base_prefix . 'arete_buddypress_smiley_settings';
$enable_query = ai_bp_reactions_check_existance($settings, 'Mi piace', 'like.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'T.V.B.', 'love.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Grazie', 'thankful.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Ahahaha', 'haha.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Wow', 'wow.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Triste', 'sad.png');
$enable_query = ai_bp_reactions_check_existance($settings, 'Grrrr', 'angry.png');
$enable_query = ai_bp_reactions_settings_check_existance($bp_setting , 'favorite', "0");
}
after change, u need to disable and re-enable plugin 🙂
work here: [link removed]
hope this can help other users and author to insert maybe a translation file (.po) for this…
regards,
S.N.
फेब्रुअरी 13, 2017
Love this plugin. The ui is fantastic for a free plugin. I have tried a whole bunch of other “like” plugins and they either have too much or to little. This one is simple, out of the box.
I do have a question….I have seen a pro version talked off by the plugins author; where can I purchase the pro version?
Thanks for a great plugin. It will make any community that much more interactive.
योगदानकर्ता र डेभलपरहरू
“Activity Reactions For Buddypress” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“Activity Reactions For Buddypress” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।