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"?
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('&', '&', 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
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.