{{foreach $hiddenValues as $k => $v}} {{endforeach}} {{if $uploadField}} {{endif}}
{template="userPhoto" app="core" group="global" params="\IPS\Member::loggedIn(), 'small'"}
{{if !\IPS\Member::loggedIn()->member_id}}
{lang="commenting_as_guest"}
{{endif}} {{foreach $elements as $collection}} {{foreach $collection as $input}} {{if $input->name == 'guest_name'}}
  • {$input->html()|raw}
{{endif}} {{endforeach}} {{endforeach}} {{foreach $elements as $collection}} {{foreach $collection as $input}} {{if $input instanceof \IPS\Helpers\Form\Editor}} {$input->html( TRUE )|raw} {{if $input->error}}
{lang="$input->error"} {{endif}} {{endif}} {{endforeach}} {{endforeach}}
    {{foreach $elements as $collection}} {{foreach $collection as $input}} {{if !($input instanceof \IPS\Helpers\Form\Editor) && $input->name != 'guest_name'}}
  • {$input->html()|raw}
  • {{endif}} {{endforeach}} {{endforeach}} {{foreach $actionButtons as $button}}
  • {$button|raw}
  • {{endforeach}}