Quote:
Originally Posted by MoT3rror
I believe the code you are talking about is used to check forum passwords. If you want to change the forums listed on forumhome you need to modify the function construct_forum_bit in functions_forumlist.php.
|
im not sure what to look for in there
www.socaleuro.com/forum/index_norcal.php is example of what i wanna do
it only displayed forumid = 1
but I want it to display forumid 1 and 8 and maybe another
any ideas?
then i could create other index_blah.php for each set of forum/cat's to display
unless there's a better way
--------------- Added [DATE]1211003956[/DATE] at [TIME]1211003956[/TIME] ---------------
Quote:
Originally Posted by Lynne
What is it you are trying to do? That might help us give you a hint on what to do. What you are talking about is basically needing to create an array with several forum ids and then go through them one by one (while loop) to do something with them. But, I'm not sure if that's exactly what you want to do on the index page.
|
sorry, im a n00b at coding stuff ... i been running vb site for 5 years
appreciate your help
i did this, but doesnt look like its right .. maybe it doesnt support array's?
$forumid = array(1,8);