Latest Comments - HTML Markup Displayed
Using Jamroom
Dazed:
I am using jrComments on my side_home.tpl/side_comments.tpl file and wanted to see how to resolve this issue. When a user uses the quote option to reply, I am seeing the html markup for the quote in the comment. Ideally I should see some different color and the username on the block quote vs the html code.
Thanks!
I've got this fixed for the next release.
In your skins/jrProJam/side_comments.tpl, change the comment text variable from this:
{$item.comment_text|truncate:200:"...":false|jrCore_strip_html}
to this:
{$item.comment_text|truncate:200:"...":false|jrCore_format_string:$item.profile_quota_id}
Hope this helps!