Search Results for 'Hide Admin'
-
Search Results
-
Greetings,
I realize there’s an option to disallow anyone (except system admins) from creating new groups – which is useful in my case. However, I would like to extend this to group deletion as well. I would like to assign group administrators to manage just about everything EXCEPT deleting the group.Is there a plugin or filter I could apply to completely hide the group deletion features on the front-end from the group administrators?
I’m using BP 1.7.1, WP 3.5.1 and Dynamix theme.
Thanks,
JeffHi, I am using bbpress and don’t want users to post information to the activity stream. I don’t mind using just display:hide to hide the option of non-mods from posting into groups, but I’d like to set some function that will check if a user is a moderator of a group and if they aren’t to not have that activity saved. The reason I need a function is so savvy people who can change the css don’t post group activity updates. Thanks!
wordpress 3.5.1
buddypress 1.7.1
Theme: my own custom theme
note: *i didnt use bp-default theme/child theme, from what i understand this is not needed for this version of buddypress (am i right?)————–
Hello guys!
This might be a very noob question but i’m stuck with this for two days already. T_T Its my first time to install BuddyPress.I just want to change the location of the login | register in the admin bar.
I’m planning to move it to the header and hide the admin bar to logged out users.
I just want a simple Login | Register (if user is log out, and when clicked go to their own respective pages)
and be changed to Log Out (if user is logged in)i have checked out:
https://buddypress.trac.wordpress.org/browser/tags/1.7/bp-themes/bp-default/sidebar.phpand came up with this:`<?php if ( !is_user_logged_in() ) : ?>
<h4><?php echo bp_core_get_userlink( bp_loggedin_user_id() ); ?></h4>
<a class=”button logout” href=”<?php echo wp_logout_url( wp_guess_url() ); ?>”><?php _e( 'Log Out' ); ?></a>
<?php else : ?>
<a href=”<?php echo get_site_url(); ?>/wp-login.php”>Login</a>
<a href=”<?php echo get_site_url(); ?>/registration”>Register</a>
<?php endif; ?>`But even when the user is logged out, it still says log out and isnt clickable.
Thank you very much in advance! 🙂
I installed buddypress 7.1 Yesterday I’ve been having trouble with the groups admin page were you can see all your groups on your site and bulk delete.
First of all, when I check any number of groups to delete (Even all on the page ) and then choose delete and apply from the bottom of the page nothing happens (Basically the page reloads) But when I do it from the top delete and apply it goes fine to the screen that gives you the choice to abort the deletion or not.
Second, under screen options, show on screen, things that I said not to show are not permanently set. For instance, I choose not to show description the discussion will disappear from the table . Now if I do any action the reloads the page like apply or deleting something or reload. The settings seem to be saved on the hide menu, but it isn’t reflected in the display table of groups. (This seems to be That when reload occurs the table isn’t looking at any saved variables . The changes only occur on the table if a checkmark is changed.
third, I don’t see the able to choose more than 20 Groups at a time. I was able to Display 5 and 10 Groups at a time. This is despite the fact that I can set higher number of groups than 20.
TimCarey
I get this message every time I save a group on the admin page at e.g.:
/wp-admin/admin.php?page=bp-groups&gid=4&action=edit
Even though there are admins in the group, I get this error message. Also, I have “ghost” members on the group pages. It shows there are 38 members for example when there are only 34. I have hide admins set to false on the group pages.
Any ideas?
I’m running BP1.7
Thanks, Jon