PDA

View Full Version : How to embed vB in existing php template?


kuju
01-29-2004, 07:16 PM
Hi everyone,

I want to have vB embeded in an area (placeholder, like a <div>) of some existing pages on my client website.

My question: I know how to program the necessary PHP, but is it possible to embed Vb into existing php pages, like this for example:

*********************************************

<div> --my website header html code here ----- </div>

<div> <? php @include_once "http://myserver/myserVbulletin/thread1.php" ?> <div>

<div> -- my website footer info here --- </div>

**********************************************

So the Vb appears embeded in an existing page, in a particular placeholder on the page. My client has a website with a php
template and would like to know if this is possible before buying a license. I assume it is but would like to confirm this you.

Thank you for your collaboration

dm

filburt1
01-29-2004, 09:36 PM
You can use or modify the template system to make vB look like whatever you want. In the case of vB2, this can be done on a per-forum basis. With vB3, it can be by whatever criteria you want.

With hacking, you can also make vB2 do whatever you want.