• I am using the Buddypress Restrict Group Creation plugin. I want to remove the create group button which appears on my page. I am not using the buddypress default them. Does anybody know how to do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gregw89

    (@gregw89)

    the page which this text is on is: here

    Thread Starter gregw89

    (@gregw89)

    does anybody know?

    Thread Starter gregw89

    (@gregw89)

    I am not very proficient in coding, so if anybody has any suggestions on ho to remove the text, I would appreciate it.

    I should also add that the text only show up to people who are members of the site. I want to restrict it for everybody except the admin.

    Again, the link in which the text is on is: TheoryZone

    Hi Greg, this is old and your site doesn’t exist any more but I’ve got your answer =\.

    See the CSS text area in the plugin settings? Those styles need to match those of the create group button and the next-previous area on the /groups/create page.

    The style is inserted into the head using bp_head, so after sticking
    <?php do_action( 'bp_head' ) ?>
    into your header.php, it should work. “bp_head” isn’t anywhere in the default theme; I haven’t tested it but it shouldn’t work out of the box with the default-theme until they do the above. Weird.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS to remove Create Group button’ is closed to new replies.