By mohamedn on
Hi,
I've searched but have been unable to come up with a clear answer on this. Is it possible to provide different comment.tpl.php files per node type (in the same way we can do node-customtype.php.tpl , etc?)
Basically, comment-forum.tpl.php or something similar?
I just need to be able to theme comments on a specific content type differently.
Thanks in advance!
Comments
I have also been searching
I have also been searching for a way to do this as well. Any help on this matter would be useful.
Thanks.
Did you ever figure this out?
Did you ever figure this out? Trying to do this myself, but no luck finding a solution. Thanks!
Check This
The base template of the comment module can be dynamically styled using the suggestions provided by the system. The principal comment template, comment.tpl.php, can be styled according to the node type with which the comment is associated by using the syntax comment-[type].tpl.php. The default comment wrapper template (comment-wrapper.tpl.php) can also be styled according to the node with the syntax comment-wrapper-[type].tpl.php.
Many Thanks
Vitthal Roonwal