How to remove the word "Album:" before the name of the album?
macphoto
Joined: 2004-06-08
Posts: 94
Posted: Wed, 2009-09-23 00:32
How does one remove the word "Album:" that precedes the actual name of the album?
FOR EXAMPLE: The sample posted above should only read "Andre Edwards".
For a moment i wonder how to clear cache. After searching then i found as i think better i share here:
Note: Be sure to disable template caching when editing templates (.tpl files). Else you need to clear your template cache to see the change taking effect. Site Admin -> Performance - The template cache was introduced in Gallery 2.3. - http://codex.gallery2.org/Gallery2:Themes:How_To
Posts: 22888
album.php
{g->text text="Album: %s" arg1=$child.title|markup}Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 94
album.php???
I couldn't find it! Are you certain you don't mean
"gallery2/themes/matrix/templates/album.tpl"?
I've tried this and it didn't work.
G2 v2.3
Posts: 22888
Clear cache?
Read the top of the file before you edit it as well.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 28
.::[x]:
For a moment i wonder how to clear cache. After searching then i found as i think better i share here:
Note: Be sure to disable template caching when editing templates (.tpl files). Else you need to clear your template cache to see the change taking effect. Site Admin -> Performance - The template cache was introduced in Gallery 2.3. - http://codex.gallery2.org/Gallery2:Themes:How_To