Disable the edit option for media

Hi,

I am using Amazon S3 to store photos used by my Buddypress community. Because of this, the edit function does not work. In an effort to avoid community confustion, is there a way to disable the edit media option? Currently all functions seem to work, until you hit the save button. It then reverts to the original file.

Hopefully some quick css can hide this option, but I’m not really sure how to do this.

Thank you in advance for any assistance.

Hi @Michael_Hipp,

Try adding following css to custom css tab under rtMedia admin settings to hide modify image tab from edit single media page:

.rtmedia-container #rtmedia_media_single_edit .rtmedia-editor-main .tabs .rtmedia-modify-image { display:none; }

Let us know if it helps you or not.

Thank you.

Thank you so much @pranalipatel! That worked perfectly!

Hello @Michael_Hipp,

You are welcome!

I am closing this support thread now. Let us know if you face any other issue.

Thank you.