`
so you move it to above `
`<div class="post" id="post-“>
Try BuddyPress Automatic Friends
https://wordpress.org/extend/plugins/bp-automatic-friends/
@mercime my site is live and running very smooth but did noticed a couple very small things… Lets say someone tries to add me as a friend, I can see the “Cancel Friendship Request” button but I can not see any “Accept Friendship Request” button. Is this a problem you have ran into before and if so, do you know of a solution. I have been searching the forums but have not found a problem or solution related to my situation in particular.
Can you file a bug report to https://buddypress.trac.wordpress.org please, with some example usernames and exact steps how to create the bug. You can use your username and password from this site. Thanks
Did you install WordPress with a one click type installer from your host or did you upload and create the database yourself?
When you click mention does it go to the post form and put the user name into post form or does the error just show?
Does this happen with or without maintenance mode on?
WordPress 3.5 is required for this.
@guitaragora for example, /members/index.php file, change
`
`
to
`
`
at this point, the revised title would be somewhere in the structure like so
`<div class="post" id="post-“>
`
so you move it to above `
@mercime once again thank you so much! There are still a couple small things I am sure I will figure out over time but everything you told me to do has implemented buddypress flawlessly.
Easiest way is to just read the code. Look from here onwards: https://buddypress.trac.wordpress.org/browser/branches/1.6/bp-groups/bp-groups-classes.php#L1265
Request for what? If you’re going to resurrect an 8 month old forum post, at least provide more information as to what your concern is, or better yet, start a new thread.
FWIW, BP 1.6 included a fix to some of the most obvious problems around the WP Cache support, but it still needs a full audit.
@johnbarrett you need to install/activate BP Template Pack plugin to make your theme compatible with BuddyPress. Following is a list of “template-packed” WP themes including some from elegant themes. https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
Note however that what works in their theme might not work for you, it all depends on the HTML structure of your theme. Initial scan of your theme’s source looks like you need to revise 16 template files for BP compatibility.
Putting in my request for this. The workaround isn’t working for me and this keeps happening. Using 1.5
Edit: Because I can’t add a new post – a request for a solution that works. Obviously. But thanks a lot for your helpful reply.
Hi,
it can be a solution
https://wordpress.org/extend/plugins/buddypress-user-account-type-lite/
I think here is a good solution,
https://wordpress.org/extend/plugins/buddypress-user-account-type-lite/
Thanks for the confirmation, meta caps in future releases will definitely make buddypress more powerful and customizable.
By the way, I found out on this site (http://shinephp.com/delete_users-wordpress-user-capability/) that on single site installs, wordpress checks whether user is a super admin or not based on the “delete_users” capability.
So, if anyone is planning to make someone be the admin of the buddypress, you can assign “delete_users” capability to that particular user (using your fav user role plugin).
Though, they will have access to (obviously) user deletion and some other plugin settings which checks for “is_super_admin”.
In my case it’s okay because the one I’m assigning the role to is a friend. I just don’t want them to have access to core/plugin/theme update&installs (is there anything else I should be concerned when indirectly assigning someone as super admin by the above method?).
You can find the Arabic translation file at https://translate.wordpress.org/projects/buddypress/dev
@ansidious My condolences to the family and friends of the man who passed away. On BP 1.2,8 — bp-default theme, Lines 51 through 77 show the generated menu items in header.php file https://buddypress.trac.wordpress.org/browser/tags/1.2.8/bp-themes/bp-default/header.php where the dev could have changed the slugs and other URL
Thank you for your quick responses! I had tried updating both WordPress and BP, but both instances crashed the site and I had to re-upload the site. Later I found comments with in the previous designer’s php comments recommending not updating. It is difficult because the site was super customized by this guy and he has recently passed away. I will try to find the correct code to remove in the header.php. Do you have any suggestions on what to look for in the code that might speed this process up?
== The plugin buddypress/bp-loader.php has been deactivated due to an error: Plugin file does not exist. ==
@prolet What Paul said. Activating BP Template Pack plugin wouldn’t in any way cause that error. We have successfully “template-packed” more than 80 WP themes in this forum alone https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
== BP version. 1.2.8 / WP version 3.4.1 ==
@ansidious I have to say it, BP version 1.2.8 is compatible with WP 3.1 and you should be using at least BP 1.5.7 with WP 3.4.1. Cool to know that you could still push BP 1.2.8 to WP 3.4.2 
== My issue is that I can create and edit menu items in the admin of wordpress, but I can not find for the life of me the menu items created with BuddyPress ==
Since you[re still on BP 1.2.8, the menu is hardcoded in the header.php file used by a bp-default child theme or a WP theme with BP template pack.
bp-default supports custom menus since BP 1.5
Hi @aces thank you for your input, I am using private buddypress that was refered to in thread you mentioned but deactivating all plugins except buddypress did not change anything. I have set up a fresh new buddy press installation to check if it is just my installation, but its the same there I added the code that rodtrent mentioned but that didn’t change anything as well. It looks like it is locked in a redirect loop between e.g. http://example.com/buddypress/groups/group1 and https://example.com/buddypress/groups/group1 because the link that is shown in the url field of the browser is http but all the other pages are properly loaded with https. I have changed the wordpress and site url to https.
== I get the normal wordpress user profile editable fields? ==
If you mean the first and last names in wp-admin user settings, then you have to create a script to call those as BP xprofile fields has its own settings. Otherwise, you can create First Name field and Last Name field in User > Profiles panel https://codex.buddypress.org/getting-started/configure-buddypress-components/#users-profile-fields
@rodtrent thank you, sadly that did not work, i have placed the code in line 484 right here:
` // Setup the BuddyPress theme directory
register_theme_directory( );
}
}
remove_action( ‘bp_template_redirect’, ‘bp_redirect_canonical’, 2 );
// “And now for something completely different”`
but I still have the loop. Could it be connected to the fact that this wordpress/buddypress installation is located in a subfolder?
The error tells you WordPress can’t find those files. Did you delete them from your plugins directory?
I went through BP 1.6 code and stumbled upon the “bp_moderator” role in the code (though I didn’t see this in my wordpress & buddypress installation)
I also don’t see any other functions that checks back whether “bp_moderator” capability exist. Is this a planned role for future release?