The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
How to include code in misc.php
I have a chunk of code in a plugin In which I include in misc.php in vbulletin to display.
The problem is it always shows at the top. I want to make this its own page in misc.php with its own block instead of at the top of the page above the header. Any help would be great. Here is an example code. Code:
if (isset($_GET['test'])) if ($_GET['test] == 'true') { if (!$vbulletin->userinfo['userid'] OR !($permissions['forumpermissions'] & $vbulletin->bf_ugp_forumpermissions['canview'])) { print_no_permission(); } require_once('page.php'); } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|