HI
In template (like productlist), is there a way to get data from a custom user fields
like @GetGlobalValue("Global:Extranet.Name"), but with a custom field
an option but not a solution, is to use Extranet module and move it over with snippets
The snippet get pased in last so you can not do things like the following on it
if(myUserCustomField == "blue"){ <p>show some content form this module (not the Extranet module) here<p>}
Regards Thomas