MyBBHacks.com Plugins for  MyBB
RSS Feed Poster - Printable Version

+- MyBBHacks.com Plugins for MyBB (https://www.mybbhacks.com)
+-- Forum: Free Mods (https://www.mybbhacks.com/forumdisplay.php?fid=5)
+--- Forum: MyBB 1.8 Plugins and Mods (https://www.mybbhacks.com/forumdisplay.php?fid=14)
+--- Thread: RSS Feed Poster (/showthread.php?tid=3124)

Pages: 1 2 3 4 5 6 7 8 9


RE: RSS Feed Poster - MyBBHacks - 03-07-2020

I have the fix for the subject line now.

Copy to inc/tasks


RE: RSS Feed Poster - Seeker-Smith - 03-07-2020

I'll let you knowSmile


RE: RSS Feed Poster - Seeker-Smith - 03-07-2020

Running the task manually doesn't seem to work 2 of my forums have updated by cron. 2 more to go. The tasks ran no errors


RE: RSS Feed Poster - MyBBHacks - 03-08-2020

Update:

7.0
+Added option to choose Icon for RSS Feed post_code
+Added option to choose MyBB prefix for Feed Post if threadfix apples to all forums
!Fixed bug with posts not be posted in the length of the subject was over 85 characters from the feed.


RE: RSS Feed Poster - Seeker-Smith - 03-08-2020

Awesome. Did you also add or should I do it manually?
$msg_title = strip_tags($msg_title);
$msg_title = trim($msg_title);


RE: RSS Feed Poster - MyBBHacks - 03-08-2020

Forgot about that one. Do that manually for now.


RE: RSS Feed Poster - GasmoN - 12-27-2020

There is a bug with this plugin. When you open page for editing already created Poster Feed, and try to save, error will pop up.


RE: RSS Feed Poster - MyBBHacks - 12-27-2020

What error message is shown?


RE: RSS Feed Poster - GasmoN - 12-28-2020

So, when you click "Edit Feed", and than want to update it, this error will pop up https://prnt.sc/wavo18


RE: RSS Feed Poster - MyBBHacks - 12-28-2020

Hmm, just did a test on my site didn't get an error. Any clues in the mybb error log?