Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Carsten,
    Thank you for sharing.

    I am glad it is working.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Mical,
    Thank you for updating. I am glad you resolved it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Buddycommerce #27709

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi imborx,
    Which template pack are you using?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    HI Peter,
    Here is an example

    
    add_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

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on 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

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Add fields to gallery #27680

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Carsten,
    Thank you for the update.

    MediaPress media is sane as WordPress attachment, so it works the same way.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Auto activate plugin doesnt'work #27675

    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