Forum Replies Created
-
In reply to: Map
Yes, it is possible: BP Maps for Members
In reply to: Add informations to my friendsDid you see: Buddy User Notes
In reply to: Hide pages/contentIn reply to: Current User URLIn reply to: Registration and login pageYou cannot see it if you are logged in.
In reply to: Display Post Form through ShortcodesSome names are the same but the underlying code is different.
You need to ask BuddyBoss – they have a facebook page for questions.In reply to: Member to Member activity – seen in admin SENT emailI’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.In reply to: Display Post Form through ShortcodesBuddyBoss is a fork of BuddyPress, done several years ago. The codes bases have diverged.
In reply to: Display Post Form through Shortcodes> …wp-content/plugins/buddyboss-platform
These are the forums for BuddyPress, not BuddyBoss.
In reply to: Additional Features HelpBP 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.
In reply to: Can’t Delete BuddyPress Plugin> 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.In reply to: HTTP errorTry switching to the BP Nouveau template pack in BP settings.
Try switching to a WP theme like 2020 and see if the issue persists.In reply to: Divi Theme Builder & BuddyPressWhy 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.
In reply to: HTTP errorIt 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.In reply to: HTTP errorYou 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.In reply to: HTTP errorShow the complete error.
Please use the bbPress forums.
In reply to: Unable to open any profiles with Buddypress.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.
In reply to: Need to hide send-reply private message button> I am using buddyboss platform as plugin
Please contact BuddyBOSS.
These are the forums for BuddyPRESS.In reply to: registration errorPlease show the full error.
In reply to: Custom option values to selectbox field in XprofileIn reply to: Theme Twenty Twenty-Two does not show forumsBuddyPress 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.In reply to: Member’s directory page ID is equal to 0Yes. BP creates a ‘dummy’ post.
For example, see
public function single_dummy_post()
in
buddypress\bp-members\classes\class-bp-members-theme-compat.phpTo check if you’re on the members directory, use:
if( bp_current_component('members') )In reply to: don’t see new membersNew 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.