BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55396

    Hi George,
    Welcome back.

    Can you please check the status of the media in the gallery and confirm that they are all public?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55393

    Hi Michael,
    Thank you for the reply.

    The gallery cover is not used like that(currently). We use gallery cover when you list all galleries. It shows the thumbnail there.

    You may use the gallery cover this way if you want. The cover can be accessed via the following code.

    
    $cover_src = mpp_get_gallery_cover_src( 'large', mpp_get_current_gallery_id());
    
    

    You can use this image as you please.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55390

    Hi Claire,
    I am sorry for the delayed reply.

    I have looked in the site and the tabs you have created(just the list).

    Can you please link me to the tab and the front end page where it should be used for listing forums/topics etc.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55389

    Hi Earl,
    I am sorry, I had a busy week and could not spend much time. I believe it is related to the template hierarchy/block template loading. It should be easy to fix. Please expect a new release this Monday.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55388

    Hi Earl,
    The slug is a remant of the past and we haven’t changed it due to the fear of breaking existing sites.

    You can put a line of code in bp-custom.php or wp-config.php

    
    
    define('MPP_GALLERY_SLUG', 'gallery');
    

    and it will use gallery instead of mediapress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55387

    Hi Earl,
    The current db structure for MediaPress does not allow sharing same media to multiple gallery.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55386

    Hi Michael,
    Thank you for using MediaPress.

    I have checked the site and as you mentioned, the cover is visible in edit details.

    Can you link me to a page where it should be visible but it is not. That will help me understand it better and assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55379

    Hi Josh,
    Thank you for the reply.

    The user registration time is stored in UTC timezone and the date calculations are done in UTC timezone, so I don’t see an issue with that.

    It has not been deprecated till 6.8 and there is no reason to worry if you are using it. “Not Recommended” is personal opinion of a user(in the comments there) and not the official version.

    I will suggest debugging to see what value it returns(It is returning negative), probably the timestamp returned by current_time is not aligned with the created timestamp value.

    Only way to find the solution is it debug the time values and calculations.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55378
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 24950
    Brajesh Singh on #55375

    That seems to be the problem. The issue is definately related to tmezone.
    When BuddyPress sees time diff as negative, It says ‘sometime ago’, otherwise, It shows the diff.

    Regards
    Brajesh