Quote:
Originally posted by Velocd
Damnit, this hack won't doesn't want to work. I modified the code and everything but for some reason the formatting is not being applied, it still shows up as normal font. I setted the usergroup id's to their correct value also.
|
Hmm, not sure why it's not working for ou Velocd. I've installed it on 3 different copies here and works fine.
Did you definately do the first line, else it won't work. I know because this is why the hack wouldn't work to start with
Around line 691
Find the code:
PHP Code:
$forumusers = $DB_site->query("SELECT username, invisible, userid
And replace with:
PHP Code:
$forumusers = $DB_site->query("SELECT username, invisible, userid, usergroupid
If it still doesn't work, you could send me your forumdisplay.php file to
vB_Hacks@Hwulex.com and I'll gladly take a look for you
|H|