Saintor09
New Member
- Joined
- Aug 8, 2009
- Messages
- 14
- Reaction score
- 0
Hi
Once again, I am in need of your help and hope u guys have a solution,
My characters.lua doesnt show guild information even tho this code exsist in characters,lua
Im using gesior 2012 and TFS 1.0
heres my page
http://dalaho.zapto.org/index.php?subtopic=characters&name=Sulivan
Once again, I am in need of your help and hope u guys have a solution,
My characters.lua doesnt show guild information even tho this code exsist in characters,lua
Code:
$rank_of_player = $player->getRank();
if(!empty($rank_of_player))
{
$bgcolor = (($number_of_rows++ % 2 == 1) ? $config['site']['darkborder'] : $config['site']['lightborder']);
$main_content .= '<tr bgcolor="' . $bgcolor . '"><td>Guild Membership:</td><td>' . htmlspecialchars($rank_of_player->getName()) . ' of the <a href="?subtopic=guilds&action=show&guild='. $rank_of_player->getGuild()->getID() .'">' . htmlspecialchars($rank_of_player->getGuild()->getName()) . '</a></td></tr>';
}
Im using gesior 2012 and TFS 1.0
heres my page
http://dalaho.zapto.org/index.php?subtopic=characters&name=Sulivan