Back to vBulletin 3.6 Add-ons

Scr - Truncate Long Username On Forumhome
Mod Version: 1.00, by YeşiLMeN

This modification is in the archives.
vB Version: 3.6.0 Rating: (0 vote - 0 average) Installs: 8
Released: 16 Jan 2007 Last Update: Never Downloads: 3
Not Supported  

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));
Add Under & Change The Number 18 in The Above Code To Shorten or Lengthen Possible Names ;

Code:
					// Begin Username Truncate Hack - +++++++ - ScReaM_
					if(strlen($lastpostinfo['lastposter']) > 18)
					{
						$lastpostinfo['lastposter'] = substr($lastpostinfo['lastposter'],0,18) . "...";
					}
					// End Username Truncate Hack - +++++++ - ScReaM_
That's It !

Please Click Install !

Download

No files for download.

Screenshots

Click image for larger version
Name:	screen.jpg
Views:	286
Size:	16.5 KB
ID:	59170  

Similar Mods

Truncate Username Option In Forumdisplay vBulletin 3.0 Full Releases
Truncate Looooooooooooong Usernames on ForumHome vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024