Search Results for 'Hide Admin'
-
Search Results
-
Hi Everyone,
Please, I have been trying for a while now to hide all admin accounts on my site from all activities, member directory and the profile. I followed the suggestion on this thread https://buddypress.org/support/topic/hide-admin-from-members-and-activity/ which worked but for one admin(the first admin account on the site), other admin accounts are still accessible. What could be a solution to this please?
1. Which version of WordPress are you running?
4.3.1
2. Did you install WordPress as a directory or subdomain install?
root directory
3. If a directory install, is it in root or in a subdirectory?
root
4. Did you upgrade from a previous version of WordPress? If so, from which version?
4.3
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.
yes
6. Which version of BP are you running?
2.3.3 (also with 2.5.8 bbpress)
7. Did you upgraded from a previous version of BP? If so, from which version?
no
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
yes
AG Custom Admin
All In One WP Security
bbPress
bbPress Multi Image Uploader
bbPress Notices
BuddyPress
BuddyPress Forum Editor
Bug Library
Coming soon and Maintenance mode WpDevArt
Content Aware Sidebars
GD bbPress Tools
Merge + Minify + Refresh
Redis Object Cache (currently deactivated and troubleshooting)
Remove Dashboard Access
rtMedia for WordPress, BuddyPress and bbPress
Scrollbar Designer
Steam News Widget
WP Change Default From Email
WP Clone by WP Academy
WP Super Cache
WP ULike
WPS Hide Login9. Are you using the standard WordPress theme or customized theme?
child of Spacious from themegrill
10. Have you modified the core files in any way?
a couple small tweaks in child theme
11. Do you have any custom functions in bp-custom.php?
not that i am aware of
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?
yes, 2.5.8
13. Please provide a list of any errors in your server’s log files.
[Wed Sep 16 11:20:01.065681 2015] [fcgid:warn] [pid 19091] [client my.ip.address:1024] mod_fcgid: stderr: PHP Notice: Undefined offset: 0 in /home/mysite/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/functions.php on line 133, referer: http://mysite.com/groups/united-division/forum/ [Wed Sep 16 11:20:01.065720 2015] [fcgid:warn] [pid 19091] [client my.ip.address:1024] mod_fcgid: stderr: PHP Notice: Trying to get property of non-object in /home/mysite/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/functions.php on line 133, referer: http://mysite.com/groups/united-division/forum/14. Which company provides your hosting?
Self hosted Debian Jessie with virtualmin
15. Is your server running Windows, or if Linux; Apache, nginx or something else?
Debian Jessie
I have debugging on and when I go to a locked thread in a group forum (open or private so far), the same error is displayed on top as part of wp debug
[16-Sep-2015 18:21:55 UTC] PHP Notice: Undefined offset: 0 in /home/mysite/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/functions.php on line 133 [16-Sep-2015 18:21:55 UTC] PHP Notice: Trying to get property of non-object in /home/mysite/public_html/wp-content/plugins/bbpress/includes/extend/buddypress/functions.php on line 133My site is currently locked down for beta testers. I could give you the address in private but I would need your IP address to whitelist you.
I know before with BuddyPress and Global Hide Admin Toolbar they were not a happy couple and the only way the Global Hide Admin Toolbar would work is if BuddyPress was disabled. Has this been resolved in the new version? Please advise.
Hello Buddy Dev team,
I’m very new to php coding and I’ve been trying very hard to get this to work.
I’m using wedevs project managment plugin with buddypress integration. There dev team doesn’t have the time to customize the plugin for me at the moment so I’m looking for a quick fix. I feel I’m so close but for some reason I’m not getting it to work.
I have a “create project” button that I would like to hide for all group memembers accept the Group admin. so I would like it to verify if the user is the group admin and show the “create project link”. But if it is just a group member or user, I would like the “create project link” to be hidden. Only group admins should be allowed to create projects… Here is what I have so far. But its not working. Any help or guidence would be greatly appreciated.
<?php if ( BP_Groups_Member::get_is_admin_of( $user_id )) { ?> <style type="text/css" media="screen"> .cpm-projects nav.cpm-new-project a {visibility:visible; } </style> <?php } else { ?> <style type="text/css" media="screen"> .cpm-projects nav.cpm-new-project a {visibility:hidden; } </style> <?php } ?>Keep in mind that the stylesheet for the plugin has this inside the style sheet.
.cpm-projects nav.cpm-new-project a { background: transparent url("../images/plus.png") no-repeat scroll 50% 50%; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); height: 80px; width: 80px; display: block; border-radius: 3px; }For some reason its still showing for all members with this code.
Any help would be greatly appreciated.
Hi,
I have noticed there are a few fields on the ‘Your Profile’ on the Users admin section. Is there a way from hiding these fields from the users?
I don’t require biographical information, fax and maybe even addresses.
Is it possible to hide these so users don’t even need to fill them out or see them on their profile?
Thanks
I am looking to remove my WordPress Admin Bar (hide it completely) as users will not have access to most stuff on there anyway.
I would however like to keep the BuddyPress notifications area (the thing that says Howdy…) that has all the account options on.
I want to move this to an independent bar below my main menu as has been done on the BuddyPress site here, the bar that says BuddyPress.org My Sites and has the Howdy account bar on the right.
Does anyone know how this was done and how to do it?
I’ve been getting weird errors when trying to log an activity item via
bp_activity_add():WordPress database error You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '( user_id, component, type, action, content, primary_link, date_recorded, item_i' at line 1 for query INSERT INTO ( user_id, component, type, action, content, primary_link, date_recorded, item_id, secondary_item_id, hide_sitewide, is_spam ) VALUES ( 3163, 'members', 'new_member', '', '', '', '2015-07-16 15:47:00', 0, 0, 0, 0 ) made by require('wp-blog-header. php'), require_once('wp-load.php'), require_once('/srv/www/commons/current/web/wp-config. php'), require_once('wp-settings.php'), include('/themes/tuileries/functions.php'), bp_activity_add, BP_Activity_Activity->saveAs you can see, there’s no table name here. It should be
INSERT INTO wp_bp_activities...or thereabouts. It looks likeBP_Activity_Activity->save()is trying to access$bp->activity->table_name, but$bp->activitydoesn’t have atable_nameproperty at this stage. Instead, this is all that is in$bp->activity:BP_Activity_Component Object ( [name] => Activity Streams [id] => activity [slug] => [has_directory] => [path] => /srv/www/commons/current/web/app/plugins/buddypress/ [query] => [current_id] => [notification_callback] => [admin_menu] => [search_string] => [root_slug] => [meta_tables] => Array ( ) [global_tables] => Array ( ) [adminbar_myaccount_order] => 10 )Why isn’t there a table name here? How can I fix this?
WordPress: 4.2.2–en_GB
BuddyPress: 2.3.2.1Hi,
I know there have been threads about this before, but I am new to BuddyPress, not confident with PHP and generally somewhat confused. I would like to be able to hide all the information about my site administrators from anyone other than other site administrators. The reason is that it is advised (e.g. http://wpsecure.net/secure-wordpress/) that you delete your original admin account and change the nickname so that details of the admin account cannot be scraped off the web site. However, BuddyPress makes both the username and the nickname visible.
I’m surprised, after the number of times this has come up, that there isn’t an option to address this from the BuddyPress menus.
Can you advise in simple terms how I can achieve this and, if I have to modify code, what I need to do to maintain it when I get subsequent updates to BuddyPress.
Thanks
Hello,
I want to hide “Create a Group” button for all user roles except Admin and Editor.I want to make it so that only Admins and Editors are allowed to create groups.
Any ideas how can i achive this?Thank you.
Im using great codes provided here for admin to be hidden from all members directory, but admin still shows up in groups members list and they can try and add him/here as a friend which is not what many people want.