MyBBHacks.com Plugins for  MyBB
RSS Feed Poster 1.5 - 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.6 and older Mods (https://www.mybbhacks.com/forumdisplay.php?fid=6)
+--- Thread: RSS Feed Poster 1.5 (/showthread.php?tid=12)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14


RE: RSS Feed Poster 1.0.2 - TundraSoul - 09-04-2010

When importing a feed from eBay the poster doesn't seem to handle the html part of the feed very well. Here's an example of what the feed looks like imported.

Here's an example of what it should look like. As you can see the html is not handled properly therefore it's either posted as text into the forum or I have to disable it, which is what you see in the second example above. If I enable html in the feed using the poster options, all the html is inserted and appears simply as text in the post.

Any suggestions?


RE: RSS Feed Poster 1.0.3 - MyBBHacks - 09-04-2010

Have to look into the html issue still.

New update
1.0.3
!Fixed a bug handling the query string in the fsockopen request call
!Fixed bug in handling of headers in fsockopen request for the feed.



RE: RSS Feed Poster 1.0.3 - TundraSoul - 09-07-2010

Is there a limit to the number of feeds the poster can handle at any given task run?


RE: RSS Feed Poster 1.0.3 - MyBBHacks - 09-07-2010

No hardcoded limit.


RE: RSS Feed Poster 1.0.3 - TundraSoul - 09-07-2010

Could you please change the structure of 'feedurl' from tinytext to text? This will accomodate the lengthy URL's used with some sites. A few of mine would not fit within the 255 chars limit and as a result the posts were not imported. In addition if you could add an import/export option for the RSS feed table that would be great. That would save me and perhaps others some time.


RE: RSS Feed Poster 1.0.3 - MyBBHacks - 09-08-2010

I can change the column type. For now you would need to alter table and change the feedurl to text

For import and export what data would that contain


RE: RSS Feed Poster 1.0.3 - TundraSoul - 09-08-2010

Thanks, I did; I changed the column type and it worked perfectly.

Export and later import could simply export everything that's in the feedbot table, which is useful for moving data.


RE: RSS Feed Poster 1.0.1 - x-Treme - 09-09-2010

(08-09-2010, 12:15 AM)MyBBHacks Wrote: Check your error log. Requires either fopen,fscokopen or curl support

My host has curl support, but feeds are still not being posted to the forum.


RE: RSS Feed Poster 1.0.3 - MyBBHacks - 09-09-2010

Trying using the latest version fixed two bugs with fscokopen.
ALso what is the feed url that you are using.


RE: RSS Feed Poster 1.0.3 - MyBB-Fanatiker - 09-15-2010



When the Rss Feed Poster fetches the feeds,
there is a line break in the subject.

Look at my attached Screenshot
   

Can you fix this ?
Or where can i fix this ?

I think it's in the task rssfeedposter.php, but where ?

can you help me ?