Hi, there
Thanks for previous helps and I’m very appreciated about that.
I’m wondering are there any ways to remove “Favourite” Button in the Activity?
Thanks.
Hello Dandy,
Thank you for posting. Yes it can be easily achievable use the following code in your bp-custom.php file
function buddydev_hide_favourite_button() { return false; } add_filter('bp_activity_can_favorite', 'buddydev_hide_favourite_button' );
Thank You
RaviHi, Ravi
Thanks for your reply and solution. It works as charm.
Thanks a million and have a good day!
Hi Alex,
Please open a new topic and link this one. Please avoid posting in old topics as the original author gets notified of the replies, and It may be inconvenient for them.Thank you
Brajesh
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
This topic is: resolved