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: 25468

    Hi Cathy,
    Welcome to BuddyDev.

    I looked at the kleo theme and I see that they have a function

    
    bp_next_profile()
    
    

    which they use for fetching next profile.
    The problem is this function does not use any standar WordPress/BuddyPress API functions. It queries using raw sql.

    It does provide one entry point

    
    bp_pre_user_query_construct
    
    

    That we can use for excluding but that will be inefficient. The problem is we need to fetch the complete list of users who have hidden profile and then specify in the ‘exclude’ parameter in the above if we want to hide it from the next. this approach is fine for smaller network but will cause issue on the large network.

    If you want, I can provide the code to remove hidden profile (I will still be avoiding to add that to the plugin as it may cause problem for our existing users).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Gallery Created But Not Showing Up #7416

    Hi Mario,
    Thank you.

    can you please check this and let me know the results.

    1. Please enable debug info from MediaPress->settings->general screen(bottom)

    2. Please Visit Dashboard->Media

    3. Click on any of the photo uploaded via MediaPress

    4. In the modalbox, Please look at the right side bottom. You will see 3 links

    
    
    View attachment page | Edit more details |  Delete Permanently
    
    

    5. Click on the “Edit more details”

    6. Please look at the bottom of this page. You should see a table like this

    
    
    Component	sitewide
    Type	photo
    Status	public
    Is Orphan Media	No
    Storage Method	local
    Valid Media?	Yes
    
    

    Can you please post me the exact table. That will give me the idea if the problem is happening due to unassigned components etc or not?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: MediaPress set Profile Photo #7415

    Hi Jay,
    Thank you. Can you please ask your hosting provider if they have somehow disabled the Fileinfo extension?

    With version 5.3 and above, this function should always be available.

    Please let me know their response.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Media in comments #7414

    Thank you Ben.

    I will keep an eye over the login and see if I can reproduce it in some way. Appreciate your help.

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Thank you.

    If you get any reply, Please do let me know. In the meantime, since we have a release today, I will test it with normal po/mo translation to make sure it is working.

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Feature: Featured members in different categories #7412

    Hi,
    Thank you. I will release an update of the plugin today to allow filtering with roles/types.

    I am sorry but the marking functionality is not available in the backend it. If I found enough time, I will put a checkbox today to add users from the backend.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468

    Hi Mwiiga,
    is this problem relevant with current BuddyPress? Are you using BuddyPress in Multiblog mode?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: Get drop downlist of “certain” pages #7409

    You are welcome 🙂 All the best!

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: A few noticeable bugs #7408

    Thank you Graham.
    I am adding it to our list of conflicting plugins. Going to maintain one for future.

  • Keymaster
    (BuddyDev Team)
    Posts: 25468
    Brajesh Singh on in reply to: [Resolved] Gallery Created But Not Showing Up #7399

    Hi Mario,
    I am sorry for the inconvenience, we don’t monitor the wp.org forum at the moment. We will try to keep an eye there too in future.

    I just had a look at your screenshots, and you gallery seems perfectly fine to me(they have the component/type and status assigned).

    The only reason it may not appear is some plugin/code modifying the WP_Query( pre_get_posts filter). before being sure, Can you please do me a favour and enable debug mode in the MediaPress settings.

    Once you have done that, please visit Dashboard->Media and click on Edit of any of the MediaPress uploaded media.

    At the bottom of that pages, there should be some debug info. if possible, Please post that for me.

    Thank you
    Brajesh