By jaredonline on
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.
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
So what is your question?
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
How do I do that? It seems
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!
.
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.
That's exactly what I was
That's exactly what I was looking for. I can use that module as a template to get what I need. Thanks!