Thanks for that, it gave me somewhere to look. I edited the category item template where it called the attribute that contained smarty tags.
From
{$info}
To
{eval var=$info}
This worked for me.
Search found 2 matches
- Mon Mar 17, 2008 2:14 am
- Forum: Modules/Add-Ons
- Topic: Cataloger module and smarty tags not working
- Replies: 7
- Views: 5838
- Fri Mar 14, 2008 5:14 am
- Forum: Modules/Add-Ons
- Topic: Cataloger module and smarty tags not working
- Replies: 7
- Views: 5838
Re: Cataloger module and smarty tags not working
I am having the same problem. It simply treats any smarty tags in a cataloger item as plain text. I have a custom tag which calls and resizes images on the fly to be displayed in my content. I need to use this tag in catalog items. Could it be because the catalog item is called using a smarty tag...