Not a developer? Go to MovableType.com

Documentation

IfCommenterRegistrationAllowed

Conditional block to test if commenter registration is enabled.

Examples

<mt:IfCommenterRegistrationAllowed>
  <!-- commenter registration code -->
</mt:IfCommenterRegistrationAllowed>


<mt:IfCommenterRegistrationAllowed>
  <!-- commenter registration code -->
<mt:Else>
  <p>Commenter registration is currently disabled. Please check back!</p>
</mt:IfCommenterRegistrationAllowed>
Back