The Arcive of vBulletin Modifications Site. |
|
Scr - Truncate Long Username On Forumhome Details »»
|
|||||||||||||||||||||||||||
|
Scr - Truncate Long Username On Forumhome
Developer Last Online: Aug 2011
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" ; Code:
$show['lastpostinfo'] = (!$lastpostforum['password'] OR verify_forum_password($lastpostforum['forumid'], $lastpostforum['password'], false)); Code:
// Begin Username Truncate Hack - ULTRavB - ScReaM_
if(strlen($lastpostinfo['lastposter']) > 18)
{
$lastpostinfo['lastposter'] = substr($lastpostinfo['lastposter'],0,18) . "...";
}
// End Username Truncate Hack - ULTRavB - ScReaM_
![]() Please Click Install ! Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Thanks. First install!
|
|
#3
|
|||
|
|||
|
Status: Not Installed :P
?? Install Please
|
|
#4
|
|||
|
|||
|
Works perfect, thanks
|
|
#5
|
||||
|
||||
|
Can this not be added as a plugin, as opposed to an actual file edit? I really want to install it, but hate manually editing files unless I absolutely have to.
|
|
#6
|
|||
|
|||
|
thanks nice hack.
|
|
#7
|
|||
|
|||
|
You're welcome ..
& please click install
|
![]() |
|
|