The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Here's global.php3, I have my actual website URL inserted where appropriate..
// ###################### Referrer Stuff ######################### // Referer stuff if ($bbuserinfo['userid']==0 and $usereferrer and !$bbreferrerid and $referrerid) { if ($r_id = $DB_site->query_first("SELECT userid FROM user WHERE userid = '".addslashes($referrerid)."'")) { vbsetcookie("bbreferrerid",$r_id[userid]); } } if ($bbuserinfo[usergroupid]==3) { $special_button='<a href="http://mywebsite.com"><img src="http://mywebsite.com/forum/database.gif" border="0"></a>'; } else { $special_button=''; } // ###################### Start templates ####################### |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|