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
    Brajesh Singh on in reply to: BuddyPress Moderation Tools #27787
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Activity auto-refresh not working #27785
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25348

    Hi Arslan,
    Thank you for using MediaPress.

    I am sorry, we don’t have anything for this.

    Since MediaPress media is attachment, you can use (mpp_is_single_media(), mpp_get_media()) to access the details and store the view counts in meta and then show it where you please.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Profile Visibility for non-logged in users #27782

    Hi Keith,
    On a cursory look, It seems all good to me.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Activity auto-refresh not working #27781

    Hi Jon,
    Thank you.

    1. You can most probably set the activity as home page.

    2. yes it is doable by binding to the event ‘heartbeat:activity:new’. The porblem is we do not expose a public API for doing the fetch.
    There is another way like simulate trigger on the load new but there are no events currently fired after that element is appended to the dom. I will be adding an event in the next release.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Activity auto-refresh not working #27774

    Hi Jon,
    Thank you.

    I see now.

    The problem is the home page is using activity shortcode plugin. I am not sure, but I do not remember adding support for loading new activity in it.

    Here is your actual activity page
    http://test4.savemi.net/activity/

    This supports auto refresh and loading(This is the page created by BuddyPress).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Activity auto-refresh not working #27772

    Hi Jon,
    I still see the BP Nouveau template pack enabled on your test site.

    Here is what you will see for new activities on Legacy

    https://i.imgur.com/KsgZdV7.png

    and when you click on “Load Newest”, It will load the new activities without refreshing the page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Member type List not using theme style option #27770

    Hi,
    I have issued the refund.
    Since the support people for Youzer are incompetent and will not help and keep giving excuses, we are unable to help.

    Loading a template(members-loop.php) is a basic thing and there is nothing that we can do to fix their problems.

    So, This seemed the only right way forward.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Member type List not using theme style option #27769

    Also, Can you please ask the Youzer folks, what could be wrong with using

    
    bp_get_template_part( 'members/members-loop' );
    
    

    I believe they have a problem understanding that this loads the default members loop.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25348
    Brajesh Singh on in reply to: Member type List not using theme style option #27768
    This reply has been marked as private.