- Posts: 1
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- I don't want to see the Filename of the Picture
I don't want to see the Filename of the Picture
- the_dd
-
Topic Author
- Offline
- New Member
Less
More
16 years 5 months ago #19059
by the_dd
I don't want to see the Filename of the Picture was created by the_dd
Hi there,
Im using the Simple Image Gallery and i have one question:
If i generate a gallery and then open a picture i alway see:
You are browsing images from the article:Titel
I know that i can turn this first part off but then i see:
06.jpg
Showing image 1 of 80
Now my question:
Is it possible that the Filename of the Picture in the opening box is not shown?
How can i change the plugin so that it is no more displayed?
I hope you can help me.
Im using the Simple Image Gallery and i have one question:
If i generate a gallery and then open a picture i alway see:
You are browsing images from the article:Titel
I know that i can turn this first part off but then i see:
06.jpg
Showing image 1 of 80
Now my question:
Is it possible that the Filename of the Picture in the opening box is not shown?
How can i change the plugin so that it is no more displayed?
I hope you can help me.
Please Log in or Create an account to join the conversation.
- rodrigogar
-
- Offline
- New Member
Less
More
- Posts: 4
14 years 11 months ago #19060
by rodrigogar
Replied by rodrigogar on topic Re: I don't want to see the Filename of the Picture
I would like to remove the Filename from the lighbox as well. have you ever got an answer to this, or figured how to do this?
Does anyone know how we could do this?
Does anyone know how we could do this?
Please Log in or Create an account to join the conversation.
- Stephan Tensen
-
- Offline
- New Member
Less
More
- Posts: 1
14 years 10 months ago #19061
by Stephan Tensen
Replied by Stephan Tensen on topic Re: I don't want to see the Filename of the Picture
Find the following line in slimbox.js
this.caption.setHTML(this.images[this.activeImage][1] || '');
Replace it with
this.caption.setHTML('');
this.caption.setHTML(this.images[this.activeImage][1] || '');
Replace it with
this.caption.setHTML('');
Please Log in or Create an account to join the conversation.
- tr1
-
- Offline
- New Member
14 years 9 months ago #19062
by tr1
Replied by tr1 on topic Re: I don't want to see the Filename of the Picture
If you want to get rid of the filename (and the annoying <b>yourfilename.jpg</b> message on mouseover, look for this line in jwsig.php (about line 122)
You can comment it out (to make it stop functioning) by adding // in front of it or just deleted the whole line altogether if you want.
Shame this bug has never been fixed - it's been with this plugin since the year dot!
else {$html .= '<b>'.$images[$a]['filename'].'</b>';}
You can comment it out (to make it stop functioning) by adding // in front of it or just deleted the whole line altogether if you want.
Shame this bug has never been fixed - it's been with this plugin since the year dot!
Please Log in or Create an account to join the conversation.
- Christopher8098
-
- Offline
- New Member
Less
More
- Posts: 2
14 years 8 months ago #19063
by Christopher8098
Replied by Christopher8098 on topic Re: I don't want to see the Filename of the Picture
- There have been more forums like this but this is what i loved.
Regards
Christopher
Regards
Christopher
Please Log in or Create an account to join the conversation.
- etevaldo
-
- Offline
- New Member
Less
More
- Posts: 2
11 years 8 months ago #19064
by etevaldo
Replied by etevaldo on topic Re: I don't want to see the Filename of the Picture
So the new version The files are diferent
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- I don't want to see the Filename of the Picture