Quote:
Originally Posted by TonyComix
Well I did all the instruction to install it, but when I post something, I don't see it in the front page in the forum. When I go to news.php it says:
Invalid Forum specified. If you followed a valid link, please notify the administrator
|
This is really a modified version of forumdisplay and showthread. I could have done the whole mod with plugins but decided to give server memory a break and just hardcoded them as their own files. Basically that means you need to have the forumid in the url like you do in forumdisplay. This will only work for the forums you set in the AdminCP.
If you are trying to do something like my demo where the page is main.php, this is done with ModRewrite.
In your .htaccess file add the following line to your rewrite rules:
PHP Code:
RewriteRule ^main.php$ news.php?f=XXXXX&do=main [L,QSA]
Where the XXXXX is replaced by the forumid you want for your main news page.