YeşiLMeN
01-15-2007, 10:00 PM
WwW.ULTRavB.CoM
ScReaM_
It hack will shorten any username that is longer than XX characters on the forumhome.
Find On "includes/functions_forumlist.php" ;
$show['lastpostinfo'] = (!$lastpostforum['password'] OR verify_forum_password($lastpostforum['forumid'], $lastpostforum['password'], false));
Add Under & Change The Number 18 in The Above Code To Shorten or Lengthen Possible Names ;
// Begin Username Truncate Hack - ULTRavB - ScReaM_
if(strlen($lastpostinfo['lastposter']) > 18)
{
$lastpostinfo['lastposter'] = substr($lastpostinfo['lastposter'],0,18) . "...";
}
// End Username Truncate Hack - ULTRavB - ScReaM_
That's It ! :)
Please Click Install !
ScReaM_
It hack will shorten any username that is longer than XX characters on the forumhome.
Find On "includes/functions_forumlist.php" ;
$show['lastpostinfo'] = (!$lastpostforum['password'] OR verify_forum_password($lastpostforum['forumid'], $lastpostforum['password'], false));
Add Under & Change The Number 18 in The Above Code To Shorten or Lengthen Possible Names ;
// Begin Username Truncate Hack - ULTRavB - ScReaM_
if(strlen($lastpostinfo['lastposter']) > 18)
{
$lastpostinfo['lastposter'] = substr($lastpostinfo['lastposter'],0,18) . "...";
}
// End Username Truncate Hack - ULTRavB - ScReaM_
That's It ! :)
Please Click Install !