Renaming "Media" to "Garage"

Hi All,

I need to make a, I hope, easy change to this and wanted to see if you could point me in the right direction in the code.

My client is a car club and insists on calling the Media tab “Garage” because it is where members will be showcasing their cars for other members to see. How could I make this change? Thanks so much for your help!

Yes yo can change default Media label. Add following line of code in your site's wp-config.php file.

define ( 'RTMEDIA_MEDIA_LABEL', 'Garage' );

Also check this document for more label options -> https://rtcamp.com/rtmedia/docs/developer/rtmedia-defined-constants/

Hi Ritesh,

Thanks, but it doesn't seem to be working.

The URL that I am trying to edit it on is http://www.saleenclubofamerica.com. I wonder if anything might be interfering with it?

I tried adding it to the wp-config.php and also to the buddypress_media/index.php. Neither worked for me.

Please see the attached image. Thanks for your help!

Attachment Link(s):

https://rtcamp.com/wp-content/uploads/rtMedia/topics/63384/2014/04/media_rt.png

That's strange. I had tried it again and it works. You can debug it using var_dump or similar function to check the value.