1 apocalypsed Jun 11, 2008 16:39
3 apocalypsed Jun 11, 2008 19:08
It works.
Thanks
4 apocalypsed Jun 11, 2008 19:40
Now the users see the options formfield without content.
How i hide the whole formfield?
if( ! empty($comment_options) )
{
$Form->begin_fieldset();
echo $Form->begin_field( NULL, T_('options'), false );
echo implode('',$comment_options);
echo $Form->end_field();
$Form->end_fieldset();
}
5 yabba Jun 11, 2008 19:42
apocalypsed wrote:
if( ! empty($comment_options) )
{
$Form->begin_fieldset();
echo $Form->begin_field( NULL, T_('options'), false );
echo implode('',$comment_options);
echo $Form->end_field();
$Form->end_fieldset();
}
delete the red bits ;)
¥
6 apocalypsed Jun 11, 2008 19:49
Ok, Thats it ;)
Thank you :>>
You've lost me at your question. *if* you just want to hide the options from the users and just set them to "always true" then just change the section of code you posted to :
¥