Search Results for 'Hide Admin'
-
Search Results
-
Greetings,
Running WP 3.0.4 Multisite enabled, BP 1.2.7
I’m using Justin Klein’s excellent WP-FB Autoconnect plugin and it’s working great for allowing FB users to connect to my buddypress site. It automatically creates them an account and it’s running very smoothly. The only problem is that the main blog appears under the “My Blogs” admin bar menu item as well as the “Blogs” tab on profiles of users who have connected using this plugin. This is NOT an issue for people who use the traditional Buddypress registration page. I’ve noticed that users who connect using the FB plugin are not assigned a user role, so I’m not sure if this is the issue.
What I’d like to do is “block” the main blog from showing up in these users’ admin bar menu and profile menu. Can this be done by simply adding some code to functions.php or bp-custom.php?
I should note that I have been discussing this with the plugin developer, Justin Klein, and this is not necessarily a plugin issue. The plugin “works” as expected and does what it’s supposed to do, and what I’m asking here is not related to the plugin directly.
Thanks!
I’m creating a site using WP & BP and the Twenty Tens theme. The BP Compatibility gave me links to use for activity, members, groups, forums and register, but nothing for profile. I can’t figure out how to create the Profile link. (I also installed plug-ins to bypass WP profile and hide admin/dashboard—but the profile has never worked—for BP or WP. Help?
http://www.teachertime123.com/Topic: A little CSS help on Forums
Please don’t just say to go to the etivite forums because he abandoned them.
Hello, if you notice, on the etivite site, there is some css stuff I need help on… I am trying to get the buigger avatar, and the buigger CSS for the first post, like here, http://etivite.com/groups/buddypress/forum/topic/quick-tip-hide-activity-updates-andor-replies-by-types-for-non-logged-visitors-in-users/
I have a basic CSS made, but it does not work whatever I do!!!!
`ul#topic-post-list li.first {
background: none repeat scroll 0 0 #FFFFFF !important;
font-size: 125%;
padding-left: 35px;
}
ul#topic-post-list li.first div.post-content {
margin-bottom: 20px;
margin-left: 73px;
margin-top: 15px;
}
ul#topic-post-list li.first div.admin-links {
top: 5px !important;`Another thing, would be awesome, is you see how he has the “Started %% by %%” Latest Reply from %
How do you get that also?
(if you notice I am sort of trying to get away from the basic buddypress forums)
Topic: Hide Directory
hi,
searched around google and bp, found a lot of topics re how to hide particular blog from blogs directory and nothing re how to hide whole directory.
idea is to have MU enabled, but not to show this possibility to members for some time, let’s say beginning stage of site operation. yes, I found topic re how to hide blog(0) from profile, but even if blog creation is switched off, member still sees blogs directory (with one/main blog) + my blogs menu in admin bar, what definitely will raise tons of questions
if someone has some code line, please share.
thank you.
I’m new to buddypress, so feel free to point and laugh at any blatantly stupid mistakes.

I’m setting up WordPress 3.0.2 with the latest release of buddypress locally to test it out for a possible web project and I’m having some trouble with using an existing bbpress install. I used this method to hide buddypress group forums in my bbpress install, and it worked great, with one glaring problem that I’m not sure if it’s due to the overall method or the hidden forum plugin. The problem is two-fold.
First, this part: ` define ( ‘BP FORUMS PARENT FORUM_ID’, 3 ); `
Which is supposed to make buddypress put all forums created by groups in the group category with the id of 3 is not working at all. However, even if I manually put these group forums into the proper category, the hidden-forums plugin is hiding the category, but not the forums within it.
Any ideas?
Topic: How to modify subnav items
Is there any way to hide the subnav items without removing the items from the adminbar? A search gave me the following codes:
function boone_remove_blogs_nav() {
bp_core_remove_nav_item( ‘friends’ );
bp_core_remove_nav_item( ‘settings’ );
bp_core_remove_nav_item( ‘groups’ );
}
add_action( ‘bp_setup_nav’, ‘boone_remove_blogs_nav’, 15 );When I use this code I remove the items from the subnav and the adminbar. The user is no longer able to use the functions. The reason for asking this is that the subnav menus is also available on the adminbar on top of the page. It is not necessary to have same menu on several places on the page.
I have also problem removing the actions “Followers” and “Following”. It seems that these actions does not response to the code I use.
Thank you for helping me solve this problem!
Regards
PhuongHello everyone,
So for the last year I’ve been meaning to create a new skateboarding website but this time more of a community with WordPress MU/Buddypress rather than information based< I'm blown away with both WordPress MU and Buddypress!
I’m running into a couple of issues which I help someone can help me with. Granted, they are quite minor but I’m a bit mad
My new site is: http://www.skateify.com/
Now thanks to WordPress MU visitors can create their own blogs, e.g acoolsite.skateify.comAnyway here are my questions:
1) On my main site you’ll see that the top admin bar stretches across the whole site. Now when someone creates a blog such as http://concept.skateify.com the bar doesn’t stretch across the whole site. This would normally involve some CSS tweaks but the strange thing is that the CSS files are identical with the main domain as each blog uses the same custom theme. So I’m trying to figure out why this is. For those who are familiar with Buddypress, do sub-blogs automatically have different stylesheets?
2) I have created a custom permalink structure for the main blog. Now when someone registers for a free blog by default I would like this permalink structure to be selected. Is this possible or am I taking this too far?
3) Is it possible to hide the default theme from users admin panel and turn my theme on by default? At the moment when a new blog is created it shows a white page. I imagine this is because it’s looking for the default WordPress theme (TwentyTen). It works perfectly once the user selects my custom theme in the admin panel.
Thanks very much for any assistance with this!
Jack