• The box with the five options to choose from seems redundant since one can just click on the “email options” link. In addition, the box often overlays important administrative areas and I have to click the checkbox to close it, just so I can create a new topic. Also, it seems to randomly show up next to some groups on the Groups page, even groups I don’t belong to.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In the file bp-activity-subscription-functions.php, comment out the appropriate lines starting at line 485 (add_action …..

    Hope that helps.

    @bordermedia Thanks for that, exactly what I came here to find ?? I looked funky in my set up as well. Now it’s much better.

    Plugin Contributor Dwenaus

    (@dwenaus)

    you can just comment stuff out in the plugin, but if you upgrade, anything you change will be overwritten with the new update. try doing a remove_action on the function you don’t like. Or I can insert some filters so you can filter the output. another solution would be to use css to hide that element specifically on the group directory page.

    I added this to my themes functions.php and it removed it from the group directory

    remove_action ( 'bp_directory_groups_actions', 'ass_group_subscribe_button' );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: BuddyPress Group Email Subscription] How can I remove the hover box?’ is closed to new replies.