Scr - Truncate Long Username On Forumhome
This modification is in the archives.
WwW.+++++++.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 - +++++++ - ScReaM_ if(strlen($lastpostinfo['lastposter']) > 18) { $lastpostinfo['lastposter'] = substr($lastpostinfo['lastposter'],0,18) . "..."; } // End Username Truncate Hack - +++++++ - ScReaM_ Please Click Install ! Download No files for download. Screenshots |
Similar Mods
Truncate Username Option In Forumdisplay | vBulletin 3.0 Full Releases |
Truncate Looooooooooooong Usernames on ForumHome | vBulletin 3.0 Full Releases |