hi im dealing with the CTLModuleMaker in , i have this
{cms_module module="image_mod_test" what="image" where_project="{$item->id}" orderby="priority,id" template="inner_galleries"}
notice the {$item->id} for where_project, that thing doesn't work i basically want the id of the currently iterating object to show up in place of {$item->id}. i think it doesn't want to accept a smarty tag within a smarty tag,
any ideas what i should do,,
Source
So try this: