News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

RSS Feeder

Started by SlammedDime, January 11, 2009, 06:06:42 AM

Previous topic - Next topic

SlammedDime

For the 'Source' bit, I don't think I was thinking and hardcoded the string in there when I was testing and forgot to change it... it's in ScheduledTasks.php

As for the date format, in order to normalize any possible feed, SimplePie reformats the date, so I just spit out how it reformatted it... I suppose I could change it to use the forum's default time conversion function.

As for the regular expression, there is a small tutorial in this topic that is linked in the first post of the topic that I'd suggest reading first... no sense in reiterating all the same stuff.  If you have questions after that, feel free to ask.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Owdy

Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Sudhakar Arjunan

I have two smf forums of same 2.0. RC1 version.

If i need to update one board in one forum.

And the second forum need to grab the post in the other forums board of smf.

Then what is the Relative full path or Regular Expression i have to use.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

SlammedDime

Quote from: Owdy on May 05, 2009, 06:38:57 AM
Any idea why this isnt working urls like this?
http://www.helistin.fi/rss/
http://www.tohtori.fi/rss/
Any errors in the error log?

Quote from: A.SK on May 05, 2009, 01:52:05 PM
I have two smf forums of same 2.0. RC1 version.

If i need to update one board in one forum.

And the second forum need to grab the post in the other forums board of smf.

Then what is the Relative full path or Regular Expression i have to use.
I'm afraid there is no easy way to do that that I can think of.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Owdy

Former Lead Support Specialist

Tarvitsetko apua SMF foorumisi kanssa? Otan työtehtäviä vastaan, lue:http://www.simplemachines.org/community/index.php?topic=375918.0

Sudhakar Arjunan

Quote from: SlammedDime on May 05, 2009, 03:28:52 PM
I'm afraid there is no easy way to do that that I can think of.

Its possible. Both the sites were my own.

So i could do it, kindly give me out the relative path for getting full content from smf 2.0 rc1 forum.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

ostin

I suggest you to use UserID when selecting user than will post news. I got board with non-latin letters in usernames and so i can't use them.

SlammedDime

It should work fine with UTF-8, what was going wrong when you tried?

A.SK - It's not a matter of where the sites are located... I can't find a good regex that will accomplish what you need.
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

daveaite

I'm having the exact same problem as chefjohnnie.

Was there a solution for this?
The BuyPoe Network!


http://vbsocial.com: Forum Styles for vBulletin and SMF

SlammedDime

Quote from: SlammedDime on April 30, 2009, 08:03:20 PM
If that didn't work, you can try using the file_check.php file attached to this post and see if you can figure out where the extraneous code is... http://www.simplemachines.org/community/index.php?topic=300626.msg1989826#msg1989826
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

ostin

Quote from: SlammedDime on May 06, 2009, 04:24:51 PM
It should work fine with UTF-8, what was going wrong when you tried?
I just couldn't get name to be understood by the feeder. It showed me that name has to be filled in. When I renamed account into latin letter everything worked.

SlammedDime

Can you PM me the name if you don't want to post it here so I can test with it?
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

ostin

I tried several names in russian, f.e. "помошник" or "бот"

JamesD01

I don't understand the regex bit, could someone please provide a breif description?
I don't know php, maybe that's why..
Best regards,
James

daveaite

Hey guys....

I still don' t understand the regular expressions after doing a few tutorials. I tried my own regular expressions for yahoo's RSS feeds and they seemed to have no effect. The same thing was still being published.

Anyways. I was hoping someone could create a regular expression for yahoo's RSS articles. I will be forever grateful!!

http://news.yahoo.com/rss;_ylt=AmZWmT9KLlRhdmZ6QtHvlxCs0NUE;_ylu=X3oDMTBsa3NwcDZrBHBvcwMxNQRzZWMDYm4Ec2xrA3Jzcw--
The BuyPoe Network!


http://vbsocial.com: Forum Styles for vBulletin and SMF

Sudhakar Arjunan

Quote from: SlammedDime on May 06, 2009, 04:24:51 PM
A.SK - It's not a matter of where the sites are located... I can't find a good regex that will accomplish what you need.

Thank you. but as i understood. Regular expression could be easily learned from all websites.

Why could not we get any regular expression for smf alone. More or less ok, even if does not work properly.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Eclipse16V

Hello, only once thanks Mod for this super. Runs with me in 2.0 RC1 without problems. I have times one only ask now. How can I make it that the RSS news those than 7 days am older, automatically to be deleted? Is there there in the Mod already a function which I unfortunately yet did not find or there is another possibility? Thanks
I worked with:
SMF 2 in German

Shop:
SID Giessen

Underfunded

The auto-install from within SMF is not creating the tables in the MYSQL DB. I tried running the add_settings.php manually from the forum directory and it did not work so I copied all the files to the root of the forum directory and it still will not create the database tables.

Any suggestions?

SlammedDime

Do you get any errors?
SlammedDime
Former Lead Customizer
BitBucket Projects
GeekStorage.com Hosting
                      My Mods
SimpleSEF
Ajax Quick Reply
Sitemap
more...
                     

Underfunded

I do not get any errors on the installation of the Mod.  When I try to go to the mods config page I get
QuoteTable 'smf2.smf_rssfeeds' doesn't exist
File: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\smf2\Sources\ManageSettings.php
Line: 2420

Where the database is smf2 and that is the proper path to the file.

Advertisement: