The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
I have a file that is imbedded into the header, so it shows up on every page, but now when I view "who's online", everyone is in that file, instead of the proper place in the forum ... the only thing I've done is included the global.php so that i could have access to all the vb functions (mainly just need the DB stuff, though). Thanks, Sean |
|
#2
|
|||
|
|||
|
maybe put it at the end of global.php instead of calling it and another instance of globals for each page view? Php_include template?
|
|
#3
|
||||
|
||||
|
Put
Code:
define('LOCATION_BYPASS', 1);
|
![]() |
|
|