The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Parse error: parse error, unexpected T_STRING in /home/virtual/site3/fst/var/www/html/admin/functions.php on line 147
Fatal error: Call to undefined function: getuserinfo() in /home/virtual/site3/fst/var/www/html/admin/sessions.php on line 108 |
#12
|
||||
|
||||
sounds like a forgotten " or something...
can't tell you more hmm, attaching full vb-php-files isn't allowed, so i can't take a look at your file. just try to crosschek every line with my part of the functions.php |
#13
|
||||
|
||||
I don't know what to say.. i've checked my functions.php against yours ten times... it's identical.
and yet, i still get the same errors. |
#14
|
||||
|
||||
Send me your functions.php an your e-mail and i'll check it.
ok? |
#15
|
||||
|
||||
sent.
|
#16
|
||||
|
||||
got it to work now?
|
#17
|
||||
|
||||
It all works now, but I'd sort of like this to carry into the Forum Leaders page as well, so people can relate the colors to the ranks more clearly.
Is this as easily done? |
#18
|
||||
|
||||
shouldn't be a problem too
open showgroups.php line 175: while ($user = $DB_site->fetch_array($users)) { below add: $user[username]="<font color=red>".$username."</font>"; this are the moderators line 108: if ($usergroupid == 6) { // Admins below add: $user[username]="<font color=red>".$username."</font>"; this is for the admins then find } else if ($usergroupid == 5) { // Super Mods below add: $user[username]="<font color=blue>".$username."</font>"; this for supermods. not tested but should work |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|