Log in

View Full Version : external.php - excludes specific forum categories


criscokid
03-02-2007, 12:21 PM
I'd like edit the RSS external.php file so that it excludes specific forum categories - not sure what part of the code I need to edit though.

calorie
03-02-2007, 01:10 PM
You could set forumids=1,2,3 in the query string for forums you want to appear, or you could make a plugin at the external_start hook, and set $forumids = '1,2,3'; for the forums you want to appear regardless of what comes in via query string.

criscokid
03-02-2007, 01:54 PM
On second thoughts being 'forum specific' (rather than exclude forums) is better for me. I'd forgotten you can specifiy forums in the URL.

"you could make a plugin" - never done this before so I'd have to read up on it.