<?php the_content( __( '
Read the rest of this page ?
‘, ‘buddypress’ ) ); ?>
__( ‘
Pages: ‘, ‘buddypress’ ), ‘after’ => ‘
‘, ‘next_or_number’ => ‘number’)); ?>
<?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '
‘, ‘
‘); ?>
Create a new file called page-full.php (or any other name you prefer). Then paste the following code in that file. The only differences between this and the “regular” page.php is that the call to the sidebar has been removed, and “div class=padder” has been changed to “div class=full-padder”.
`<?php
/*
Template Name: Full-Width Page
*/
?>
<div class="post" id="post-“>
<?php the_content( __( '
Read the rest of this page ?
‘, ‘buddypress’ ) ); ?>
__( ‘
Pages: ‘, ‘buddypress’ ), ‘after’ => ‘
‘, ‘next_or_number’ => ‘number’)); ?>
<?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '
‘, ‘
‘); ?>
`
Then add this to your child-theme’s style.css file:
`div#content .full-padder {margin:0;padding:19px;}`
When you create a page in WordPress, you’ll see your new template is available in the “Page Attributes” Template dropdown.
It is easy to develop and theme in buddypress just as it is in wordpress ,you have to make use of template tags.
I’m about to release few themes for free soon.
btw, I am using all latest versions of bp + wordpress. 1.2.7, 3.5
WP drop down menus coming to BP 1.3. Dont know when release is coming. You can roll your own code and CSS.
http://modemloop.wordpress.com/2010/11/30/buddypress-drop-down-menus/
foxly ..keep up the good work, and i don’t whant even comment BP Gallery
i will use BP album+. Why? its not bad,will be upgraded ,it is free like WordPress and Buddypress
That was the idea to be free , doesn’t it?
This is all possible but you will need to know how to create WordPress themes/templates. If you can’t, you’ll need to hire someone.
Likewise, because of the scope and complexity of this question, you’re unlikely to get any meaningful replies. Again, you’ll need to consider hiring someone, or at least installing BuddyPress and attempting to achieve these things, one step at a time.
continued from and concurrent with https://wordpress.org/support/topic/does-wp-offer-forums-for-wp-sites?replies=10
If anyone wonders what a solution is…
I targetted .single-post and .page-item-40 (40 being the news page) css classes. Apparently this is an old wordpress bug which still exists in wp 3.1rc4….
Sounds like you’re using an older version of WordPress.
BP 1.2.7 requires at least WP 3.0.
FYI: I will be moving these themes out of the WordPress repo. It takes too long for BuddyPress themes to get reviewed and updated. I have a group here so you can get updates. https://buddypress.org/community/groups/citizen-kane-theme/
In your WordPress backend, go to “Settings” > “General” and modify the “Site Title”. Whatever you enter there will be displayed in the adminbar.
Ah, 8 months and no reply. I figured, it’d be a long time before anyone answered to this thread, so I got down to get my hands dirty.
Now, I’m not a developer at all, so most of my hacks are just that – hacks. Well, anything will do as long as it gets the code working, I figured. If anyone wants to modify the hack into something more elegant, be my guest!! 
Two changes:
1. Change line 45 in `wp-content/plugins/bp-posts-on-profile/includes/bp-postsonprofile-core.php` from:
`$where = $wpdb->prepare(‘WHERE post_author = %d AND post_type=%s AND post_status=%s’, $user_id, ‘post’, ‘publish’);`
to:
`$where = $wpdb->prepare(‘WHERE post_author = %d AND (post_type = %s OR post_type=%s) AND post_status=%s’, $user_id, ‘post’, ‘your-custom-post’, ‘publish’);`
where `your-custom-post` is the name of your custom post type. If you have more than one custom post, you’ll have to make changes to the part where it says: ‘(post_type = %s OR post_type=%s)’ to include all of them. (Like I said, inelegant, but mostly effective)
2. Change line no.25 in `/wp-content/plugins/bp-posts-on-profile/includes/templates/postsonprofile/screen-one.php` from:
`query_posts(‘&author=’. bp_displayed_user_id() .’&paged=’. bp_pop_cur_page());`
to:
`query_posts(‘post_type=any’ .’&author=’. bp_displayed_user_id() .’&paged=’. bp_pop_cur_page()); `
If you’re wondering, “Can it really be so simple?” The answer is, NO. There’s a tiny little problem – for some reason, it breaks the sidebar and pushes it below the content. I’m still racking my brains to figure out which part of the code is responsible.
As I’ve mentioned I’m NOT a developer – I’ve taken to learning PHP & WordPress from the ground up. If anyone else can chip in it’d be a great help! Thanks & hope it helps you as well. 
hi @henry0,
i am also new to buddypress and trying to do some reading. have you tried using author page template (author.php)? like the one mentioned here: https://codex.wordpress.org/Author_Templates
i was not able to test it right now due to some access restrictions. but if anyone could confirm this it will greatly appreacited (i need it also) 
The BP Bad Word Filter plugin is available here: http://wordpress.matemedia.com/buddypress-plugins/
Hi, everyone,
I have similar problems with registration
1. .I can’t see my registration page anywhere.
2. When I use the http://mariamar.com/register URL, it just sends me back to the homepage.
3. I also don’t know how to place a registration link or box so visitors can register.
I see that the consistent answer here is Settings/ General.
I’ve done that. Still the problem is not solved.
INFO
I’m using WordPress 3.03 (or 4? Anyways, the one previous to 3.05) I installed BP and then used the available links to make it work with my theme, suffusion, which is the theme I use in all our blogs, as is the best one around for creating flexible widgets and highly customized design, so I don’t want to change it. I don’t know if this affects the situation. Just thought to mention this.
PLEASE HELP!
Well, I’m stuck. Have looked everywhere for a solution. I would appreciate some quick response from the very nice fellows in this forum.
Thanks,
MM
Drop downs are coming to BP 1.3. If you can’t wait search codex.WordPress.org for menus to learn hot to use WP menus. You will have to add the code and CSS yourself.
If you can pull up the Apache default page then the machines network config must be correct so the issue can’t lie there can it.
This sounds more as though you haven’t configured vhost containers correctly or simply set the httpd.conf directory to that of your blog home instead of /var/www/html or /home/user/ or however Ubuntu configures things.
If you have written redirects or custom re-write rules then comment them out until you have things working ok. WordPress handles all the rewriting necessary and as long as owner/group perms are set correctly then WP will create the .htaccess and write the rules necessary to it, if not simply copy the provided example ones when you try and set permalinks.
I have been working on this for four weeks. Doesn’t anyone know how to configure this on a Ubuntu computer? I can see the apache2 default page but I cannot see my /blog page from the internet. I have tried configuring apache2, the WordPress database, I DMZ’ed the router to the ubuntu machine. There has to be something I am missing. Maybe the redirect I made to get buddypress 404 pages to work is somehow messing things up.
If you want to use a WordPress theme, you have to also install the BP Template Pack plugin.
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/
https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
Something like this https://wordpress.org/extend/themes/bp-columns
Saw something like this in WP.org forums. Bug/s in WP 3.0.5 https://wordpress.org/tags/305
Some solutions
1. If you did the auto upgrade from admin dashboard, do a manual update. https://codex.wordpress.org/Updating_WordPress#Manual_Update
2. Install https://wordpress.org/extend/plugins/hotfix/
3. Upgrade Akismet plugin to latest version
If you mean the files added by BP Template Pack plugin in your active theme, feel free to delete the following:
https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#revise-templates
As far as I can see, MU is not a seperate project any more.. It’s integrated in the regular installation.. https://mu.wordpress.org/
Instances of do_action() don’t, in themselves, do anything. They are signposts (‘hooks’, in WordPress terminology) that allow other plugins to add functionality. It is thanks to such idle hooks in WordPress that BuddyPress is able to function. See https://codex.wordpress.org/Plugin_API for more info about how the system works.
Grep will tell you the locations of all references to the text you provide. Generally, that will give you enough information to open up the file(s) given in the grep results and look at the specified line. I just ran the command I gave you above, and I got the following result:
`./bp-themes/bp-default/registration/register.php:162: `
In other words, as I suggested, this particular text is only mentioned in one place in BP – the moment where it is defined. The hook is not called by any function in BuddyPress.