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 J,
    Thank you for the reply.

    Your last configuration should work. If you have set the new tab as default for member/non member, then it should work. Please make sure you have updated the visibility/availbility in the Tab/sub tab both section.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi J,
    Thank you.

    Can you please edit one of the existing tabs say home or members) and mark them as default. It may work(though it is not guaranteed as the default is picked based on order).

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Avatar full width on mobile only #27329

    If you do not use the code, your images will be stretched to fill the size, which will make the quailty of the image bad.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi J,
    Thank you for clarifying.

    It makes sense. I am assuming that the group becomes inaccessible to the non logged in user? The reason is A group page or User page needs a default component to be available.

    You will need to set a default component which is available/visible to the visitor. In that case, It will work.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Visible Gallery Only Private Groups #27327

    Hi Javier,
    Welcome to BuddyDev.

    How are you accessing the photo? By direct linking to the file?

    The visibility only protects the listing, actual files are not protected and are accessible if someone knows the url of the file.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Mediapress open document in new window #27313

    Thank you.
    I am glad that it worked 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Branded Login mail adjustment #27312

    Hi Ralf,
    I am sorry for the delayed reply. We will be pushing the update by this Tuesday. It is related to the translations only? or is there anything else that I am missing?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Something about : BuddyPress Group Tabs Creator Pro #27311

    Hi,
    Thank you for the topic and the suggestion.

    It is not possible currently. Also, BuddyPress team is planning to have the xprofile like functionality for group in near future, so that will not make much sense.

    I do plan to provide a way in future to create/save dynamic data but that will be mostly for contents(backed by post type) not by a custom profile field.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi J,
    Thank you for the post.

    This is an expected behaviour.

    You are copying an expirable url and using it for a tab. The url expires and that’s why this message is shown.

    In case of BuddyPress/WordPress, any url that contains nonce will expire if a user loges in/logs out or a different user accesses it.

    These are not for reuse. The group join link is not a static link, It uses nonce and that’s why you are seeing the error. There is no workaround.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: [Resolved] Avatar full width on mobile only #27306

    Hi Carsten,
    Thank you for the question.

    Media query is your best option here. BuddyPress only recognizes thumb/full,so you can only specify these 2 sizes.

    You may use wp_is_mobile() is php code and show full image there instead of the thumbnail. If you are not comfortable with php, using media query seems the right solution.

    Regards
    Brajesh