Contenttoggle Plugin
Posted: Tue Dec 14, 2010 7:54 pm
I installed the plugin "Content toggle". And to me if almost works perfectly.
I can't seem to get the status to active.
Template code
CMS 1.9.1
Is there a workaround for this or?
I can't seem to get the status to active.
Template code
Code: Select all
<div class="right_content">
{toggle_start status="active" title="Nieuws"}
<br />
{global_content name='new_login'}
{toggle_close}
<div class="login_drop">
{toggle_start title="Login"}
<br />
{cms_module module=FrontEndUsers lang="nl_NL"}
{toggle_close}
</div>
</div>
Is there a workaround for this or?