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: 25494
    Brajesh Singh on in reply to: BuddyPress Custom Xprofile Fields About #24441

    Hi Abdullah ,
    It needs modification in your theme and will depend on which theme/template pack you are using.

    If you are using a custom theme, Please contact the theme developer with above code and they will assist.

    If you are not sing any premium theme, Please let me which template pack you are using and I will assist.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: Member Types Pro – Database Query #24440

    Hi Mike,
    Welcome back.

    1. The Member Type entries from the BuddyPress member Types Pro are normal post types, so you can export and import as normal

    2. The Member Type to User association is handled by BuddyPress using custom taxonomy “bp_member_type”.

    If you export the terms association for this taxonomy, You will have the user to member type association preserved(user_id is object id in the term_relationships tab) .

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you Milan.

    I sincerely appreciate you sharing the code and granting us the permission to use it. It will act as the base for the enhancement to the upload experience.

    Thank you for the kind words about the plugin.

    Have a great day.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi bbullwinkel
    Welcome to BuddyDev forums.

    Can you please share a screenshot? The plugin does not add any paragraph. If it is appearing, It is generated by BuddyPress Activity(most probably due to use of wpautop).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Thank you for the update. I am glad it is resolved.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25494
    Brajesh Singh on in reply to: [Resolved] BP Moderation tools – conflict #24418

    Hi Vivek,
    Will check the file today and update you. Yes, we are filtering on posts_where to exclude hidden post items.

    I will get back toy again after I check their change.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25494

    Hi Carsten,

    Thank you for the questions.

    A few clarifications fist.

    1. Nav menu and url are different things. Nav menu link to certain url.

    2. Since you want to move the nav menu, the urls remain same and so their accessibility/visibility remains same too. All you are doing is creating a new sub menu item and linking to the existing url/view.

    This way, the visibility/availability of the url does not change. All you have changed is how the menu is organized.

    Since you are not modifying the existing view, instead you are adding a new link to that view, The visibility/availability of the view is not affected.

    If instead of creating a new link and applying the visibility/availability for the existing url, you modify it and apply changes in visibility/availability, you will find it working.

    As far as dynamic urls are concerned, please see the tags([something]). Using the tag inside the url box will make that part dynamic(*for displayed/logged user).

    Regards
    Brajesh