The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Edit your Index.php file,
Replace: Code:
$newusername = $vbulletin->userstats['newusername']; $newuserid = $vbulletin->userstats['newuserid']; Code:
$newuser = $db->query_first("SELECT userid, username FROM " . TABLE_PREFIX . "user WHERE usergroupid NOT IN (3,4,8) ORDER BY userid DESC LIMIT 1"); $newuserid = $newuser['userid']; // set template variables $newusername = $newuser['username']; Hope this helps... |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|