SMFHacks.com
** Home Forum Index Hacks Products Login Register Search
Welcome, Guest. Please login or register.
July 29, 2010, 04:16:38 pm

Login with username, password and session length
Members
Total Members: 8182
Latest: Laser077
Stats
Total Posts: 21474
Total Topics: 4005
Online Today: 43
Online Ever: 399
(March 21, 2008, 10:16:14 pm)
Users Online
Users: 0
Guests: 30
Total: 30
Sponsored Links
+  SMFHacks.com
|-+  Forum
| |-+  Modifications/Themes
| | |-+  Modifications Talk
| | | |-+  Latest Mods
| | | | |-+  [Mod] RSS Feed Poster
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 2 [3] 4 5 ... 10 Go Down Print
Author Topic: [Mod] RSS Feed Poster  (Read 80414 times)
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7146


View Profile
« Reply #30 on: April 06, 2007, 06:24:00 pm »

Not currently that would require some work.
Logged
RWL
Full Member
***
Offline Offline

Posts: 100



View Profile WWW Email
« Reply #31 on: April 06, 2007, 06:33:38 pm »

Thanks Hacks!  Wink
Logged

RewindLancs.com Management

mett
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #32 on: April 08, 2007, 02:27:15 am »

Hello

I have a big problem using this mod, it's duplicate feed instead of update (this happened when i use fake cron). I have no duplicate url

Thanks

Logged
Caveman
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #33 on: April 20, 2007, 04:50:19 pm »

I have a question related to the RSS Feed Poster, (Excellent hack BTW!) Is there a way to control the amount of the feed it is posting or I should say gathering from the rss feed, and post a tid bit of it then say READ MORE..... then the user can click on the link to read the rest of the article?

I tried looking thru the code and see if there was some numbers I could change, but I am not good at programming, I try to leave it to the people who know all that. Smiley
Reason I am asking, when I pull info from newspaper feeds, I have the answer in case they argue about it, of saying the fair use of the item, and they have to click on the link to read the link and read it all. (Then they have to see the advertising that is on their site... But can discuss it in my forum)

Thanks!

Logged
Nite
Newbie
*
Offline Offline

Posts: 45



View Profile WWW Email
« Reply #34 on: April 21, 2007, 08:55:54 am »

I have a question related to the RSS Feed Poster, (Excellent hack BTW!) Is there a way to control the amount of the feed it is posting or I should say gathering from the rss feed, and post a tid bit of it then say READ MORE..... then the user can click on the link to read the rest of the article?

I tried looking thru the code and see if there was some numbers I could change, but I am not good at programming, I try to leave it to the people who know all that. Smiley
Reason I am asking, when I pull info from newspaper feeds, I have the answer in case they argue about it, of saying the fair use of the item, and they have to click on the link to read the link and read it all. (Then they have to see the advertising that is on their site... But can discuss it in my forum)

Thanks!



What you could do is submit that particular feed to feedburner, then attempt to customize it over there.
Logged

Caveman
Newbie
*
Offline Offline

Posts: 2


View Profile
« Reply #35 on: April 21, 2007, 11:08:42 pm »

Never used it before, but I will check it out and see. It seems almost redundant, since you have to move the feeds twice. Once to feedburner then again to your site, but it would hide where their info is going to though. Smiley

 
Logged
hyedipin
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #36 on: May 04, 2007, 09:30:45 am »

my forum\\\'s charset is iso-8859-9 and when i try to add RSS with charset UTF-8, some characters are not showed like ş,ü,ğ,ı . what can i do. what is you offer me to solve it?


regards

I have the same problem.
When my source has non english characters like above (Turkish Language) it turns out as following:
"Shake it up şekerim" adlı şarkısı
should be
"Shake it up, şekerim" adlı şarkısı

Is there anyway I can fix this?
I checked htmlspecialchars

Code:
// Create the Post
$msg_title = htmlspecialchars(($feed['html'] ? $context['feeditems'][$i]['title'] : strip_tags($context['feeditems'][$i]['title'])), ENT_QUOTES);

$msg_body =  htmlspecialchars(($feed['html'] ? $context['feeditems'][$i]['description'] . "\n\n" . $context['feeditems'][$i]['link']  : strip_tags($context['feeditems'][$i]['description'] .  "\n\n" . $context['feeditems'][$i]['link'])), ENT_QUOTES);

But do I remove the whole two commands both Title and Body, or just modify this?

Thanks for the help.

----

In addition to above, feeds come in duplicates, if there are no new feeds. If it is set at 6 hours, it grabs the same feeds, if there are no new feeds.
« Last Edit: May 04, 2007, 01:06:35 pm by hyedipin » Logged
lord_lethris
Newbie
*
Offline Offline

Posts: 6


Clearly Mad

42039662 lord_lethris@hotmail.com Lord+Lethris lord_lethris
View Profile WWW
« Reply #37 on: June 08, 2007, 03:55:27 am »

hello hello HELLO!!!

right.. I installed this mod. and used the link "http://feeds.feedburner.com/MotoringfileClippings" that you posted earlier to test it.. Woohoo Works a treat!

However... the feed I need doesn't.  I have a suspission that the reader cannot interpate DTD's in feeds, as my posts are comming out blank, with the following code.
Code:
[b][/b]

Here is the feed I need posting -> http://demi-gods.co.uk/index2.php?option=com_fireboard&func=fb_rss&no_html=1

Any thoughts?
« Last Edit: June 08, 2007, 04:12:43 am by lord_lethris » Logged

Words. Nothing but sweet, sweet words that turn into bitter orange wax in my ears

lord_lethris
Newbie
*
Offline Offline

Posts: 6


Clearly Mad

42039662 lord_lethris@hotmail.com Lord+Lethris lord_lethris
View Profile WWW
« Reply #38 on: June 08, 2007, 05:32:13 am »

Mmmm "SMFHacks" hasn't replied to this since April 6th.....

Is there anyone on this project?  Undecided
Logged

Words. Nothing but sweet, sweet words that turn into bitter orange wax in my ears

athenal
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #39 on: June 15, 2007, 09:19:40 pm »

I'm having the same porblem with html,   Just curious if we could have an update on this?  being worked on at all?
Logged
SMFHacks
Administrator
Hero Member
*****
Offline Offline

Posts: 7146


View Profile
« Reply #40 on: June 15, 2007, 09:25:17 pm »

Html would need to find a good filter for PHP.
Logged
RWL
Full Member
***
Offline Offline

Posts: 100



View Profile WWW Email
« Reply #41 on: June 24, 2007, 05:40:18 am »

Hi Hacks,

I have found a fantastic feed but it gets all messed up when it's posted to my forum: -

http://feeds.feedburner.com/bbcnewsfrontpagefullfeed

Would you be able to try it on your testing site and see if you can get it to format correctly?

Cheers!

Wilsy.
Logged

RewindLancs.com Management

RWL
Full Member
***
Offline Offline

Posts: 100



View Profile WWW Email
« Reply #42 on: June 25, 2007, 04:15:04 pm »

Can anybody have a go at this, we all know how busy Hacks is at the moment - I can't understand why it won't work, HTML is enabled in the settings?

Regards,

Wilsy.
Logged

RewindLancs.com Management

RWL
Full Member
***
Offline Offline

Posts: 100



View Profile WWW Email
« Reply #43 on: June 27, 2007, 05:09:22 pm »

No Takers? The link below is to a full text rss from the BBC - they're like gold dust, check it out?

http://feeds.feedburner.com/bbcnewssciencenaturefullfeed

Regards,

Wilsy.
« Last Edit: June 27, 2007, 05:13:49 pm by wilsy » Logged

RewindLancs.com Management

Wolfenrook
Newbie
*
Offline Offline

Posts: 1


View Profile
« Reply #44 on: June 30, 2007, 07:02:48 am »

Try using this http://feeds.feedburner.com/bbcnewsfrontpagefullfeed?format=xml instead, the url you posted is to the page about the feed, not the feed itself.

Wolfenrook
Logged
Pages: 1 2 [3] 4 5 ... 10 Go Up Print 
« previous next »
Jump to:  

Recent
[Today at 05:27:30 am]

[July 28, 2010, 04:25:31 pm]

[July 28, 2010, 03:26:44 pm]

[July 28, 2010, 12:31:49 am]

[July 27, 2010, 01:13:37 pm]

[July 27, 2010, 11:53:36 am]

[July 27, 2010, 07:22:28 am]

[July 25, 2010, 12:18:25 am]

[July 24, 2010, 10:36:53 pm]

[July 24, 2010, 02:14:46 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Page created in 0.311 seconds with 20 queries.