PDA

View Full Version : I need to take out Forum Home...


eScrewDotCom
10-08-2003, 03:43 AM
I want to "erase" forum home. When I enter my forum I want to see a list of threads from one of the forums. How do I do that?

eScrewDotCom
10-08-2003, 04:07 AM
I mean when I enter the site I want to see this:

https://vborg.vbsupport.ru/forumdisplay.php?f=10

Just a list of threads.

Thanks.

Rein Masamuri
10-08-2003, 04:14 AM
In the forumhome template, put a basic redirect script and set it to the thread you want

eScrewDotCom
10-08-2003, 05:15 AM
In vB2 I could Just edit one line of ForumDisplay.php like this:

$forumid =1;

then rename it to index.php and it would work. Why doesn't it work in Vb3? Is there a way to make it work the way I want?

Erwin
10-08-2003, 09:52 AM
In vB3 forumdisplay.php, try putting that line after:

define('THIS_SCRIPT', 'forumdisplay');

See if that works. If not, you may need to place it elsewhere.