(FSY23) Forum & Topic RSS Feeds v1.0
Started by Michael, Aug 24 2007 05:04 PM
39 replies to this topic
#21
Posted 05 December 2008 - 09:03 PM
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#22
Posted 06 December 2008 - 02:01 AM
thanx for that bud,
WWW.UKSTARLETCLUB.COM- for all things ep related
users of the day mod, portal mod,
users of the day mod, portal mod,
#23
Posted 20 December 2008 - 07:45 AM
I didnt the see this RSS in the last link the guy put.
No SS or something too see how is this?
No SS or something too see how is this?
#24
Posted 21 December 2008 - 12:11 AM
The mod adds an RSS icon beside each forum title that you set to allow one, do you really need a screenshot of that?
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#25
Posted 29 December 2008 - 12:01 AM
Hi Michael
I can't get this mod to show more than one item despite the settings of "Forum Feed number of items"
Any idé as to why?
Link to my site (in swedish) http://www.jaktsnack...php?showforum=4
//Niclas Lundin
I can't get this mod to show more than one item despite the settings of "Forum Feed number of items"
Any idé as to why?
Link to my site (in swedish) http://www.jaktsnack...php?showforum=4
//Niclas Lundin
#26
Posted 29 December 2008 - 01:25 PM
That's odd, let me look into the issue.
EDIT: OK, found the problem, sending you a new sources/components_public/feeds.php file.
EDIT: OK, found the problem, sending you a new sources/components_public/feeds.php file.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#27
Posted 29 December 2008 - 04:37 PM
Interesting modification. Going to buy later today
#29
Posted 29 December 2008 - 08:24 PM
You're welcome
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#30
Posted 31 March 2009 - 04:33 PM
Just two questions before I decide to buy.
Will this be available for 3.0 and also will I be able to use an outside feed to go directly into one thread rather than per topic per forum?
Will this be available for 3.0 and also will I be able to use an outside feed to go directly into one thread rather than per topic per forum?
#31
Posted 31 March 2009 - 04:38 PM
I do plan on updating this for 3.0 right now, but I have yet to actually look at how feasible that will be. This one only needed a couple of skin edits, and no file edits, so in theory I should be able to accomplish a 3.0 version similarly, or perhaps even without any edits by using the hooks system. As I have not attempted to upgrade this yet I cannot say for sure, but it is my plan right now to upgrade this one.
I'm not sure what you mean by the second question, can you give me an example of what you mean?
I'm not sure what you mean by the second question, can you give me an example of what you mean?
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#32
Posted 31 March 2009 - 04:56 PM
For example let's say I have a thread on my site called Ghost Stories in a Supernatural forum section. I would like to use an outside feed say from a ghost website to go into my Ghost Stories thread daily.. I don't want it to start a new thread each time. It would have to reply as it were to my thread allocated. Is that possible with this mod?
#33
Posted 31 March 2009 - 05:02 PM
I suppose it would depend on how that outside feed behaves. What this mod is going to do in your case is it's going to make an RSS feed for that Ghost Stories topic with a distinct URL. That feed will show each post in the topic. It'll act just like a regular RSS feed, like what we have here on this site, but instead of the standard IP.Board RSS feed where each entry is its own topic, each entry will be for an individual post in that topic.
On this outside site, how does it act with other types of feeds? Is it like IP.Board's RSS import where a new topic is created for each entry, like the BBC news feed we have here? If that's the case, then it's going to do the same thing with a topic feed from this mod. I can't change how RSS readers/importers deal with what this mod creates, it's creating a standard RSS feed, it's up to whatever parses that feed to decide what to do with new entries.
On this outside site, how does it act with other types of feeds? Is it like IP.Board's RSS import where a new topic is created for each entry, like the BBC news feed we have here? If that's the case, then it's going to do the same thing with a topic feed from this mod. I can't change how RSS readers/importers deal with what this mod creates, it's creating a standard RSS feed, it's up to whatever parses that feed to decide what to do with new entries.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#34
Posted 31 March 2009 - 05:30 PM
Was thinking about this as I went to go pick up my lunch, I think what's going to be the best solution for you is to take advantage of IP.Board 3's XML skin. Here's an example of what this XML content will look like:
http://forums.invisi...howtopic=281561
Basically what you'd need to do is just write some code that would parse that and then it could display it as HTML code on your website. It would always be up-to-date as it's reading the actual live forum page. Make sense?
http://forums.invisi...howtopic=281561
Basically what you'd need to do is just write some code that would parse that and then it could display it as HTML code on your website. It would always be up-to-date as it's reading the actual live forum page. Make sense?
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#35
Posted 01 April 2009 - 08:31 AM
I can sort of see what you mean. I've no idea how to write such a code to parse it but I will wait on 3.0 and see if anybody comes up with something. I think that may be my best bet.
Thanks for taking the time to reply.
Thanks for taking the time to reply.
#36
Posted 13 April 2010 - 09:07 PM
Michael, on Dec 29 2008, 06:25 AM, said:
That's odd, let me look into the issue.
EDIT: OK, found the problem, sending you a new sources/components_public/feeds.php file.
EDIT: OK, found the problem, sending you a new sources/components_public/feeds.php file.
Hey Michael,
Sorry I bought this mod a long while ago but am just getting round to implement it and I have the same issue showing only a single RSS entry. You can send me the code edit and I'll do it myself ..no need to send the full file
#37
Posted 14 April 2010 - 12:30 PM
That was 16 months ago that I posted that, I don't know what the specific problem was. All I can send you is the full mod. I'll PM that to you.
Michael McCune - IPS Marketplace Moderator
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
My Stuff: My Forum ˇ My Resources ˇ My Tutorials
Contact Me: Email ˇ Facebook ˇ Twitter
#38
Posted 06 June 2011 - 11:32 AM
Hi Michael,
I've been a member on here for a while and have found some good stuff. I am very interested in this mod, but my website runs v 3.1. This is just what I am looking for as on one section of my website I have videos and when people reply the video maker want the "comments" (posted replies) to also appear on his site via the RSS feed.
As you may know IPB 3 only has topics which get exported and not posts within topics. Perhaps you updated the mod but I was unable to find it, if you didn't is there any chance that you might? I would be very interested in it
I've been a member on here for a while and have found some good stuff. I am very interested in this mod, but my website runs v 3.1. This is just what I am looking for as on one section of my website I have videos and when people reply the video maker want the "comments" (posted replies) to also appear on his site via the RSS feed.
As you may know IPB 3 only has topics which get exported and not posts within topics. Perhaps you updated the mod but I was unable to find it, if you didn't is there any chance that you might? I would be very interested in it
#39
Posted 13 June 2011 - 02:50 PM
Please can someone give me an update on this it has been more than one week, I am keen to have this mod for Invision 3.1 and am prepared to pay for it to be made?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users





Contributor












