Search Results for 'bbpress'
- 
		
		Search Results
 - 
		
			
		
			
		
			
Topic: BP_DEFAULT_COMPONENT
WP 3.5
Budypress 5.00 bbPress 2.6.1
BP legacydefine(‘BP_DEFAULT_COMPONENT’, ‘profile’ ); works
define(‘BP_DEFAULT_COMPONENT’, ‘notifications’ ); works
define(‘BP_DEFAULT_COMPONENT’, ‘messages’ ); works
define(‘BP_DEFAULT_COMPONENT’, ‘friends’ ); works
define(‘BP_DEFAULT_COMPONENT’, ‘groups’ ); works
define(‘BP_DEFAULT_COMPONENT’, ‘settings’ ); worksdefine(‘BP_DEFAULT_COMPONENT’, ‘forums’ ); not working, links to home (activity)
bug?
Hello,
I have created several private buddyPress groups and each group has a private bbPress forum.
1) As the group is private do I also have to put the forum inside group as private?
2) If so, do I also have to make private the sub-forums of a main forum that is already marked as private?Thank you
bVHello,
I have several different (private) BuddyPress groups with each their specific bbPress forum (private) and I try to give each forum a different look.Is there a way to use or wrap the pages of a BuddyPress group forum with a div # ID to write CSS styles for each forum based on the page #ID?
Thank You
bVHi, I am trying to define custom BP notification triggers. For instance, I have a BBPress forum on my site with an Announcements forum and when I post an Announcement I would like that to appear as a BP notification, and ideally appear live. So like you see on various sites such as stackoverflow.com, airbnb.com, etc. Just your typical notification bell with count updated live. And to keep my sit’s database from growing out of control I would prefer to have the notifications dealt with by 3rd party. So maybe that is where OneSignal or something comes in.
Anyway, I am comfortable coding in PHP and JS, just trying to figure out what is possible out of the box, what can be added by plugin, and what I need to custom code.
thanks,
BrianTopic: Multisite setup
I’m moving a single site that uses buddypress into a multisite. Buddypress will be networked activated. I think that some of the other plugins I currently use should not be networked activated, BBpress and BuddyPress docs. Does anyone have any experience with this type of setup? or would it be better to network all three plugins?
Topic: last update won’t activate
I recently updated to 5.0.0 and all of a sudden it comes up with an error on the dashboard..
**
The Notification : bbPress plugin cannot be loaded because it needs:bbPress plugin active
**The plugin claims to be active but everything on the site has crashed ….
Not sure if this is something to do with the BP Rest API
any help would be great as it’s the only site i use for communication.Topic: Fetch user’s avatar
I am working with bbpress and I noticed that on the forums page of my site (bbpress), the avatars for user’s are from their wordpress profiles instead of the avatar used for buddypress.
Would anyone have a fix where the avatar for users in the forum matches the avatar from buddypress?
Topic: Forum reply permalink issue
Hello all,
I am using BuddyPress (v5.0.0.) with bbPress (v.2.5.14) and I am noticing an issue when I have a forum topic with multiple pages. When I add a new reply it creates a BuddyPress activity that stores in the DB a primary_link of the type
/forums/topic/topic-name/page/XX/#post-YYYY. For example/forums/topic/test-notification-for-reply/page/2/#post-3063The problem is that if I delete some previous replies from page 1 and this reply moves to the first page from the second page it was previously, its activity permalink (primary_link) remains the same and the activity still points to page 2 of the topic (not page 1 that is its new page).
Is there any fix for this?