Quote:
Originally Posted by Goat Boy
I have had this working on one of my forums with 2.3.0, now I started a new forum with 2.3.2 and I cannot get the multiple news forums to work properly. For News Forum ID I have 5 OR forumid=6 and it still only pulls the news from forum 5 never 6. Did I miss something?
|
I running on version 2.3.2. I have set 5 and 7 as my news forums. Here's how I got it working:
In the admin control panel, I set the
News Forum ID to be
5. Then, I edited the index.php file. I found the following code:
Code:
WHERE forumid='$newsforum'
and replaced it with
Code:
WHERE forumid='5' OR '7'