Page 1 of 3

[SOLVED] Shadowbox gallery : how to hide file name ?

Posted: 16 Apr 2009, 16:04
by TNZ
Hello everybody,

I am using Shadowbox gallery and I really like it. However, I would like to hide the file name (cf. file attached, in red).
I didn't find how to do that.

Is it possible to hide the file name ? How can I do ?

Thanks in advance.
Best regards,

Re: Shadowbox gallery : how to hide file name ?

Posted: 18 Apr 2009, 12:34
by TNZ
Any idea ?

Re: Shadowbox gallery : how to hide file name ?

Posted: 18 Apr 2009, 19:56
by TNZ
Thank you very much kwgerdyk, I looked many time but didn't find.

Thanks again, I have still only one problem (I don't want autostart diaporama with Shadowbox gallery, HERE).

Thanks :)

Re: Shadowbox gallery : how to hide file name ?

Posted: 19 Apr 2009, 22:28
by TNZ
I'm back in this topic because...it's not good :oops:

The solution to put "Only Image" is good because the picture's name is hide when we open one picture. But this put on the overlib effect...and i don't want that.

I just would like to hide the picture's name when we open the pictures.

Do you know how to do that ?

Thanks

Re: Shadowbox gallery : how to hide file name ?

Posted: 22 Apr 2009, 20:11
by TNZ
kitar wrote:I have the same problem. The use of the overlip is no solution, cause even the transparent is set to 0% the window become bigger and sidebars appear.
==> Yes... I didn't find a solution yep :(

Re: Shadowbox gallery : how to hide file name ?

Posted: 24 Apr 2009, 22:07
by Jan
Hi, then it should be customized in the code:

components\com_phocagallery\views\category\tmpl\default.php

comment line 173

from:

Code: Select all

echo ' title="'. $value->title.'"'; 
to:

Code: Select all

//echo ' title="'. $value->title.'"'; 
Jan

Re: Shadowbox gallery : how to hide file name ?

Posted: 25 Apr 2009, 13:03
by TNZ
Perfect. :)
Thank you very much.

Re: [SOLVED] Shadowbox gallery : how to hide file name ?

Posted: 06 May 2009, 22:55
by Jan
Great to hear it, Jan

Re: [SOLVED] Shadowbox gallery : how to hide file name ?

Posted: 22 Sep 2009, 09:34
by derebo
Hi Jan,

Do you think filename sho/no show could be enabled as a setting in a a forthcoming Phoca Gallery release? Just a suggestion. I tried to find that setting in parameters and after a number of tries, I had to search in the forum.

Greetings,

Re: [SOLVED] Shadowbox gallery : how to hide file name ?

Posted: 23 Sep 2009, 20:31
by Jan
Hi, you can display title, If you want to display filename, just don't add title. Title will be the same as file name. Or this needs to be customized in the code :-(