changing the color of the last poster

JaFaR

New Member
hello
i need this modification
i want to change the color for the last user name who posted in a thread
to appear in the forumhome page and forum display page
i want this for VB 3.6.4
thanx in advance
 

sharaq

New Member
Even i m looking for this thing for vb 3.6.8........ i tried to edit the forumhome template..... username --> musername, but i didn't find it in tat template........ :(

Anybody there to help us........ :D
 

xenoth

New Member
Usernames color


Description

This hack display usernames with color everywhere on your forum. Now, usernames appear with color in your forums (forumdisplay), on your index (in last reply column), etc


Informations



Hack Version: 1.1
vBulletin version: vBulletin 3.6



Installation

Product

Import the product "product-color_pseudos.xml". (Plugins & Products >> Manage Products >> [Add/Import Product])

File Edits

In the file "functions_forumlist.php" in the folder "includes", Find:



Code:
eval('$forum[\'lastpostinfo\'] = "' . fetch_template('forumhome_lastpostby') . '";');

Add above:



Code:
($hook = vBulletinHook::fetch_hook('colorname')) ? eval($hook) : false;




Upload:

Upload the file "hooks_colorname" in your forlder ./includes/xml
 

elkora

New Member
this work on homepage but not on last post page any body know how to make work on the last post search page?

thanks
 
Top