• Resolved jayney54

    (@jayney54)


    Is it possible to turn off the ability to like Buddypress posts? The plugin looks great on our bbPress forum, but we don’t want it on BuddyPress.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author atonyk

    (@atonyk)

    @jayney54, thanks for the feedback. I’m currently working on the settings page. It will have the option you’ve mentioned.

    As a temporary solution – the BuddyPress button can be hidden with the CSS:

    #activity-stream .wl-like {
        display: none;
    }
    Plugin Author atonyk

    (@atonyk)

    @jayney54, I’ve added the settings page in the version 1.3.0 of the plugin. It’s now possible to enable/disable the likes on certain pages.

    Thread Starter jayney54

    (@jayney54)

    Fantastic – thank you for letting me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Turn off BuddyPress likes’ is closed to new replies.