Forum Replies Created
-
Yes, it is possible: BP Maps for Members
Did you see: Buddy User Notes
You cannot see it if you are logged in.
Some names are the same but the underlying code is different.
You need to ask BuddyBoss – they have a facebook page for questions.I’ve never seen this.
Perhaps your site has a theme or plugin or extra code that includes an option to cc the site admin on every email.
Does the site admin also get emails re every comment made on a WordPress post?NOTE:
If you using localhost and an email interface like MailHog, you will see all the emails.BuddyBoss is a fork of BuddyPress, done several years ago. The codes bases have diverged.
> …wp-content/plugins/buddyboss-platform
These are the forums for BuddyPress, not BuddyBoss.
BP Maps for Members will provide a good starting point for the first item.
The other items you mention will require customization that goes well beyond the scope of these forums – iow. hiring an experienced BP developer.
> Buddypress plugin to use with my Buddyboss plugin
You cannot use them together.
Try deactivating all Buddypress and Buddyboss plugins.
And then try deleting Buddypress.Try switching to the BP Nouveau template pack in BP settings.
Try switching to a WP theme like 2020 and see if the issue persists.Why are you using such old version of WP and BP?
BP dynamically creates content for BP pages – so very few, if any, theme builders will work.
It could be a cocnflict with some other plugin on your site.
And if you are using a javascript minify plugin or setting – try removing it.You need to provide more info.
Turn on WP DEBUG and then check the error log.
Open your browser’s console and check for javascript errors.Show the complete error.
Please use the bbPress forums.
Deactivate this plugin, shown in the error: stax-buddy-builder-pro
Go to wp-admin > Settings > BuddyPress and select the Components tab and assign the pages to the components.
> I am using buddyboss platform as plugin
Please contact BuddyBOSS.
These are the forums for BuddyPRESS.Please show the full error.
BuddyPress does not include forums.
Are you also using bbPress? If so, you should post on their support forums.
If you are using BuddyBOSS, which includes forums, you should contact them.Yes. BP creates a ‘dummy’ post.
For example, see
public function single_dummy_post()
in
buddypress\bp-members\classes\class-bp-members-theme-compat.php
To check if you’re on the members directory, use:
if( bp_current_component('members') )
New users will not appear in the members directory until they log-in for the first time.
Sign up as a test user to see if you receive an activation email.