By B00N on
I created a new content-type.
It's allowd to post comments for this content-type.
When I set "Location of comment submission form: " in admin/content/comment/settings to "Display on separate page" there's no add comment Link below the post.
But if I set "Display below post or comments" so the input filed are direct below the content, then it works.
Any ideas why option 'Display on separate page' is not work?
Comments
custom node.tpl.php file?
Do you have a custom node.tpl.php file for your content types or this one?
If so, are you making sure the $links variable is being displayed?
--
Matt
http://www.mattfarina.com
THX
I forget to set the $links Variable. Thx