FEU property with Smarty tags
Posted: Thu Oct 27, 2011 1:33 am
Hello, how i can use use smarty tags in properties with textarea (FrontEndUsers module)?
for example i want show Gallery module for each user.
property "photos":
--------
{Gallery}
bla bla bla....
-------
main template:
but in frontend it look like text:
{Gallery} (like text, but doesn't run smarty...)
bla bla bla...
for example i want show Gallery module for each user.
property "photos":
--------
{Gallery}
bla bla bla....
-------
main template:
Code: Select all
....
{$feu_smarty->get_user_properties($userid,'userprops')}
{$userprops.photos}
....
but in frontend it look like text:
{Gallery} (like text, but doesn't run smarty...)
bla bla bla...