{if $userquery->login_check('',true) || $Cbucket->configs.anonym_comments == 'yes' }
{if !$userquery->login_check('',true) && $Cbucket->configs.anonym_comments == 'yes'}
{else} {if $userquery->udetails.fullname} {$userquery->udetails.fullname} {else} {$userquery->username} {/if} {/if} {if config('comments_captcha')=='all' || ( config('comments_captcha')=='guests' && !$userquery->login_check('',true) )} {$captcha=get_captcha()} {if $captcha} {if $captcha.show_field}
{load_captcha captcha=$captcha load=field field_params = ' id="captcha" class="TextField"'}
{/if} {load_captcha captcha=$captcha load=function} {/if} {/if} {ANCHOR place='before_compose_box'}
{else}
{lang code='please_login_to_comment'}
{/if}