Quote:
Originally posted by croft
Is there any way to get a hack like this to end up under a category like a regular forum ?
Right now i have a button on my top menu thats all. It would be neat to be able to add it with the rest of the forums in some way.
http://www.dabforum.com
|
Hello:
This is what I did (i got it from someone else

We use it for photopost, but it should work fine here also.)
1) Create a forum, and make a note of the forumid created.
2) In forumdisplay.php, find:
Quote:
// end forumjump redirects
|
add this right after:
(Be SURE to change the
??? with the forumid number you noted above.)
Quote:
// ==========================
// VBStory Hack Insert Start
// ==========================
if ($forumid=='???') {
header("Location: ./vbstory.php");
exit;
}
// ==========================
// VBStory Hack Insert End
// ==========================
|
And.. the customary screen shot:
hth ... cheers ...
Hey ND, How ya Doing !