Tiny Bug:
On Article index page, username under "Last comment by" doesn't link to user profile as it should.
Solution:
Edit template: article_lastcommentby
Find:
HTML Code:
<phrase 1="member.php?$session[sessionurl]username=$article[lastposter]" 2="$category[lastposter]">$vbphrase[by_x]</phrase>
Replace with:
HTML Code:
<phrase 1="member.php?$session[sessionurl]username=$category[lastposter]" 2="$category[lastposter]">$vbphrase[by_x]</phrase>