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.

Comments

greggles’s picture

Status: Active » Needs review
StatusFileSize
new1.29 KB

Here's a possible solution.

cwgordon7’s picture

Indentation on the block comment is off, feel free to fix & commit, it looks good and makes sense.

greggles’s picture

Status: Needs review » Fixed

Great - fixed the spacing and committed - http://drupal.org/cvs?commit=258186

Thanks for the review.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.