[Tip] Lightbox attachments, from where i can remove the filename?

 
Petri Kosunen
 
Avatar
 
 
Petri Kosunen
Total Posts:  66
Joined  05-11-2014
 
 
 
05 November 2014 10:18
 

Hi.
When I look at the attachment someone has uploaded, it shows the filename. I dont need that kind of information on the lightbox. From what file i can remove this?
Thanks.

 
eeBootstrap Support Team
 
Avatar
 
 
eeBootstrap Support Team
Total Posts:  105
Joined  22-09-2014
 
 
 
05 November 2014 10:56
 
Petri Kosunen - 05 November 2014 10:18 AM

Hi.
When I look at the attachment someone has uploaded, it shows the filename. I dont need that kind of information on the lightbox. From what file i can remove this?
Thanks.

open:
/themes/forum_themes/eebootstrap/forum_threads/thumb_attachments.html

remove:

data-title="{filename}" 

open:
/themes/forum_themes/eebootstrap/forum_threads/image_attachments.html

remove:

data-title="{filename}" 

 

 
 
Petri Kosunen
 
Avatar
 
 
Petri Kosunen
Total Posts:  66
Joined  05-11-2014
 
 
 
05 November 2014 11:35
 

doh, i removed that only from image_attachments.html. Thanks for the head-ups on the other file.