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 - Seeker-Smith - 03-07-2020

I don't get errors running the task manually however I do when it runs itself.


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

Okay so Topic prefix is not the same at thread prefix. Maybe A good thing to add to the next release.


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

what needs to change?


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

Ad the Thread Prefix field but now its working again and I see these errors
Code:
RSS Feed Poster: https://www.google.com/alerts/feeds/11415101303358964033/16832983831542476749 Post Errors:Array ( [0] => The subject is too long. Please enter a subject shorter than 85 characters (currently 92). )
Is this a mybb problem or the feed?


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

I don't mind buying a coffee but it would be nice if you could choose a thread prefix and a thread icon.


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

The subject line issue is a MyBB wasn't aware of I can make that change asap with a fix for that.
if($subject_length > 85)
{
// Subject is too long
$this->set_error('subject_too_long', my_strlen($subject));
return false;
}


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

Remember you're dealing with a dummy where and what file.


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

I will be making an update to the RSS Feed Poster will look into the icon/prefix to see how hard it is.


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

Can I fix the subject length?


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

I have to say. This is an important hack something I'd pay for.