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.
Posting from the backend, creating a post through wp-admin just like I normally would.
I am currently using the default buddypress theme from the plugin.
Closing this topic in favor of the same topic at https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/problem-with-buddypress-admin-bar-css-do-i-need-it/
@djpaul Thank you for your reply 
>> 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
@modemlooper
Ok no problem. If it seems to be working though is there a reason I should change it to ||? As I said I don’t know what the difference is yet so if there is something I am missing I am all ears! 
which is the second time you’ve created a duplicate of this same question:
I’m seeing you’ve got a few issues and I can’t help but wander if this is because your theme isn’t using the latest scripting files (ie; hasn’t had an update) but you’ve updated BuddyPress. I may be wrong but can you confirm your setup in the other thread where I asked for it please?
Has your theme been updated for using the latest BuddyPress? I say this as it may have an old reference to adminbar.css which isn’t valid anymore.
Just as a note of caution though, I would never recommend moving around core files even if .css.
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?
@hnla Thanks for your indepth post – ive copied it, and if im correct you can get this topic closed.
Please do so ( or if a mod reads this
) and i will report back when all is done.
Thanks for the advice!
== Unfortunately the installation wizard would not run on the sub-domain because of a bug in the software so I was told to install on the primary domain as well. ==
@obsidianmarketing not clear whether you’re running WP in two instances – example.com and subsite1.example.com or whether you’ve installed WP and created a network (multisite). Because you can only install BuddyPress once on a single or multisite installation.
if you have a multisite installatoin where http://www.example.org is the main site with Atahualpa and a subsite (in subdomain structure) at http://subsite1.example.com/ using Kaboodle Labzip them and you want to run BuddyPress in subsite1, then you will have to set which blog ID BuddyPress will run on in your installation:
1. create a new file bp-custom.php https://codex.buddypress.org/extending-buddypress/bp-custom-php/:
2. Add this to the new file
`<?php
define ( ‘BP_ROOT_BLOG’, 2 );
?>`
Change the number 2 to the blog ID number of subsite you want to run BP in.
Hi again, and sorry for the hassle. I am using Mingle Theme for Buddypress. Mingle allows for two menus (right and left). I have currently set the logout button to the right menu (and to be visible only when users are logged in). I guess what I´m wondering is if there is a way of actually setting the redirection function from within the menu (in the button, in the classes or in the link code).
Thanks again for your time.
Erik.
Strange. The next step after that is choosing a theme https://codex.buddypress.org/getting-started/setting-up-a-new-installation/installation-wizard/
Go to Appearance > Themes and if this is a new installation, recommend using bp-default theme to check is site is in working order..
Go to dashboard menu Settings > BuddyPress and go through each panel and save settings.
Curious, can you log in at WordPress.org and bbPress.org with the username and password used to log in BuddyPress.org?
B. At the bottom of the same 16 files, replace:
`
`
with the following (except for registration/register.php):
`
`
with the following for registration/register.php:
`
jQuery(document).ready( function() {
if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
jQuery(‘div#blog-details’).toggle();
jQuery( ‘input#signup_with_blog’ ).click( function() {
jQuery(‘div#blog-details’).fadeOut().toggle();
});
});
`
Save files.
C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/bold/
D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.
Notes:
1. Not sure whether Yoast Breadcrumb will work in this scenario for the internal component pages
2. As long you don’t change sidebars in your theme’s option page, this will do. If you are going to make sidebar changes, you would need to copy footer.php and save it as footer-buddypress.php and remove the code to call/change sidebar to protect the layout of your BP pages.
@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.
@boonebgorges Any plans to write a proof of concept for taking messages and groups to CPT, now that 1.6 has been out in the wild for a while and is fairly stable?
Just to clarify, we’re not after Google Latitude, Facebook Places or FourSquare like functionality in terms of grabbing live locations of online members.
Rather, if I go to a group, I should see a map showing markers for locations of all members, based on what the members have provided in their profiles.
Right now, if I go to a member profile page, e.g. on buddypress.org, I already see a map marking that member’s location. The request being made is the logical next step – marking all members of the group on a group page, potentially with the following additional functionality:
1. The markers would use more granular data for location (e.g. complete address, not just city)
2. Clicking on the marker would show a couple of member details, including name and maybe 1-2 other profile items as chosen by site owner.
3. Clicking on member name in the bubble would take to member’s profile page. Or, at least, a link to member profile page would be provided in the bubble.
4. The marker itself would potentially be a tiny profile picture of the respective member.
Don’t worry! We’ve moved the BuddyPress options into more convenient and easier to find locations. You’re seeing this page because you are running a legacy BuddyPress plugin which has not been updated.
You’re seeing that message because a BuddyPress-compatible plugin has not been updated. That BP-compatible plugin is not equal to the BuddyPress plugin itself. What BP/other plugins are activated in your installation?
Hi Paul
I don’t know how to look a the javascript error. Also, i do not get any errors when I try to move the widgets or in the widget error.
Thanks for answer and how to set in buddypress group forums rich text (TinyMCE) editing
When you click the activation link in the sent email you get the /activate page (URL defined in Settings > BuddyPress > Pages) that looks like this: