Hack user ones color everywhere in forum

Here you go

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;
 
Back
Top