Album - need to remove title
Posted: Tue Apr 29, 2008 9:56 am
Specs:
CMS Made Simple 1.2.3 "Black Rock"
PHP 5.2.3-4
MySQL 5.0.27-1
Apache 2.0.52-32.3
running on Linux (Centos 4)
CMS Module:
Album 0.9.3
using the tables layout.
Goal: To remove the automatically generated "album title" so I can use my own css formatted title. The album's title is formatted with h3 tag. But the H3 is formatted differently.
Maybe you have an alternative so I can format the album's css tag.
What I DID:
I have edited the file
\modules\Album\templates\db\categories.tpl
But my changes are not taking effect.
ORIGINAL CODE:
{section name=album loop=$categories}
{$categories[album].category->name}
{if !empty($categories[album].category->comment)}{$categories[album].category->comment}{/if}
{$categories[album].albums_content}
{/section}
{/section}
I was thinking it might be smarty caching. so a bit of googling and code this code snippet to clear all smarty tags.
clear_all_cache();
?>
Unfortunatly, that didnt help. I've also used the CMS optoin to clear cache.
Site admin > Global Settings > Clear.
Still no reaction.
Help?
CMS Made Simple 1.2.3 "Black Rock"
PHP 5.2.3-4
MySQL 5.0.27-1
Apache 2.0.52-32.3
running on Linux (Centos 4)
CMS Module:
Album 0.9.3
using the tables layout.
Goal: To remove the automatically generated "album title" so I can use my own css formatted title. The album's title is formatted with h3 tag. But the H3 is formatted differently.
Maybe you have an alternative so I can format the album's css tag.
What I DID:
I have edited the file
\modules\Album\templates\db\categories.tpl
But my changes are not taking effect.
ORIGINAL CODE:
{section name=album loop=$categories}
{$categories[album].category->name}
{if !empty($categories[album].category->comment)}{$categories[album].category->comment}{/if}
{$categories[album].albums_content}
{/section}
{/section}
I was thinking it might be smarty caching. so a bit of googling and code this code snippet to clear all smarty tags.
clear_all_cache();
?>
Unfortunatly, that didnt help. I've also used the CMS optoin to clear cache.
Site admin > Global Settings > Clear.
Still no reaction.
Help?