Post to specific Category with specific User
Good day all...
Just installed Magpie and ran a test using the recommended feed and it appears to be working; however the GUI only goes up to 'Category 10' and I'd like all RSS to be posted to Category 48 as a user I created called 'TalkBot' so I edited the file class.magpierss.plugin.php like so but I don't think that is the right spot as the one discussion that was created posted elsewhere.
// Grab posted values and merge with defaults
$FormPostValues = $Sender->Form->FormValues();
$Defaults = array(
'MagpieRss.FeedOption.Historical' => '1',
'MagpieRss.FeedOption.Refresh' => '1d',
'MagpieRss.FeedOption.UserID' =>'5',
'MagpieRss.FeedOption.CategoryID' =>'48'
I did create a custom Feedburner feed for the RSS I'm trying to use as well...
Vanilla 2.3 with latest Magpie downloaded from the Addons section.
Comments
It's buggy but you can edit the thing manually by selecting all the feed posts and moving them to the required Category...
The Category ID is not the number of the category it is the ID when it was created regardless of the order you put it in. To get the real Category ID, you must inspect the code in the category and see what ID it has.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder - yeah, I followed the directions on finding the category ID number which is how I came up with '48'. Thank you for the reply, at least now I know it wasn't just me and that there are bugs.
Yes, sorry for that.. but at least it does post and you can move them after to the Category you want...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
@vrijvlinder - no worries, I personally appreciate the time and effort that goes into user contributed addons and that you folks take time out of your day to reply.
You are very welcome !
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌