Lack of interest Extend Rich Usernames to Report Comments

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

Amaury

Well-known member
As title once again.

It's as simple as changing this in the report_view template:

Code:
<xen:username user="$comment" /> <span class="muted"><xen:datetime time="$comment.comment_date" /></span>

To this:

Code:
<xen:username user="$comment" rich="true"/> <span class="muted"><xen:datetime time="$comment.comment_date" /></span>
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom