BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    “media” is used internally and is reserved, please use “gallery”, “album” , “photos” etc.

    Please do note that following are reserved and might have side effects. reserved names
    1. media
    2. photo, audio,video,docs( Any media type should be considered reserved)
    3. ‘manage’, ‘edit’, ‘delete’, ‘change-cover’ these are action names and should be avoided too

    You can use photos(note the s) or videos etc or even gallery/album or anything except the above 5. In any case, do not use ‘media’ at all. It is registered as an end point and has very special meaning. The behaviour is unpredictable for media.
    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Oops, I was replying while you already found the solution.

    You are fast 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi Nauti,
    Currently you can do it via bp-custom.php

    
    if ( ! defined( 'MPP_GALLERY_SLUG' ) ) {
            define( 'MPP_GALLERY_SLUG', 'xyz' );
    	}
    

    It is there to avoid slug conflict if you are already using an existing gallery plugin. As mentioned above, you can change it from bp-custom.php and in future, I will provide a setting option to do the same.

    Hope that helps.

  • Keymaster
    (BuddyDev Team)
    Posts: 24611
    Brajesh Singh on in reply to: Error with user dasboad Gallery view #873

    Is there any chance you are using some type of access restriction/redirect plugin. I checked and we see that on load-edit.php action we are echoing some inline css. That should work fine unless some plugin is trying to do a redirect after that action.

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Now that is strange, I do not handle any media specifically( except the processing at the time of upload). So, If one Media Works, other should work too.

    Will be looking into it in more details today. If you find anything interesting on it, please do share.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611

    Hi George,
    thank you for reposting. Is it only happening with audio or photo too?

    The strange part is if a media is shown in activity, it simply means it was correctly uploaded.

    About sorting, there is an option in the widget section, that should allow you to sort it properly.

  • Keymaster
    (BuddyDev Team)
    Posts: 24611
    Brajesh Singh on in reply to: [Resolved] Mediapress Activity notifications #858

    Hi George,
    the latest version of comment notifier plugin should notify the user if someone favorites their activity.

  • Keymaster
    (BuddyDev Team)
    Posts: 24611
    Brajesh Singh on in reply to: [Resolved] MediaPress Widget Error #855

    Thank you. Closing this as resolved.

  • Keymaster
    (BuddyDev Team)
    Posts: 24611
    Brajesh Singh on in reply to: [Resolved] MediaPress Widget Error #852

    That was a bad typo on my end. Have fixed it and pushed on the github.
    You can see the small change here
    https://github.com/buddydev/mediapress/commit/d11e165c48d89981c7a1f8c660932cc118778b64

    it was a space I typed by mistake. I am hoping to avoid it in future. Please update and let me know if you find any issue.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24611
    Brajesh Singh on in reply to: [Resolved] MediaPress Widget Error #851

    Hi,
    Thank you for reporting.

    I am Sorry for the inconvenience. Confirmed bug. Seems something I have committed in the last weeks update. The objects are not passed properly. Looking at it and will have a fix in couple of hours.

    Thank you
    Brajesh