Hello
I am trying to get rid of the file name field on the album pages. I just want it to show the date. But I can't seem to find an option to turn off the file name display. Can someone please tell me what code needs altering in album.tpl ?
I'm using Gallery2.3 and Matrix
TIA
Posts: 27300
I guess you are talking about the title?
<h2> {$theme.item.title|markup} </h2>
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
That's the odd thing. I found that when I was googling. But it doesn't exist in my album.tpl file??
Posts: 27300
URL?
Theme?
Cache?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
URL is http://woodpassion.net/gallery2
Theme is Matrix (as above)
Not sure what you mean by Cache? If you mean have I tried clearing it, then yes.
Posts: 27300
Add
to theme.css
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
Thanks Dave that worked. However it also removed the Album titles. Is there a way around this?
Posts: 27300
album.tpl remove:
{$child.title|markup}
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
Dave that worked perfectly. Thanks very much for taking the time to help me.
For reference to others:
Remove the above code:
p.giTitle {
display: none;
}
From Theme.css to make Dave's last post work.
Thanks again!
Posts: 10
I have read this and countless other tutorials and tried to implement this for my gallery, but nothing seems to work. I would like the image names to not show but the album name to show. The code above is in my theme.css "p.giTitle {display: none;}", but the other code "{$child.title|markup}" is not in my album.tpl page. It may because I am using ajaxian theme, but I am not sure. Can someone please help me out on this? Thank you!
My gallery can be found at: http://mikecnichols.com/gallery/gallery2/main.php
Mike
Posts: 27300
It has worked for other so please start a new thread with your issue.
Read some of the FAQs about cache.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
I have read and read and read and read. I cannot seem to find anything other than this thread that remotely touches what I'm trying to do. I will start a new thread about this problem as well as a couple other problems I'm having in the AM.
Posts: 46
Is this for photo file names ?
TT ( karl )
Posts: 46
That all so removes the Album name
I would like to remove just the file names like so
http://gallery.rockinghamgateway.com/main.php?g2_itemId=107
file name is dave_s-fish2, I would like the Album name to remain in place
any idea please
TT ( karl )
Posts: 27300
You could just remove the title from the User Interface.
or
edit photo.tpl of the theme you are using and remove
<h2> {$theme.item.title|markup} </h2>
clear cache.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team