Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
…
` or `
..
` to `
// Titles Of Respective BP Page Templates //
`
Save files.
Suggest you use https://wordpress.org/extend/plugins/ for now
I am not certain this is what you desire but check out my blog. I have code snippets that may help you. Read the post and you will understand the end result from the snippet. Have a great day and hope it helps!
http://ezwebdesign.wordpress.com/2012/09/14/removing-admin-bar-removing-dashboard-access/
I think this is a bug that was found when integrating bbPress 2.1 with Buddypress. If that’s the same problem, they are working on a fix for bbPress 2.2 https://bbpress.trac.wordpress.org/ticket/1906
Yeah I’m quickly learning that the buddypress and bbpress trunk is nowhere near as stable as the WordPress trunk. I’ve always run the WordPress svn trunk updated nightly for years now and have never had a problem.
@artxx on the link to profile page, you add the code yourself https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/adding-dynamic-link-to-main-menu-item/
Or use https://wordpress.org/extend/plugins/buddypress-profile-menu/ if you’re using bp-default or child theme of the BP Default theme.
As for incorporating jQuery Edit in Place plugin with members’ profile pages, that’s beyond the scope of the forums. You’d either have to code it yourself and/or post it in jQuery forums or stackexchange.com where a volunteer may be available to assist you or hire a developer to do so.
I am using bp 1.7bleeding with WordPress 3.5alpha.
Yes, I can upload themes, update plugins etc. Everything else works perfectly. This is the first problem I have come across with this install.
>> Can we assign specific widgets to specific pages?
@awclubbock Yes. You can use the widget logic plugin https://wordpress.org/extend/plugins/widget-logic/ where you use WP’s or BP’s conditional tags to control where that widget shows up.
>> How do we create the Lost Password URI for the BBpress login widget in the footer?
>> How do we list all forums on the forums page?
Go edit the Forums page in dashboard and add the bbp-forum-index shortcode https://codex.bbpress.org/shortcodes/
>> How do we enable the registration on the register page? [The register page is blank right now.] (Can we limit who can register with a code?
– Make sure you’re logged out before trying to register
– Did you activate BP template pack and go through Appearance > BP Compatibility process? Or go to Settings > BuddyPress > Pages panel and check if a page has been assigned to Registration
Are you using the latest version of BuddyPress with the default theme? If not, then what is your set up theme wise and what version of BuddyPress?
Also, just as a check can you upload themes to your media area in WordPress?
Curious, can you log in at WordPress.org and bbPress.org with the username and password used to log in BuddyPress.org?
@hamzahali You need to change 16 template files within the 6 BP folders transferred to your bold theme folder in server during the compatibility process.
If you’ve previously changed any of the BP template files in your bold theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.
Download the 6 clean BP folders to your computer hard drive.
A. At the top of each of those 16 template files I linked to above, replace
`
with the following:
`
‘,’
‘); } ?>
Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `
` or `
` to `
`
Save files.
Hi @alex_h ,
you can peronlize BuddyPress Default Data plug to make it stress testing script. this pluging will create lots of users, messages, friends connections, groups, topics, activity items – useful for testing purpose.
== . I want my subscribers to have the option to choose which sites they want to be a member of. ==
You can make suggestions via https://wordpress.org/extend/plugins/welcome-pack/ then also add this plugin to blogs/subsites created by users http://buddydev.com/plugins/join-blog-widget/
@benzine You’re welcome.
== if I want to get rid of the sidebar, other than modifying my css for sidebar ==
Two parts in removing sidebar in templates where you want full-width
A. Near top of file, remove the line
`<?php if (get_option_tree('blog_layout_sidebar', '')) { echo '
B. Near the bottom of the file, remove the line
`<?php if (get_option_tree('blog_layout_sidebar', '')) {} else {echo '
‘;}?>`
and replace it with
`
`
== I also want to list the members like an album view sort like (in rows and columns – grid like) ==
This is now beyond BuddyPress template compatibilty. I would suggest checking out the styles used in themes set up with grids like those listed at http://www.dessign.net/grid-style-theme/ or posting or assistance at https://wordpress.org/support/forum/how-to-and-troubleshooting or hire a developer at http://jobs.wordpress.net/
Marking this topic as resolved.
Haven’t looked, where can I find the error logs?
Depends on your hosting service. Usually found in Control Panel or Plesk or in root folder.
But you didn’t mention whether anything is shown on screen when the activation link is clicked.
You might also want to verify that your hosting meets the minimum requirements if you haven’t already. No idea if that’s what’s causing your issue but can’t hurt to check.
https://wordpress.org/about/requirements/
https://buddypress.org/about/requirements/
It’s always easiest to troubleshoot core functionality (new users, new forum posts, new groups, upload avatar, new blog posts, etc.) before you start adding plugins or customizing anything. If you come up empty in error logs, I’d recommend a clean install so that you can better troubleshoot the issue. Otherwise, you might end up chasing your tail.
Could you provide a reference of that plugin implemented for a BuddyPress site? I don’t see any examples (on their site) that specifically illustrate a BuddyPress implementation.
If all you’re looking for is a WordPress event plugin, here’s another you may want to research: http://eventespresso.com
That absolutely did the trick!! Awesome. THANKS!!!
I would check them all because I have used plugins that broke registration and it was usually the last one I tried. Matter of fact I know disable wordpress updates was the culprit on one occasion. Just disable them all one by one to weed out the issue and then come back if the problem persists. Just a piece of advice for the future, anytime you install a new plugin, test that the registration still works each time. It sounds tedious but it will save you a headache if you have installed many plugins and you have to weed out the registration killing plugin because you failed to test it.
Haven’t tested it myself but try this plugin:
https://wordpress.org/extend/plugins/ag-custom-admin/
If that doesn’t do the trick and nobody else can guide you then you may want to consider hiring a developer and posting it here: http://jobs.wordpress.net/
Hi. Maybe I didn´t explain properly. When users log in, they see the wordpress logo to the left and an access to the blog´s (subscriber)dashboard. I want to completely eliminate the references to WordPress in the left of the adminbar, but retain the Buddybar in the right..
make sense?
Thanks!!
@dasteralo2 First, deactivate BuddyPress. you’ve got to make sure that your WP multisite installation is working before activating BP. Now create a new blog w/o BP and see if your new blog has been created.
– If no subsite is created, then resolve the multisite issue first at the multisite forum https://wordpress.org/support/forum/multisite
– If a subsite is created, then activate BuddyPress, go through the Installation Wizard and choose BP Default theme for the meantime, and create a new blog.
If you don’t want the bar showing up for non-logged in users then go to dashboard/settings/buddypress/settings and uncheck show the toolbar for logged out users.
The admin bar displays different for admins and subscribers anyway. It has admin functionality built in that a normal subscriber would not have. In short they don’t have admin options. So what are you really trying to do because it doesn’t make any sense!
Hi again. I did as you stated, but that isn´t working, the WordPress adminbar is still there…Thanks again.
Erik.
Hello!
Did you find any solution to your problem ?
I have exactly the same problem on a wordpress multiste.
Thanks.
Okay gotcha! Put this in your child themes functions.php after the opening php tag :
if (!current_user_can(‘manage_options’)) {
add_filter(‘show_admin_bar’, ‘__return_false’);
}
function stp_no_admin_access()
{
if( !current_user_can( ‘administrator’ ) ) {
wp_redirect( home_url() );
die();
}
}
add_action( ‘admin_init’, ‘stp_no_admin_access’, 1 );