BuddyDev

Search

Help with BuddyPress User Profile Tabs Creator Pro

Tagged: , ,

  • Participant
    Level: Initiated
    Posts: 15
    Claire on #55693

    Hi Brajesh,

    It’s kind of working haha, but I have only one topic per page!

    Thanks again for your persistence.

    Best regards,
    Claire

    PS.: I tried to update my BuddyDev account email address but it doesn’t work. (I would like to receive reply notification elsewhere as my current email address is gonna be deleted).

  • Keymaster
    (BuddyDev Team)
    Posts: 25161
    Brajesh Singh on #55704

    Hi Claire,
    I am sorry, I missed your reply.

    I had added the code to test pagination and limited it to 1 post.

    Please comment this line

    
    $args['posts_per_page'] = 1;
    

    to

    
    // $args['posts_per_page'] = 1;
    

    and that would solve it.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 15
    Claire on #55741

    Hi Brajesh!

    Sorry this time I was the one too busy! I removed the line you said and it works, thanks! I reckon there’s one last thing for this page to be perfect and I hope you can help me again.

    Normally the topics in BuddyBoss forums are sorted with the one having the most recent reply first. But it doesn’t seem to be the case on this page. Can you do something in your custom code to sort the topics this way?

    Again thank you so much, you’re amazing 🙂
    Best regards,
    Claire

  • Keymaster
    (BuddyDev Team)
    Posts: 25161
    Brajesh Singh on #55754

    Hi Claire,
    Thank you for the reply.
    I am sorry for this delayed response. we are not changing order by parameters, so it is using defaults.

    I will check if BuddyBoss sets defaults differently for different screen and get back to you tomorrow.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25161
    Brajesh Singh on #55766

    Hi Claire,
    Thank you for the patience.

    can you please point me to the screen(e.g url) where you see topics by popularity. I checked their topics loop an dthey only allow following values to order by
    'meta_value', 'author', 'date', 'title', 'modified', 'parent', rand'

    It does not seem they have popularity option(unless they are using meta_key/value option for sorting).

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 15
    Claire on #55790

    Hi Brajesh,

    My turn to apologize for the delay in responding! And I also apologize for my last question, my first tests were badly done. I tried again and everything seems to be working perfectly!

    I’ll try to put this in production around the end of this month, hoping it will work as it does on the staging website.

    I’ll let you know but already so many thaaaanks!

    Best regards,
    Claire

You must be logged in to reply to this topic.

This topic is: not resolved