BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1141

    Hi Again,
    Can you please visit the Dashboard->MediaPress->All Galleries and verify that we have the data like this

    http://i.imgur.com/M3cltiH.png

    I mean the component/status/type fields have values set.

    Also, you might need to update your settings, It is from old version of MediaPress. The newer version has many new options added. They will be visible once you activate one of the components and saving it.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1139

    It is under MediaPress->settings->general tab. Look for Privacy setting section

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1136

    Hi, Looking at the details I see 2 things.

    1. Your default status is ‘loggedin’ while it is not activated. Can you please check mark loggedin status.

    2. For a moment, please try disabling the ajax search plugin and see if any of these two helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1133

    Please visit Dashboard->MediaPress->Tools and post me the output. I will have a better idea after looking at the plugin you are using.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1132

    If you are downloading the plugin, it should give you mediapress-master.zip
    https://github.com/buddydev/mediapress/archive/master.zip
    That link will give you the most updated copy.

    Just upload it and should work. if the upgrade does not fixes, please visit MediaPress->Tools in the dashboard and post me the output.

    thank you
    Bajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1128

    Hi,
    Please deactivate the plugin. Then delete it. After that please download latest and upgrade. If you get fatal error on activation, just reactivate again.

    Then check if that makes it work.

    If the site is not too much explicit then I will be fine, If it is too much explicit, I will try to assist you here on forums instead.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1126

    Can you please link me here or PM me the site.
    The directory lists only public galleries. So, I wanted to make sure there were atleast 34 galleries.

    PS: When was the last time you downloaded and updated MediaPress. we have almost daily updates(except a few days for last 2 months). The version is not true indicator as we commit the changes on github without bumping version for now.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741

    Hi Johan,
    no problem.
    That is doable too and I already posted on how to make that in my 2nd post on this topic. I will just post it here too.

    Just changing the code of the function to this will make it work like you expected

    
    function mpp_custom_add_user_link() {
    	
    	$user_id = mpp_get_media_creator_id();
    	
    	$link = sprintf( "<a href='%s'>%s</a>", bp_core_get_user_domain( $user_id ), bp_core_get_username( $user_id ) );
    	
    	echo $link;
    	
    }
    
    

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1123

    Hi,
    Are you on the latest version of MediaPress? When was the last time you downloaded it. Can you please visit Dashboard->MediaPress->All Galelries and verify that there are 34 galleries.

    Also, is there any plugin you are using that might be doing filter on pre_get_post action?

  • Keymaster
    (BuddyDev Team)
    Posts: 24741
    Brajesh Singh on in reply to: [Resolved] Gallery not showing all galleries #1120

    Hi Terjemak,
    I am sorry for the trouble.
    Can you please post the screenshot?