PDA

View Full Version : A Few Simple Questions (I Hope)


sasjamal
05-17-2003, 04:57 PM
I have developed a very simple database applciation, and I want to have it look like the rest of my Message Board.

So, I want to use the headers, from vbulletin, the style sheets, the colors, table lengths, and the footers from vbulletin.

The rest, I want to have my own code, and It will reside on the same server.

How can I do this easiestly?

filburt1
05-17-2003, 05:15 PM
Add to the top of the page:

require("./global.php"); // provided the script is in vBulletin's main dir

...and search around in the PHP files on how to use dooutput() to make templates. :)

sasjamal
05-17-2003, 05:31 PM
I am very sorry could you please elaboarate just a little more ;)

Dean C
05-17-2003, 05:59 PM
Look for a hack by c-prompt :)

- miSt