Quote:
Originally Posted by blastup
hey i got an idea.. could you make news.php default to a news section? like newsdisplay.php?f=1 but you could just go to newsdisplay.php then it will appear! just by default! then it should also work if it is newsdisplay.php?f=2 or newsdisplay.php?f=3 !!! let me know thanks because i feel that using vbseo to put the file up in the homepage is a bad idea! it will be better if there is something at the index..
let me know thanks
also it seems like there is still bugs mentioned from a few people! let me know if its bug free again thanks
again awesome hack
|
You can accomplish this using .htaccess. Also if you add the do=main to the URL it is slightly different.
For example on my site I have:
Code:
RewriteRule ^main.php$ news.php?do=main&f=2 [L,QSA]
This makes forumid 2 display without extra forumdisplay stuff like subforums on the page main.php, which doesn't physically exist.