JJR512,
this is the best hack I've seen to date!! Congrats!
I'm setting up my site with it and I'll soon make a post here for everyone to see it.
I have a small problem though!
How can I use the include or require statement on the homeindex.php?
What I need to do is include a Poll (not a thread with a poll) on the homeindex.php
But I can't use php code on the vBulleting templates. Any ideas?
FYI the Poll that I want to include on the homeindex.php is a separate poll script and in its readme file it says to add the following on the page.
[QUOTE]<?php
$newest_poll = 1;
require("http://www.mysite.com/poll/booth.php");
?>
|