• Resolved ico33

    (@ico33)


    Hello, I have a question.

    I would like that group members could upload images in group’s activity (in group’s posts, I mean), but only there, and not in their personal profile.

    If I install the plugin, a user will be able to upload images also in his activity stream in his profile, and groups. Is there a way to “limit” the plugin only for groups and not for personal profiles?

Viewing 1 replies (of 1 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @ico33,

    Hope you’re doing well 🙂

    You can hide the buttons from personal profile and show it only on groups by using this CSS code:

    .bpfb_actions_container {
    	display: none;
    }
    
    .groups .bpfb_actions_container {
    	display: block;
    }

    If your theme doesn’t have custom CSS field, then you may wish to use a child theme or a plugin like this one for this additional CSS. That way you’re protected when you come to upgrade.

    Cheers,
    Predrag

Viewing 1 replies (of 1 total)

The topic ‘Limit Activity Plus to Group posts’ is closed to new replies.