Replies
Hi Nik,
Thank you for using the plugin.1. I am not sure I will be able to help you with this currently. It will need time and I lack free time currently.
We are adding each item as a top level/sub nav using BuddyPress nav functions bp_core_new_nav_item() or
bp_core_new_subnav_item() depending on admin preference.
2. Seems like a bug. I will check and update you on Monday.
3. No. BuddyPress supports only 2 level menu. So, you can move all shop sub nav items under profile(by setting parent slug to “profile”) but not the shop itself(if you are planning to have profile->shop->shop links).
You can certainly do it like profile->shop links(all shop sub tabs like orders, addresses etc ).
The default sub nav slug is used to setup which of the sub nav item will be default when you click on the shop tab.
Regards
Brajesh- Brajesh Singh on February 14, 2020 at 4:18 pm in reply to: Add "send private message" button to members directory to non logged in users #27708
Hi imborx,
Which template pack are you using?Regards
Brajesh - Brajesh Singh on February 14, 2020 at 4:16 pm in reply to: Display a shortcode in Xprofile fields from another Plugin. #27707
HI Peter,
Here is an exampleadd_filter( 'xprofile_get_field_data', function ( $value, $field_id, $user_id ) { if ( 5 != $field_id || is_array( $value ) ) { return $value; } return do_shortcode( $value ); }, 10, 3 );Please add it to your bp-custom.php and try.
Regards
Brajesh - Brajesh Singh on February 14, 2020 at 3:56 pm in reply to: [Resolved] BuddyPress Xprofile Custom Field Types #27706
Hi Carsten,
Thank you for reporting the issue. Yes, the bug was introduced in last update where we limited the registration of our js libraries.I will be pushing an update within couple of hours to fix it.
Regards
Brajesh - Brajesh Singh on February 14, 2020 at 3:55 pm in reply to: Problem with footer in community builder theme #27705
Hi Kranthi,
Thank you for using the theme.I am sorry but the above information is not coming from the theme. It is most probably coming from a plugin(seems like a media related plugin). Please check by deactivating plugins.
Regards
Brajesh Hi Christophe,
Thank you for the question.It is not doable out of the box. With some custom development, this may be achieved.
Regards
Brajesh- Brajesh Singh on February 12, 2020 at 11:54 am in reply to: [Resolved] Hhow to connect MediaPress to a cloud server #27679
Hi Carsten,
Thank you for the update.MediaPress media is sane as WordPress attachment, so it works the same way.
Regards
Brajesh Hi,
I am sorry, the plugin works with standard BuddyPress/WordPress registration. It seems the BuddyForms is adding its own flow.I have issued the refund. Please check your PayPal account.
Regards
Brajesh- Brajesh Singh on February 11, 2020 at 6:13 pm in reply to: [Resolved] BP Limit Members Per Group Not working #27674
Hi Vladimir,
Thank you for the patience.Please upgrade to 1.0.2
https://buddydev.com/plugins/bp-limit-members-per-group/Our team has updated it to make it compatible now.
Regards
Brajesh Hi,
Can you please try disabling BuddyPress Registration Option and check this. I am assuming that the registration option might be preventing user account from being activated(It holds in moderation).Please check and let me know.
PS: is BuddyPress Custom Login Page the BuddyForms plugin?
Regards
Brajesh