I want to set it up to post the RSS feed in different forums based on what category the article is posted in on our homepage..
I have an idea how to do it, I'm just struggling with even changing the RSS feed target forum in a plugin. Here's what I've tried:
Code:
global $vbulletin;
$vbulletin->GPC['forumid']) = '266';
$feeddata->set('forumid', $vbulletin->GPC['forumid']);
Tried it in rssfeeddata_start.
I don't need your help with the whole category thing, I've got an idea for that but I'd really appreciate some help with this. My idea being I test it first by just being able to set the forumid do something via a plugin, then go from there with my next idea.
Thanks