By pshafer on
I need help with displaying the comment form.
First of all our blogs will be the only content type where comments are posted, and only registered users are allowed to post comments. Is there anyway that I can display the login form in place of the comment form when users have not logged in yet?
Also, some of our users have permissions to edit other content types. I have a few input filters in place, Most of users have permission to use "Filtered HTML"(Default) and "Full HTML". We are using Wysiwyg API to implement TinyMCE. Is there a way that I can disable all but the default Input Filter on the comment form?
-Phil