It pretty much did the same thing so far.
I wasn’t aware of that other selection. I must have looked over it. I’m making another attempting to import it through that selection. So we’ll see what happens.
Nevermind, If I just deactivate the plugin it will remove them.
I still can’t use these users groups with the private forums plugin. I want to make a new user group so that only they have access to the private forum.
How about removing a user group?
Thank you!
I’m still a little new at this so I appreciate the help with what was more then likely a very simple question. It worked after I modified it a little.
<?php if ( !bb_is_user_logged_in() ) : ?>
show to those not logged in
<?php endif; ?>
Ok, I so figured out the <?php if ( bb_is_user_logged_in() ) : ?> tags to display items to users that are logged in. Now how can it be used to hide things from people that are logged in?
There is a lack of documentation on functions it seems. That or I’m just not looking in the right places.