Papa - Here's how to add the forum jump to your index page...
Open your myvbindex.php file and look at the very bottom for:
PHP Code:
$getbgrow=getrowcolor();
eval("dooutput(\"".gettemplate('index')."\");");
Right above that add the code: makeforumjump();
Then edit your
forumjump template. In that template, there are 2 places near the top of that template where you'll see forumdisplay.php. Change that to the full url to your forumdisplay.php file in both places.
Now edit your
index template and place the variable $forumjump wherever you would like the forum jump to appear.
I played around a bit and allowing users to set their own options for the homepage really isn't that hard to do. I'll write up some instructions on what to edit and post them here for you later today or tomorrow.