BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 24733

    Then it is most probably a plugin conflict. I am sorry but unless I see it, I won’t be able to make much out of it.

    Please visit Dashboard->MediaPress->Tools and if possible, post the debug data here or somewhere else and link me here.

  • Keymaster
    (BuddyDev Team)
    Posts: 24733

    Hi George,
    MediaPress has complete front end gallery management capability.
    By that, I mean, a user can edit a gallery/change description, change cover, bulk edit/delete media and a lot more.

    If you are logged in as the owner of the gallery, you will see the “Edit” link below each gallery on your profile/mediapress landing page and also when you are viewing a gallery, an edit link will appear in the options nav.

    Please check and let me know if that is happening or not?

  • Keymaster
    (BuddyDev Team)
    Posts: 24733

    Hi George,
    Is it happening on the Admin MediaPress settings page?

  • Keymaster
    (BuddyDev Team)
    Posts: 24733

    Hi Lukas,
    it is a Bug in BuddyPress. I have posted a ticket and a patch that fixes it for the current trun.

    https://buddypress.trac.wordpress.org/ticket/6657

    If you can manually update that line in your buddypress/bp-members/bp-members-admin.php file

    Hopefully, 2.4 will have this fix included.

  • Keymaster
    (BuddyDev Team)
    Posts: 24733
    Brajesh Singh on in reply to: [Resolved] Mediapress – Adding new gallery #931

    Hi George,
    try putting this in the css panel and see if it makes it work.

    
    .mpp-form input,
    .mpp-form select,
    .mpp-form textarea{
    height: auto !important;
    }
    

    Hope that helps

  • Keymaster
    (BuddyDev Team)
    Posts: 24733

    Hi Ekolipik,
    Hope you are doing well.
    Can you please suggest a better name? I can put the plugin online then.

  • Keymaster
    (BuddyDev Team)
    Posts: 24733
    Brajesh Singh on in reply to: [Resolved] Mediapress – Adding new gallery #925

    Hi George,
    If I provide css, will it be feasible for you to add to your theme’s css file?

  • Keymaster
    (BuddyDev Team)
    Posts: 24733
    Brajesh Singh on in reply to: BP Gallery – latest version #924

    Hi George,
    You are on the latest version(release last year April).
    If you notice an error with BuddyPress, please do let me know. we will be supporting BP Gallery till we provide a migration route to MediaPress.

    If you are starting a new site, I will recommend to use MediaPress instead of BP Gallery though.

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

    Hi George,
    Thank you 🙂

    I have pushed the changes.Though I have turned on debug and error reporting, I was still not able to see it. May be since I am on PHP 5.5

    Based on your debug log, I have fixed these two issues, can you please try it?

    Thank you
    Brajesh

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

    Hi George,
    After your last message, I did test things again and I see that “wp_user_settings()” is setting cookie which is causing this error. So, you are right , I don’t have preference set and I am admin, that’s why It was not visible to me.

    I am putting an update in an hour.

    For now, you can just delete “mediapress-master” from your plugins directory and you will be able to access the admin area again.
    My apologies for the inconvenience.