search 2 variables
this variable is for rank images {postrow.RANK_IMAGE}
this variable is for the avatar {postrow.POSTER_AVATAR}
and put according to templates to use
Code: Select all
{postrow.POSTER_AVATAR}< br/>{postrow.RANK_IMAGE}
Code: Select all
{postrow.POSTER_AVATAR}< br/>{postrow.RANK_IMAGE}
Code: Select all
$phpbb_root_path = "./../";
netclectic wrote: Something like this?: http://www.phpbb.com/map.php
Except that isn't dynamically getting the info from the users db table.