Currently the module requires the use of "comment_render" to render all comments. You can override it by replacing the variable with another one in a preprocess, but comment_render is an expensive function - if we override it we shouldn't also run it on every page.
I suggest that we use a theme_talk_comments function (or something like that) which returns comment_render by default.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 558540_1_pluggable_comment_rendering.patch | 1.29 KB | greggles |
Comments
Comment #1
gregglesHere's a possible solution.
Comment #2
cwgordon7 commentedIndentation on the block comment is off, feel free to fix & commit, it looks good and makes sense.
Comment #3
gregglesGreat - fixed the spacing and committed - http://drupal.org/cvs?commit=258186
Thanks for the review.