-
Juliet Dillion's profile was updated 9 years ago
-
Isabell Gibson's profile was updated 9 years ago
-
Henry Wright replied to the topic Enable BP_ENABLE_ROOT_PROFILES & Normal Profile Pages in the forum Installing BuddyPress 9 years ago
That page is made up of template parts but you would start by editing your-child-theme/buddypress/members/single/index.php. If the file doesn’t exist you will need to create it. For more information check out the Template Hierarchy article
Ref https://codex.buddypress.org/themes/theme-compatibility-1-7/template-hierarchy/
-
ONCLICK's profile was updated 9 years ago
-
Tona Vazquez's profile was updated 9 years ago
-
Valerie F. Pedrick's profile was updated 9 years ago
-
Teresa Davis's profile was updated 9 years ago
-
Annie J. Khoury's profile was updated 9 years ago
-
Winhousing's profile was updated 9 years ago
-
Henry Wright replied to the topic Using wp_mail and emails in the forum How-to & Troubleshooting 9 years ago
You can change the content type of WordPress emails using the
wp_mail_content_typefilter:add_filter( 'wp_mail_content_type', function( $content_type ) {
$content_type = 'text/html';
return $content_type;
} ); -
Henry Wright replied to the topic I deleted my BuddyPress. NO! in the forum Installing BuddyPress 9 years ago
I deleted my BuddyPress
There’s 2 parts to BuddyPress. There’s the database and then there’s the files and folders.
If you deleted the database then you’ll need to use a backup. If you’ve deleted the BuddyPress files and folders only, then you can just upload them and everything should work again.
-
Henry Wright replied to the topic Enable BP_ENABLE_ROOT_PROFILES & Normal Profile Pages in the forum Installing BuddyPress 9 years ago
Hi Christopher,
I’ve not seen this done before probably because of the issues it would create with reference to duplicate content.
That’s not to say it isn’t possible but my guess is it won’t be easy.
-
Doris Davis's profile was updated 9 years ago
-
Fede started the topic Buddy Press plugin leads to 508 error. What to do? in the forum Installing BuddyPress 9 years ago
I installed buddypress on my website http://europsms.com/sms-landing , but after some days 508 errors were become common. One suggest me to deactivate buddypress, i did that and now no errors
But I want to use buddypress to start a community on my website. Please tell me how to use it by getting rid of 508 errors.
Thanks in advance.
-
Henry Wright replied to the topic Sorry, you are not allowed to access this page. in the forum How-to & Troubleshooting 9 years ago
Nice one r-a-y!
-
Dana Moore's profile was updated 9 years ago
-
metalhead started the topic Styling Message Counter Menu Elements in the forum Creating & Extending 9 years ago
I’ve gathered information from several posts, and used it to create a nifty menu item called “Messages.” It includes an unread counter, and more. Here’s what it does:
1) Checks to see if user is online before proceeding
2) Checks to see if user is at appropriate menu before proceeding
3) Gives you control over where the new menu item is…[Read more] -
Laurie Riddle's profile was updated 9 years ago
-
Henry Wright replied to the topic Sorry, you are not allowed to access this page. in the forum How-to & Troubleshooting 9 years ago
Are you logged in as a network admin or just a plain admin?
-
Henry Wright replied to the topic User comments moderation in the forum Installing BuddyPress 9 years ago
I think you will need to build this because I haven’t seen a plugin that can do it and this kind of functionality isn’t in core.
- Load More