OK, this should handle the viewing-"bug".
Go into member.php
find
Quote:
eval("\$customfields .= \"".gettemplate("getinfo_customfields")."\";");
|
before this statement, insert
Quote:
if ($profilefield[title]=="Ranksystem")
{
$getranksystem=$DB_site->query_first("SELECT title from rank left join userfield on rank.rankid = userfield.$profilefieldname where userid=". $userinfo[userid] . " LIMIT 0, 1");
$profilefield[value]=$getranksystem["title"];
}
|
This is all, after uploading your member.php, you should see the Jedi Knight instead of the 1
have fun!