Remove filenames on profile – Media Gallery Add-on – UserPro Forums https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/feed/ Sun, 05 May 2024 20:02:27 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-42944 <![CDATA[Remove filenames on profile – Media Gallery Add-on]]> https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-42944 Sat, 27 Sep 2014 14:47:48 +0000 Gaz Lloyd BSc Hons How do I remove the filename shown below the uploaded media on the user profiles. upload through the addon plugin.

An example being I uploaded a test photo to my account and it says laura_and_gaz.png below the uploaded media. I still wish to keep the photo as a link to light box mode.

Where do i change this and what code edits would I need. Show examples where possible. Many thanks in advance.

Regards,

Gareth

]]>
https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-42951 <![CDATA[Reply To: Remove filenames on profile – Media Gallery Add-on]]> https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-42951 Sat, 27 Sep 2014 21:10:35 +0000 Gaz Lloyd BSc Hons **REMOVING THE UPLOADED MEDIA FILE NAME FROM UNDER MEDIA UPLOADS ON USER PROFILES SOLUTION**

In response to this request for support I have indeed resolved the issue myself.

** THIS IS FOR THE MEDIA ADD-ON ONLY AND NOT STANDARD USERPRO. YOU MUST HAVE PURCHASED THE MEDIA ADD-ON VERSION 1.3 and YOU MUST HAVE AT LEAST USERPRO VERSION 2.4 TO USE IT AND FOR THIS TO WORK*. PURCHASE IS FROM CODECANYON **

However for those who are incurring this issue I have attached the file that I have edited so you can also remove the file name that appears on profiles underneath the media uploaded.

What you need to do to add this small fix to the issue:

** PLEASE NOTE: I TAKE NO RESPONSIBILITY FOR THE USE OF THIS FILE AND OR TUTORIAL. PLEASE USE AT YOUR OWN RISK AND REMEMBER TO MAKE BACKUP COPIES OF THE ORIGINAL FILE FIRST INCLUDING ALL WEBSITE CONTENT AND DATABASES. PLEASE BE FULLY AWARE YOU USE THIS AT YOUR OWN RISK AND WITHOUT THE OPTION OF SUPPORT**

REQUIRED STEPS TO FIX MEDIA ADD-ON FILE NAME ISSUE:
1. Download the edited version of the original media_functions.php
The download link – http://www.filedropper.com/mediafunctions
2. You need to replace the media_functions.php using filemanagers or ftp this can be found in: /wp-content/plugins/userpro-mediamanager/functions/media_functions.php
Choose to overwrite the original if asked to do so.
3. That’s it all done. It should work like a charm if however it doesn’t then you can always use your backed up file and repeat the process replacing the original file back.

The reason for this edit was personally I felt it best to remove the file names as it looked more professional and tidy this way. It’s up to you what you choose however thought I would share for those that need this. Give something back to a wonderful community and plugin author.

@ahmed I feel this should be updated in the next release as it looks allot cleaner than file names viewed on profiles. It is still viewable on edit profiles but at least on the front end it is looking cleaner.

Have fun and I hope this helps someone out. Many warm wishes to all. My hard work and inspiration goes into what I do. It’s takes a large amount of my time to find solutions to issues and fix them for others and myself. If you find this useful please donate what you feel you would like to my PayPal [email protected] however donations are not mandatory.

Regards,

Gaz

]]>
https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-43101 <![CDATA[Reply To: Remove filenames on profile – Media Gallery Add-on]]> https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-43101 Wed, 01 Oct 2014 13:27:00 +0000 keith @Gaz, thanks for the contribution. I’ll give it a try later today. I have MANY other mods (bug fixes, really) that are needed with my UserPro install. Pls let me know if you are available for custom work or if you have other fixes/files available and I’d be more than happy to donate! Again, thanks 🙂

]]>
https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-43111 <![CDATA[Reply To: Remove filenames on profile – Media Gallery Add-on]]> https://forum.userproplugin.com/forums/topic/remove-filenames-on-profile-media-gallery-add-on/#post-43111 Wed, 01 Oct 2014 15:37:29 +0000 acidf

Hi, just a quick question. In the gallery image, name appears below the image. How to hide ? . Thanks

You can hide the name by making some changes in code.Please make the changes in below mentioned file – File Path – userpro-mediamanager/css/userpro-media.min.css In the above file search for class “description” In that class please add “display:none;”

]]>