Search Results for 'Hide Admin'
-
Search Results
-
Topic: Hiding the admin user
Hi How do you hide the admin user from Buddypress? Thanks!
Topic: Hiding Admin Accounts
I saw a thread here:
https://buddypress.org/support/topic/how-can-i-disable-the-last-active-time/However, I’d like it to hide for everybody apart from me, the Admin.
Doable?
Good day,
Am not sure if this is the right place to put this but please do pardon me .
I wanted to ask any one or the buddy-press support team on how where they able to implement the this certain functions to the site.
https://postimg.org/image/urrv2bmbp/1) Have a create new topic button on the admin menu tab
2 ) is there a way to hide the Mysites – from other users except admin ( as I do make use of a multisite)
– if its not possible is there a way to customize it from My site to something like “Site Tool” and a way to change the W – logo to something else.
In all Thank you very much, as I do appreciate your help and assistGood Afternoon, I wanted to ask if there was any-one who has an ides how to hide site > my site which is created by buddypress on the admin dashboard area. as below
https://postimg.org/image/dop3730kl/As i was able to find a way to hide the site from the user profile thanks to @vapvarun
using the functionfunction vap_remove_buddypress_sites_tabs() { global $bp; // to remove main menu for sites. bp_core_remove_nav_item('blogs' ); } add_action( 'bp_setup_nav', 'vap_remove_buddypress_sites_tabs', 999 );But the question is how do i hide it also in the admin dashboard.
As preferable I would likely wish if i could hide it specifically from other users except admin and site owner.
Thank you in advanceTopic: registration email
Hi,
I have noticed all emails sent when someone registers are from wordpress@mydomainname.com! Is it possible to change it to admin@mydomainname.com or completely hide wordpress from email correspondences?
Regards,
JacobHello,
How to hide the button “Members” in the display of a group?
https://screenshots.firefox.com/4fhh6NF0U12mYFQu/nullThe following code does not work:
function bpex_hide_members_menu_tabs() { if ( bp_is_group() ) { if ( is_super_admin() ) return ; bp_core_remove_nav_item('members'); } }Regards
Topic: BuddyPress/WP Login question
Hi,
I have a site and on the sidebar i have buddypress login widget, if the user enters nothing and clicks login their directed to a custom version of wp-login and asked to log in.
before when the user then logged in from here it would redirect them to the main page of the buddypress site.
but i then wanted to hide the fact that it is a wpsite by using a plugin to edit wp-admin.php to login.php.
upon installing this plugin, when you login from what was wp login form it then directs you the the wp-admin page.
i didnt want this so i deleted the plugin, but it didnt revert back as such, the link now says wp-login but they users dont redirected to the site, they redirect to wp-admin.
how can i redirect users when using this form to go direct to the site and not wp-admin.
thanks
Hi, I have this error message
“There was a problem cropping your profile photo.”
when I try to upload an avatar image with a width of 450px and above. Starting to 451px it works (even with an height of 150px). I get a warning message only if I try to upload an image under 150x150px :
“You have selected an image that is smaller than recommended. For best results, upload a picture larger than 150 x 150 pixels.”
So, I suppose this problem doesn’t come from a setting option somewhere.
The problem is the same when I switch to the default theme Twenty Fifteen and I have no other plugin activated (except HideMySite). Cover image works without problem. Cropping image works with Ultimate-member plugin and in WP admin -> Media -> Edit/crop as well.
Config:
Wordpress (new install) v4.9
Buddypress 2.9.2
php 5.6
GD enabledThanks.
Hey there,
I would like to improve the security of my site and ploughed through this forum to find the right answer.
Is there a way to hide the profiles of administrators site-wide?
At this moment when an administrator creates a group, all visitors could see the profile of the admin. I would like to hide it; I want it only visible for other administrators in dashboard.
Thanks in advance!