Quote:
Originally Posted by M.C.
Now, i`d love to see on original Forum Home Page your Last Threads box but exclude threads from foumid=2 (like you said me above). BUT, when i use my second Forum Home Page i`d love to see Last Threads ONLY from that forum and subforums...
|
Find and replace the following Line (I know you've edited this so this is what it looks like in the install file:
PHP Code:
AND forumid NOT IN (0$limitfids)
with:
PHP Code:
".iif($_REQUEST['forumid'] == 2, 'AND forumid = 2', "AND forumid NOT IN (2,X,Y,Z$limitfids)")."
X,Y,Z are those forumids which you wanted exluded before.