Search Results for 'Hide Admin'
-
Search Results
-
OK. I know this is not inherent only in Buddypress, but is a larger philosophical question that Buddypress has the power to Revolutionize!:
What is the difference between an Activity Post, a Forum Topic, or a Blog Post? And I’m not talking schematic / programmatic differences, I’m talking at the basic fundamental.
To illustrate, let us play a guessing game. Which of the three am I describing?
1) A user submits some information / a story / a bit of news / a question
2) Other users respond with comments / answers / reactions / more questionsI find that many users to my Buddypress site (a captive / motivated audience mind you) get confused – posting forum topics in Activity streams, or blog posts in forums… Are they just plain ignorant, or are the unwashed masses just more enlightened than us system Admins? Are we trying to artificially create a difference where there is none? Or is the difference there – Buddypress is just not making it clear enough?
Permit me to add fuel to the fire —
1) I find Buddypress.org’s support forums to be virtually un-navigable. Compare that to bbpress, or even the WordPress support forums – which are clean, intuitive, and user-friendly (and in the case of bbpress, dying a slow death). So Buddypress is not a forum. But it has that potential.
2) Buddypress hides blogs in the sea of sameness — basically taking over your entire WordPress site and subjugating the blog to the needs of the community theming. So Buddypress is not a Blog.
3) Buddypress theming is so complex that only the brave dare tread there. Whereas I could bang out a unique wordpress theme in under an hour, Buddypress essentially locks you in to a handful of themes or days of tweaking…Don’t get me wrong. I think Buddypress is AWESOME! And has so much potential. I think, as others have pointed out, it suffers from an Identity crisis. So, what is Buddypress?
Buddypress is a VITAL but SEPARATE part of the blog community. Buddypress is a way to connect. It is NOT a blog. It is NOT a forum – but a way for Forum users and Blog readers to connect with one-another. So – why not take that idea, and put Buddypress in its own room – the cocktail party happening next to the lecture seminar and just down the hall from the AA meetings.
Proposal (largely a strategy of theming):
1) Blogs are blogs – let them look like blogs.
2) Forums are forums – let them look like forums (subjects, topics, you know… like forums)
3) Buddypress is Buddypress – when people enter the social area of buddypress- lets knock their socks off.But trying to mesh them all under one Tabbed upon sub-tabbed menu system only whitewashes the whole deal into one bland sameness. And confuses our users.
Discuss amongst yourselves. I think I posted this in the right place.
-Driftless
** Forgive me, I wanted to post this on the What is Buddypress forum topic, but I couldn’t find it again… (see fuel #1)
Topic: GroupBlog Plugin – User Role
I am experiencing strange User Role behavior with Groupblog:
I created a private (or public) group and group blog (with links to the blogs front end) with default role pairings (user=author, mod=editor, admin=admin) — the blog was created successfully, and invitations were sent out.
But my subscriber had only a subscriber role on the MAIN BLOG — When they try access http://www.example.com/blog1/wp-admin they get sent to http://www.example.com/wp-admin/?c=1 (which incidentally kills my dashboard hide script…)
THEN, I changed the member/subscriber to moderator (by the groups admin page) and this gave them Author privileges… ON THE MAIN BLOG! No role for the group blog.
WP: 3.0.1
BP: 1.2.5.2
Groupblog: 1.4.4(originally posted here: http://wordpress.org/support/topic/plugin-buddypress-groupblog-two-error-reports?replies=3 but figured this might be a better area to seek help)
Is there any way to hide /wp-admin for all non-admins? Thanks
I have a sitewide tag search blog up using the Sitewide tags plugin for WPMU. I have a special BP child theme that I’m using to integrate it inot the main site. My question is how could I hide the “Blog Owners” menu item from the admin bar for ONLY this child site (so that it looks exacly like my main site’s bar)?
I tried doing display:none; on #bp-adminbar-authors-menu in the CSS, but that didn’t do anything. I know it’s way wrong (because it didn’t do squat when I tried it), but I also tried adding this to my child theme’s functions.php
function bp_adminbar_authors_menu() {
global $bp, $current_blog, $wpdb;if ( $current_blog->blog_id == 12 || !function_exists( ‘bp_blogs_install’ ) )
return false;Anyone know how I’d do this?
Is there a way to hide the dashboard from the members who have the “subscriber” access level. I found http://wordpress.org/extend/plugins/wp-hide-dashboard/ which seems to do a good job of making it so they can only access their profile and nothing else which is nice. I’m trying to find a way to not allow them to see that the site is running on WordPress. I’m pretty sure they will only be able to see the WP login if they type example.com/wp-admin into the address bar but not 100% sure on that either. I’ve seen plugins that will let me re-brand the WP Dashboard but I feel it would be simpler just to redirect if they login through the wp-admin link. Maybe there is a hook/filter I can add that checks the user level at login and if it’s subscriber redirect to the profile page of BuddyPress.

