PDA

View Full Version : Disabling RSS feed for certain forums


ND4SPD
05-19-2008, 07:12 PM
Anyone know of a way to disable RSS feeds for a defined set of forums? This is for vB3.7

calorie
05-19-2008, 07:34 PM
One idea would be to use a plugin at the external_start hook where you remove from $vbulletin->GPC['forumids'] and $vbulletin->GPC['forumid'] the forum IDs you don't want as part of the RSS feed.

ND4SPD
05-20-2008, 04:01 PM
Feel like writing a plugin for it? :D