Log in

View Full Version : Use VB Navbar and header on non-vb page?


wampforum
09-19-2011, 12:37 PM
Wonder if anyone can help?
I am trying to integrate an external script to work alongisde my vbulletin forum. Is it possible to use my vb header/navbar and footer within an external template somehow as I would like to have it shown across all pages of the site.
I have read a few articles on creating a vb powered page but they all utilise the vb template system top put the page within vb.

Any idea?

Cheers

Mooff
09-19-2011, 01:00 PM
Isn't that exactly what you want:
https://vborg.vbsupport.ru/showthread.php?t=228112

You create a *.php page which goes through your script code, pumps the variables into an array, throws that array in the template system which builds the page around it.

For example our membermap works like that:
http://www.united-forum.de/external/unitedforum/geo/membermap.php

wampforum
09-19-2011, 01:14 PM
I tried running that through the index.php of the external software but just get a white page