Tuesday 15 April 2008 12:32:35 am
Yes, I have cleaned the cache. And in the debug output it is loading the correct template i.e register_over.tpl.
Even i have removed the overriden template and check the /user/register.tpl but i has also the same problem. I think the attributes fetching section is not working properly.
{section show=count($content_attributes)|gt(0)}
{section name=ContentObjectAttribute loop=$content_attributes sequence=array(bglight,bgdark)}
<input type="hidden" name="ContentObjectAttribute_id[]" value="{$ContentObjectAttribute:item.id}" />
<div class="block">
<label>{$ContentObjectAttribute:item.contentclass_attribute.name}</label><div class="labelbreak"></div>
{attribute_edit_gui attribute=$ContentObjectAttribute:item}
</div>
{/section}
Any idea?
|