Heisenberg submitted a new resource:
You must be registered for see links
- best forum display avatarvB Version: 3.8.4
This well show the user avatar in forumdsiplay
by image.php file
Open the template ( threadbit )
And add this code where u like the avatar to appear
...Code:<div style="background: url(images/misc/unknown.gif) no-repeat center; width: 40px; height: 39px; border: 0px;" > <a href="member.php?$session[sessionurl]u=$thread[postuserid]"><img src="image.php?u=$thread[postuserid]&type=thumb" width="39" height="39" border=0 /></a> </div>
You must be registered for see links
Last edited:
