charlietech
Member
Posted 6 months ago #
Hey there,
After i upload an image, the image title shows up. for example. if the image is image 22 in your files, when i upload it to my media, it shows up as image 22 at the top of the upload . how to remove the title of the image and just upload the image itself in he post?
http://wordpress.org/extend/plugins/buddypress-media/
I guess you are talking about title like "IMGP1029" on this page - http://demo.rtcamp.com/buddypress-media/members/admin/photos/144/
It can be removed via codes for now.
Hopefully, in January we will start working on front-end. Then you will get plenty of admin-options to control things.
As of now adding support for functionality (e.g. group-media, upload-from-activity) is priority.
For time being u can add a line like following in CSS:
.bp_media_title {display:none}
I am not encouraging you to modify PHP codes as they will get overwritten with future updates (almost 1 update every-week)