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...

