Comment 2 for bug 1095221

Revision history for this message
Rocky YIP (rockyip-ied) wrote :

I just use a alternative fix: mahara/artefact/comment/theme/raw/commentlist.tpl

Line 6:
Fom: <div class="icon"><a href="{$item->author->profileurl}">
To: <div class="icon"><a href="{$WWWROOT}user/view.php?id={$item->author->id}">

Line 9:
From: <a href="{$item->author->profileurl}" class="username">{$item->author|display_name}</a></div>
To: <a href="{$WWWROOT}user/view.php?id={$item->author->id}" class="username">{$item->author|display_name}</a></div>