4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: Bush on January 28, 2003, 11:38:28 PM
-
Hi all,
i would like to totally remove the Comment funtions on my site so that it won't be available.
Please, if someone could let me know what to do please pass the info.
Thanks in advance
-
u can do it from categorie's settings: make read and post coments to PRIVATE.
or remove this code: {if allow_comments}
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0" class="bordercolor">
<TR>
<TD>
<TABLE width="100%" border="0" cellpadding="3" cellspacing="1">
<TR>
<TD valign="top" class="head1" colspan="2">{lang_author} {lang_comment}</TD>
</TR>
{comments}
</TABLE>
</TD>
</TR>
</TABLE>
<BR />
{comment_form}
{endif allow_comments}
from /templates/YOURTEMPLATE/details.html