ok, well I have it up and running and although this port is lacking some functionality it's still great for a basic system. I have 2 main bugs bothering me and not sure if anyone here can help.
1. if a user does not have an avatar i get the red-x for them, i am not sure how to make this show nothing or show a blank image? here is that code:
Quote:
<div align="center">
<a href="member.php?$session[sessionurl]u=$journalid"><img align="absbottom" src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
|
2. the edit and delete buttons show on each post even if the user doesn't have access. when a user without access clicks edit or delete they can not edit or delete, they just get a white page. Is there anyway to make that redirect or tell them they do not have access? Thanks!