PDA

View Full Version : Say I wanted the following


refined
09-07-2005, 12:58 AM
Say I wanted to create my own PHP thing away from the page module, away from the vbadvacned thing.

BUT, I want to include the header / footer of vbadvanced and I want it to perform the same actions as the header / footer does.

I hate the page addition module and I want to do it this way.

Do i just include global.php and write $header and $footer or something?


<?
chdir('forum/');
$header;
?> content here
<?
$footer;
?>


That's basically the setup I want.

Any pointers?

Brian
09-07-2005, 02:32 PM
Change directory to the forum, include global.php, and that should be it.

Our Sponsors
 

refined
09-07-2005, 03:34 PM
yes, but what is the original setup of the vbadvanced header??

i want to include the nav bar, etc.

refined
09-07-2005, 04:47 PM
bump

Our Sponsors
 

refined
09-07-2005, 07:00 PM
Anyone?

refined
09-08-2005, 04:10 PM
Please help..

Zachery
09-08-2005, 04:12 PM
This really isn't the place to get vBulletin support ;) or custom coding support ;) Try vBulletin.org

refined
09-08-2005, 05:05 PM
Err, wrong?

This is vbadvanced.. I am trying to get the code for the custom vbadvacned header / footer so I can do some work.

Zachery
09-08-2005, 05:12 PM
There isn't a custom vBadvanced header / footer, vBadvacned uses the vBulletin header navbar headinclude and footer templates that the vBulletin install comes with.

refined
09-08-2005, 07:43 PM
then how can i integrate a php file that I made into vbadvanced with it working perfectly?