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-04-2020

Modify the file
inc/tasks/rssfeedposter.php
Find
Code:
$msg_title = trim($msg_title);

Change To

Code:
$msg_title = strip_tags($msg_title);
$msg_title = trim($msg_title);



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

Couldn't pm you but here is my information
My paypal is sales@visualbasiczone.com
Thanks!


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

Thanks. You available if other tasks come up?


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

Yes, I can be most days.


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

I'm now baffled. It was running but stopped adding threads Mar 4. The tasks logs shows that it ran, though I saw errors form when I set it up. I'm using Google for the rss so I'm sure its not that and it did work.

I've added the last bit from my feed log.


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

What errors where in the log?


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

This was one minus the url "groups.com/external.php?type=RSS2&forumids=129 Post Errors:Array ( [0] => This forum requires a thread prefix to be set. Please select a valid prefix. )
RSS Feed Poster 5 hours ago"

Now it shows "RSS Feed Poster 2 minutes ago RSS Feed Poster Task Ran"


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

thread prefix sounds like a third party plugin issue or a mybb setting that you set that requires a prefix on a certain forum.
The RSS Feed Poster mod can't handle it..


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

Prefix is part of 1.8


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

More testing