bug report in
getinfo template
when you click on the Posted by username link on the attachment viewer page, it redirects you to the lost password page instead of users profile to fix
change
Code:
Posted by <a href="member.php?s=$session[sessionhash]&userid=$attachuserid">$attachusername</a>
to
Code:
Posted by <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$attachuserid">$attachusername</a>