PDA

View Full Version : neopets Feature


narulure
07-02-2003, 04:47 PM
okay, Iv been modding this for about a month, and Im near the finishing stages.

Iv installed the betsy's RPG hack, and modifed it lots!
THe idea is to make a website kinda like neopets, so that the vbulletin is active with the site. My vbulletin is ready for public, but they problem is I want to include it with my site

Iv just finished my site layout and I want to have my vbulletin in the"content area'

Layout - |rightnav| vbulletin |leftnav|

> The problem is that my site layout was all done in php includes.

> In vbulletin styles can I use php includes? How could I make it so that the forum fits in with my site?

>is this possible?

I'll try and be more clear.
My site is diced up into 3 main sections
all are <phpincludes>

*header
*footer'
*content area - (where I would like vbulletin to be included.)

How do I 'include vbulletin', so that it SHOWS in my main website (php run)

Can I just make a file like [vbulletininclude.php], then add an include
<? include("vbulletininclude.php"); ?> to mysite index?

Iv included some posts Iv made at vbt, It doesnt seem like anyone there knows the answer :paranoid: so....if anyone here is a really good at php coding, bring your skills to the thread :classic:

if that is possible what would code would I add to 'vbulletininclude.php?'

narulure
07-02-2003, 06:17 PM
n/m I got it working.