I need to change the output of the comment form with custom HTML. I need it to look like this: http://jared-mcfarland.com/images/comment-form.jpg which will take more than just CSS.

Comments

yuriy.babenko’s picture

So what is your question? :)

---
Yuriy Babenko
www.yubastudios.com
My Drupal tutorials: http://yubastudios.com/blog/tag/tutorials

---
Yuriy Babenko | Technical Consultant & Senior Developer
http://yuriybabenko.com

jaredonline’s picture

How do I do that? It seems more complicated than making a comment-form.tpl.php file. I'm guessing I'll have to declare a function in my template.tpl.php file... template_comment_form() or something, or maybe it'll have to be in a custom module? I have a vague idea, but no specifics on what exactly I need to do.

Thanks!

michelle’s picture

Looks kind of like http://drupal.org/project/wp_comments

Michelle

--------------------------------------
See my Drupal articles and tutorials or come check out life in the Coulee Region.

jaredonline’s picture

That's exactly what I was looking for. I can use that module as a template to get what I need. Thanks!