[RC][1.1.0-r2] FIND

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Scam Warning
plasmino
Registered User
Posts: 261
Joined: Sat Jul 25, 2009 11:12 am

Re: [DEV] RSS Input

Post by plasmino »

Auto post with cron --- to be written

news for this?
User avatar
Alxor
Registered User
Posts: 54
Joined: Wed Jun 04, 2008 1:33 am

Re: [DEV] RSS Input

Post by Alxor »

Hi, just wondering, will this RSS Mod take a html <img> tag and display it in the forum post as a [img]? Thanks

Also may you set a demo site up? So we can see this mod in action? :D
SC2Nation.com - StarCraft 2 Forum
plasmino
Registered User
Posts: 261
Joined: Sat Jul 25, 2009 11:12 am

Re: [DEV] RSS Input

Post by plasmino »

User avatar
PoPoutdoor
Registered User
Posts: 217
Joined: Fri Oct 31, 2008 2:58 pm

Re: [DEV] RSS Input

Post by PoPoutdoor »

Although I don't know the language, but Thanks!

Alxor, this is mod is about importing xml based newsfeed. Limited html tags inside CDATA is supported, converted to BBCode for posting.

plasmino, I'm working on the 3.0.6 upgrade and bug fix. Auto post will be there after core code functions as design.

Hippie459MN, current code hardwired this... you can changed the code to accept any bot you like.
artikkk
Registered User
Posts: 379
Joined: Sun Jan 04, 2009 1:37 pm
Location: Roma

Re: [DEV] RSS Input

Post by artikkk »

Code: Select all

RSS with error: [test] No encoding info! URL: http://www.corriere.it/rss/sport.xml
:roll: Help me please!
sorry for my bad english :S
User avatar
PoPoutdoor
Registered User
Posts: 217
Joined: Fri Oct 31, 2008 2:58 pm

Re: [DEV] RSS Input

Post by PoPoutdoor »

artikkk wrote:

Code: Select all

RSS with error: [test] No encoding info! URL: http://www.corriere.it/rss/sport.xml
:roll: Help me please!
You got "<?xml version="1.0" ?>" in the header :o

I hope v0.2 will handle feeds with XML tag but missing encoding info.
Esolitos
Registered User
Posts: 17
Joined: Tue Apr 28, 2009 11:44 am

Re: [DEV] RSS Input

Post by Esolitos »

Two questions:
First)
How can i edit the mod for make the new posts or topics unread?!
Till now only the forum where news are posted will shown as unread!

Second)
How can avoid making more topics each update and only make new replies to the main topic instead?


Thnaks for you help!
User avatar
PoPoutdoor
Registered User
Posts: 217
Joined: Fri Oct 31, 2008 2:58 pm

Re: [DEV] RSS Input

Post by PoPoutdoor »

Esolitos,

I'm working on v0.2 now, and the code changes will be more than a few lines... please wait!
Esolitos
Registered User
Posts: 17
Joined: Tue Apr 28, 2009 11:44 am

Re: [DEV] RSS Input

Post by Esolitos »

Ok, don't worry! :D
Just asking!

Good Work!!
User avatar
Alxor
Registered User
Posts: 54
Joined: Wed Jun 04, 2008 1:33 am

Re: [DEV] RSS Input

Post by Alxor »

Thanks for posting the demo of the mod. Just wondering now...it seems this mod does what it says, rss feed to post, but it seems that this mod doesn't post each individual rss feed as its own post but many rss into one post? Is there a way to make it so that it takes one rss feed and post one post? Maybe I am confused...thanks!

LOL I found the answer after looking at your ACP screen shot :geek:
Last edited by Alxor on Thu Dec 17, 2009 6:07 am, edited 1 time in total.
SC2Nation.com - StarCraft 2 Forum
neonshares
Registered User
Posts: 138
Joined: Thu May 21, 2009 1:31 am

Re: [DEV] RSS Input

Post by neonshares »

Looking forward for the cron auto posting functionality with acp otions [Gap between posting, in days]
User avatar
MrGroove
Registered User
Posts: 24
Joined: Sun Nov 02, 2008 10:15 pm
Location: groovyPost.com

Re: [DEV] RSS Input

Post by MrGroove »

PoPoutdoor wrote:Esolitos,

I'm working on v0.2 now, and the code changes will be more than a few lines... please wait!
Really happy to see you picked up the torch on the old FIND (Forum Integrated News Delivery - Input MOD) from Netclecitc as his mod was abandoned back in 2006!

Thank you for running with this!

Really looking forward to see how it develops.
User avatar
PoPoutdoor
Registered User
Posts: 217
Joined: Fri Oct 31, 2008 2:58 pm

Re: [DEV] RSS Input

Post by PoPoutdoor »

MrGroove,

I'm still using FIND with 2.0 personal site... I have to make this works for 3.0 before I can do the site upgrade ;)

BTW: The v0.2 code is almost done, except the auto post code. My plan is including the auto post code if I can finished the coding by this week. If I don't, v0.2 will be released by next week.
User avatar
Mess
Registered User
Posts: 985
Joined: Wed Jul 01, 2009 6:37 am
Name: Kim

Re: [DEV] RSS Input

Post by Mess »

Hi PoPoutdoor,

Looking forward to the next release.
Here is a feature request list, so you don't get bored. ;)
  1. Option to select different users for each feed.
  2. Option to specify format for each feed.
  3. Option to keep posting a feed in the same thread.
  4. Option to post each feed in a seperate post.
  5. Option for normal members to update feeds (link/page).
  6. Option to update feeds from cron.
  7. Option to add a feed to moderation queue.
Best regards
User avatar
PoPoutdoor
Registered User
Posts: 217
Joined: Fri Oct 31, 2008 2:58 pm

Re: [DEV] RSS Input

Post by PoPoutdoor »

Mess wrote:Hi PoPoutdoor,

Looking forward to the next release.
Here is a feature request list, so you don't get bored. ;)
  1. Option to select different users for each feed.
  2. Option to specify format for each feed.
  3. Option to keep posting a feed in the same thread.
  4. Option to post each feed in a seperate post.
  5. Option for normal members to update feeds (link/page).
  6. Option to update feeds from cron.
  7. Option to add a feed to moderation queue.
Best regards
#1 already in v0.1 by creating different bot user and you can select any RSS Bot users in ACP.
#2 Gobal BBCode format with language file in v0.2 now. I don't see the needs to have different format for each feed (I don't needed this), but you're welcome to tell me why :)
#3 & #4, hardcoded #3 by now (new topic on new day). In long term, it will be better and easier to manage (also related to server loading) if the number of posts is less, lets say under 1,000. Maybe a selection of post in the same topic of 1 day/week/month option in v0.3?
#5 & #6 Still working on this... If I get your ideas right, both related to CRON auto posting. True CRON may works as v0.2 out, but not the phpBB CRON (I can test with this after v0.2 released)
#7 I don't get that... please explain :)

Return to “[3.0.x] MODs in Development”