-
@mercime updated the Installing Group and Sitewide Forums page, on the BuddyPress Codex 10 years, 4 months ago
For New Installations:
The following is a step-by-step guide for installing the Group and/or Sitewide Forums for the latest BuddyPress and bbPress plugins.
Forums Setup
Forums in BuddyPress make use of the […]
-
Steve Valencia started the topic Buddypress.org my profile setting and image in the forum How-to & Troubleshooting 10 years, 4 months ago
I cannot upload a background image for the cover page. Nor can I upload my photos / change photo. I do have a Gravatar account. Why is this not working?
Kind regards, -
Steve Valencia's profile was updated 10 years, 4 months ago
-
Hugo Ashmore replied to the topic HTML validator – Bad value for attribute action on element form in the forum Installing BuddyPress 10 years, 4 months ago
I would ignore the “warning” and move on, the form ‘action’ attribute is not explicitly set as required, browsers will work without it being set and return the existing url; personally I prefer it set but…
I would take care in running validation routines over WP code, you’ll almost certainly receive a lot of warnings from various areas and…[Read more]
-
Henry Wright replied to the topic How to create a Like notification? in the forum How-to & Troubleshooting 10 years, 4 months ago
To like something are you using a plugin? BuddyPress doesn’t come with like functionality out of the box. I would think the plugin you’re using should supply the notification functionality. Try asking your plugin’s author to see if they can add the feature for you.
-
Joshua Blevins replied to the topic About bp-custom in the forum Creating & Extending 10 years, 4 months ago
Okay, I did those changes (shown below). I still see no additional role added to the WordPress extended profile. I should be able to see it there. Correct?
<?php/*
*
*/
function custom_member_types(){
bp_register_member_type('role', array('labels' => array('name' => 'role', 'singular_name' => 'role')));
}add_action('bp_init',…[Read more]
-
Nitin Yawalkar's profile was updated 10 years, 4 months ago
-
Joshua Blevins started the topic About bp-custom in the forum Creating & Extending 10 years, 4 months ago
I see the code here about creating custom member types, but it didn’t say much about where to put this code. I assumed one of two places. Either in the bp-custom.php file wp-content/plugins/ or in functions.php. However, when i post the code below into both I did not get the desired effect.
[Read more]
function… -
Murat replied to the topic Invalid activation key in the forum Installing BuddyPress 10 years, 4 months ago
i dont know what went wrong but other accounts I opened worked fine. One of them still has matter. Don’t know what the problem is but im pretty sure there is a bug. anyway, for me it’s okey now.
-
Murat started the topic Invalid activation key in the forum Installing BuddyPress 10 years, 4 months ago
https://buddypress.org/support/topic/new-user-registration-problem-invalid-activation-key/
I read this. It’s an issue of 2 years ago!
I have a fresh install and I see that same problem still continues! This is unbelievable.
-
Henry Wright replied to the topic How to create a Like notification? in the forum How-to & Troubleshooting 10 years, 4 months ago
If you’re not comfortable with code, then try searching for a plugin. I’m not aware of one but that doesn’t mean there isn’t one out there 🙂
-
Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating & Extending 10 years, 4 months ago
Got it to work. Thank you for your help Hugo.
-
Henry Wright replied to the topic Can't login when Buddypress enabled in the forum How-to & Troubleshooting 10 years, 4 months ago
Could this be an issue with your theme? Try with the Twenty Fifteen theme enabled just to make sure. Also, sometimes plugins can cause problems. Deactivate everything aside from BP and then try testing again.
-
Henry Wright replied to the topic Problems with "subscription page" on my website in the forum How-to & Troubleshooting 10 years, 4 months ago
You can modify your theme to add “directions”. Check out the Template Hierarchy article for more info.
-
Henry Wright replied to the topic How to create a Like notification? in the forum How-to & Troubleshooting 10 years, 4 months ago
Check out
bp_notifications_add_notification().Ref: https://codex.buddypress.org/developer/function-examples/bp_notifications_add_notification/
-
Nico's profile was updated 10 years, 4 months ago
-
Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating & Extending 10 years, 4 months ago
Do you have a fully custom BuddyPress theme that is not a child theme? I’d really like to look at the code and figure it out under the hood.
-
Hugo Ashmore replied to the topic About BuddyPress Templates in the forum Creating & Extending 10 years, 4 months ago
For why?
What’s the issue you’re having?You should have control of your templates now and can modify as you need; the master WP template that would be used is generally page.php copy that to /buddypress/ and rename to buddypress.php to have control of this top level template.
-
Ryan Hellyer started the topic Filtering sitewide activity list items in the forum How-to & Troubleshooting 10 years, 4 months ago
I need to edit the items displaying in the recent sitewide activity list. I ended up hacking the items out via CSS, but this has caused problems with the “load more” button, which sometimes appears to do nothing, as it is loading items which are hidden.
Any ideas on how to work around this issue?
The specific items I’m trying to hide are…[Read more]
-
Joshua Blevins replied to the topic About BuddyPress Templates in the forum Creating & Extending 10 years, 4 months ago
Just gonna bump this up.
- Load More