Hi.
I have CMSMS 2.1.2 and:
AdminSearch 1.0
CMSContentManager 1.1
DesignManager 1.1.1
FileManager 1.5.2
Gallery 2.1.3
MicroTiny 2.0.3
ModuleManager 2.0.2
Navigator 1.0.2
News 2.50.4
The problem: I need to insert galleries in news articles, I've tried both in news summary and content through microtiny, but the {Gallery} tag is outputted as text. The same happens with every other tag.
Differently, everything works fine in pages (Content Manager).
Can you help me?
Thanks
UDT and other tags not working in News
Re: UDT and other tags not working in News
Check the Smarty tag {eval}. Though take care if you're not sure you can trust the input (if you allow visitors to submit News articles).
Re: UDT and other tags not working in News
Ok, in the news detail template I've put {eval var=$entry->content} instead of {$entry->content} and it works.
So there are no problem to use eval in news? It was removed with version 1.12 only for security in case visitors are allowed to submit News articles? This is not my case, so it's not dangerous, is it?
Thanks
P.S. How do I add [Solved] to the subject of the post?
So there are no problem to use eval in news? It was removed with version 1.12 only for security in case visitors are allowed to submit News articles? This is not my case, so it's not dangerous, is it?
Thanks
P.S. How do I add [Solved] to the subject of the post?