News:

Wondering if this will always be free?  See why free is better.

Main Menu

RSS Feed Poster

Started by SMFHacks.com Team, January 11, 2007, 07:46:04 PM

Previous topic - Next topic

crobbe

I love this mod, however, there is one really big issue and that is that the mod fetches random or old feedposts.

This actually prevents me from using the mod though I can't have "old news" posted on my forum, it has to be fresh so to speak.

Is there a way to fix this issue? I only want the latest feedpost to be pulled from the feed.

humbleworld

I like this MOD so much. I found one issue. I used the API feed from Google. The RSSFeed mod posted all the videos but the videos don't appear. I have the AEVA Media MOD installed. I was expecting youtube videos would be posted.

The link to source of the video appears clickable but actually when you click it, it won't go to the Youtube original video source. Here's a sample link

distante

Any idea about this?
Quote from: distante on October 18, 2012, 07:23:50 PM
I had a question regading the links and images in the post.

The RSS Feed Poster is getting the images and urls in the post with my url forum info first, in this way:

http://www.desadaptados.net/%http://esmiperu.tumblr.com/post/33688961143%22

http://www.desadaptados.net/%22http://25.media.tumblr.com/tumblr_mbyut3Bu2R1rj5lwto1_500.jpg%22



or

http://www.desadaptados.net/"http://esmiperu.tumblr.com/post/33688961143"

http://www.desadaptados.net/"http://25.media.tumblr.com/tumblr_mbyut3Bu2R1rj5lwto1_500.jpg"


any idea where I can edit this?



Robertjones6

my RSS feed poster seems to post randomly even though i state it to be done every 60 minutes

any advice?

crobbe

Quote from: Robertjones6 on November 16, 2012, 11:40:38 AM
my RSS feed poster seems to post randomly even though i state it to be done every 60 minutes

any advice?

That is what the mod does.

Why is this problem not getting any attention?

I mean, who wants to post "news" that is 3 weeks old?

vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

distante

:(
Quote from: distante on November 12, 2012, 04:07:44 PM
Any idea about this?
Quote from: distante on October 18, 2012, 07:23:50 PM
I had a question regading the links and images in the post.

The RSS Feed Poster is getting the images and urls in the post with my url forum info first, in this way:

http://www.desadaptados.net/%http://esmiperu.tumblr.com/post/33688961143%22

http://www.desadaptados.net/%22http://25.media.tumblr.com/tumblr_mbyut3Bu2R1rj5lwto1_500.jpg%22



or

http://www.desadaptados.net/"http://esmiperu.tumblr.com/post/33688961143"

http://www.desadaptados.net/"http://25.media.tumblr.com/tumblr_mbyut3Bu2R1rj5lwto1_500.jpg"


any idea where I can edit this?



lolicute


vbgamer45

This mod will only pull what is found in the RSS feed.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

lolicute


vietravel247.com

Quote from: Liam_michael on January 30, 2012, 03:57:39 PM
Will pay 10 dollars if someone can code this so that the mod actually obeys the specific boards permission where it states: Makes new replies and topics raise members' post counts.

This way, the user chosen to automatically post the feeds does not increase in their person post count!

AND, the posts that the member makes goes towards to total forum posts and topics in the forum history.


Send paypal email upon completion.
In the file "Source/Subs-RSS2.php"
find: global $smcFunc, $txt, $context, $sourcedir, $tag_attrs, $feedcount, $smcFunc, $maxitemcount, $insideitem, $tag, $modSettings;

replace with: global $smcFunc, $txt, $context, $sourcedir, $tag_attrs, $feedcount, $smcFunc, $maxitemcount, $insideitem, $tag, $modSettings,$user_info;

add these lines:
$user_info['posts']++;
updateMemberData($posterOptions['id'], array('posts' => '+'));
affter line: createPost($msgOptions, $topicOptions, $posterOptions);

in function UpdateRSSFeedBots()


Zagdul

Quote from: crobbe on November 11, 2012, 05:19:45 AM
I love this mod, however, there is one really big issue and that is that the mod fetches random or old feedposts.

This actually prevents me from using the mod though I can't have "old news" posted on my forum, it has to be fresh so to speak.

Is there a way to fix this issue? I only want the latest feedpost to be pulled from the feed.
Quote from: crobbe on November 25, 2012, 04:35:54 PM
Quote from: Robertjones6 on November 16, 2012, 11:40:38 AM
my RSS feed poster seems to post randomly even though i state it to be done every 60 minutes

any advice?

That is what the mod does.

Why is this problem not getting any attention?

I mean, who wants to post "news" that is 3 weeks old?

I'm also having this issue.

It's also not importing images.

lolicute

Ok I make a Yahoo Pipe Rss feed, http://pipes.yahoo.com/pipes/pipe.info?_id=5ff44cfb7eba5462d543e10c8625229a

but the publication of the post does not show the content, only the title:





I need help :(

vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

punjablovers

that is what i was looking for, i am a big fan of SMF, but due to lack of this MOD i was using VB. Thanks for Updating this MOD

vbgamer45

Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

lolicute

I have a problem with the character ´, this is not shown well and replaced by the "?" how can i solved that?

Example:

humbleworld

vbgamer, how can I increase the number of posts to, say, 200 posts per update. Even if I input 200 feed items to be fetched, I am being limited to 25. There are RSS that offer 500 items. Is it possible to post 500 feed items per one update?

vbgamer45

I added a limit in the code you would have to change it there or at the database level.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

humbleworld

How to change it, vbgamer? Which part of the mod? Im using smf version 2.0.2

Advertisement: