Hi
I have a weird problem: I can't get the printCommentForm to display the comment function on news.php (the news pages). The <?php printCommentForm(); ?> are there from before, but it doesn't show anything with the code doubled either. <?php printContactForm(); ?> works fine though in its place. What could the problem be? I think that I have renamed the news.php to another name have something to do with it.
Comments
You have to rename news.php in comment_form.php:
case 'tekster.php':
if (!getOption('comment_form_articles')) return;
$comments_open = zenpageOpenedForComments();
$formname = '/comment_form.php';
break;