ChrisHasenpflug
01-17-2006, 12:49 AM
I have been contracted to develop a database application for a website which uses VBulletin and the vBadvanced CMPS. I have my application built, accepting query string inputs, etc. using a very basic template.
Now what I need to do is incorporate this application into their website design. Ideally, what I'd like to do is put some code into a header.php and footer.php files that i'll wrap around my scripts' output. header.php would include logic to get the head and all associated headers, left modules, and start the content block. footer.php would grab the right column modules, footer and close out the html doc. Make sense?
Sure, I could just copy the HTML output from a CMPS page and copy and paste it in, but if I do that, changes in the CMPS shared modules will not take effect automatically, which I'd like to do.
Surely somebody has had to do this?? What's the right way to go about doing this?
Now what I need to do is incorporate this application into their website design. Ideally, what I'd like to do is put some code into a header.php and footer.php files that i'll wrap around my scripts' output. header.php would include logic to get the head and all associated headers, left modules, and start the content block. footer.php would grab the right column modules, footer and close out the html doc. Make sense?
Sure, I could just copy the HTML output from a CMPS page and copy and paste it in, but if I do that, changes in the CMPS shared modules will not take effect automatically, which I'd like to do.
Surely somebody has had to do this?? What's the right way to go about doing this?