PDA

View Full Version : php powred vbulletin page?


pooker
07-11-2008, 10:31 AM
Um I am new to this so can someone help with how to do it?

I read the writeup but thats for just html, but my php pages use the post and get method.
I used this plugin
ob_start();
include('./series.php');
$includedphp1 = ob_get_contents();
ob_end_clean();

And used the vbulletin page writeup but the problem is when a user makes a selection and it uses post I have no idea how to incorporate the next page. It looks like templates can just used variables and global variables right? Could someone help?

Here is basically how it works

series.php , when it is selected it calls chapter.php, when that is selected it calls page.php but it passes information so thats the problem. thx

I just don't know how to get that to work with vbulletin. Thanks :)

Opserty
07-11-2008, 10:33 AM
[How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009) Articles section is great for help ;)