Profile Pic Of Newest Member
This modification is in the archives.
Suprised no one has done this..... it's probably the easiest "hack" i've done.
Go to your forumhome template and inser this code HTML Code:
<img src="image.php?u=$newuserid&type=profile">
Members profile pics show in postbit instead of avatar Find this code in postbit or postbit_legacy (whichever you use) HTML Code:
<if condition="$show['avatar']"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$avatarurl" alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a><br /></if> HTML Code:
<a href="member.php?$session[sessionurl]u=$post[userid]"> <img src="image.php?u=$post[userid]&type=profile" border="0"> </a><br /> Download No files for download. |