Topic: How to make Viewforum.php?ID=2 index-page

How can I make my index, look like this?

http://enhjulingsfolket.se/viewforum.php?id=2

Thanks!  smile

hej!

Re: How to make Viewforum.php?ID=2 index-page

Lithium.css style on a old 1.2.x board....

What board and style do you currently have (version/style)

Re: How to make Viewforum.php?ID=2 index-page

No, I mean, how can I make viewforum.php?id=2 my index-page?

And how can I make the text "Site.com » Forum » Thread" become just "Forum » Thread"?

smile

hej!

Re: How to make Viewforum.php?ID=2 index-page

ah !! hehe changed the topic title.... again....

Re: How to make Viewforum.php?ID=2 index-page

Add this peace of code after 13 line of the "<FORUM_ROOT>/index.php" file:

header('Location: '.str_replace('&amp;', '&', forum_link($forum_url['forum'], 2)));
exit;

Re: How to make Viewforum.php?ID=2 index-page

Fatal error: Call to undefined function forum_link() in /customers/brunna.se/brunna.se/httpd.www/forum/index.php on line 13

sad

hej!

Re: How to make Viewforum.php?ID=2 index-page

Oh! And I use version 1.3.

hej!

Re: How to make Viewforum.php?ID=2 index-page

Solved!

I'd just had to add the code a bit down as well, row 162.

hej!