Page Index Toggle Pages: 1 ... 5 6 [7] 8  Send TopicPrint
Very Hot Topic (More than 25 Replies) RSS Feed mod 1.0b7 (Read 55890 times)
ironwing
God Member
*****
Offline


I love YaBB 1 Gold!

Posts: 2330
Location: Sonoran Desert
Joined: Nov 20th, 2001
Re: RSS Feed mod 1.0b7
Reply #90 - Dec 14th, 2004 at 4:13am
Print Post  
Are you using an RSS Reader (feed aggregator) to view the pages?  RSS feeds are not html, they are xml and so won't show in a normal browser.

Dan
  

Please include your forum address in all requests for assistance.  It greatly speeds things along.
Back to top
WWW  
IP Logged
 
ccmehil
New Member
*
Offline


Life is too short! Live
it well!

Posts: 48
Location: Lippstadt
Joined: Oct 26th, 2002
Gender: Male
Re: RSS Feed mod 1.0b7
Reply #91 - Dec 14th, 2004 at 9:52am
Print Post  
XML will show in a normal browser, but RSS Feed Mod does not only in a RSS Reader - very strange but it works!!

Great Plugin!!
  

Just making a little place for myself on the web and ranting every once and awhile...
Back to top
IP Logged
 
Jungle Jim
God Member
*****
Offline



Posts: 1015
Location: The Fridge
Joined: Apr 7th, 2003
Gender: Male
Re: RSS Feed mod 1.0b7
Reply #92 - Dec 14th, 2004 at 4:27pm
Print Post  
All beyond me, parsers, coded feeders, xml ... seems like u have to be a scientist to put it all together !  What i dont get is why RSS stand for "REALLY SIMPLE", when in fact its quite the opposite, requiring the user to know 2 or 3 coding languages to be able to integrate it !
  
Back to top
 
IP Logged
 
DelaMn
Full Member
***
Offline


I love boardmod.org

Posts: 136
Joined: Nov 13th, 2004
Re: RSS Feed mod 1.0b7
Reply #93 - Dec 14th, 2004 at 4:29pm
Print Post  
ironwing wrote on Dec 14th, 2004 at 4:13am:
Are you using an RSS Reader (feed aggregator) to view the pages?  RSS feeds are not html, they are xml and so won't show in a normal browser.

Dan


Obviously... YES! Undecided

Of course I tried on feed aggregator.

Everything else, what it is taking place is exposed on my post.

Plus... it takes centuries to get loaded  Embarrassed
  
Back to top
 
IP Logged
 
ironwing
God Member
*****
Offline


I love YaBB 1 Gold!

Posts: 2330
Location: Sonoran Desert
Joined: Nov 20th, 2001
Re: RSS Feed mod 1.0b7
Reply #94 - Dec 14th, 2004 at 5:51pm
Print Post  
DelaMn wrote on Dec 14th, 2004 at 4:29pm:
Obviously... YES! Undecided

Of course I tried on feed aggregator.

Everything else, what it is taking place is exposed on my post.

Plus... it takes centuries to get loaded  Embarrassed



Not obvious at all.  It is the number one question I've had to answer since releasing the mod.  Many folks have never heard of readers and so try to view feeds on their browsers.

Could you post your forum address so I can see what is happening?

Dan
  

Please include your forum address in all requests for assistance.  It greatly speeds things along.
Back to top
WWW  
IP Logged
 
DelaMn
Full Member
***
Offline


I love boardmod.org

Posts: 136
Joined: Nov 13th, 2004
Re: RSS Feed mod 1.0b7
Reply #95 - Dec 14th, 2004 at 8:12pm
Print Post  
I´d prefer post the code you need... dont want people on mu forum talking about mods  Roll Eyes

Plus: is there any live example so we could see your mod working as it ? (not like michael on boardmod, wich is fantastic but is a different thing)


Thanks anticipated and ready to post the code when you ask if needed:Smiley
  
Back to top
 
IP Logged
 
ironwing
God Member
*****
Offline


I love YaBB 1 Gold!

Posts: 2330
Location: Sonoran Desert
Joined: Nov 20th, 2001
Re: RSS Feed mod 1.0b7
Reply #96 - Dec 14th, 2004 at 9:29pm
Print Post  
Okay, here is the code I need...

One, I need to see the output of your rss feed as produced when run through the feed validator at feedvalidator.org.  Then I need to see the output of your rss feed as rendered in Netscape Navigator version 4.7.   The reason for needing the first is that I need to see specifically what doesn't validate.  The second is needed as Netscape 4.7 is so old that it doesn't recognize xml at all and just shows the raw feed text which is great for troubleshooting.

A working feed is available at:
http://www.mineralarts.com/cgi/yabbsp1/YaBB.pl?action=rss


Dan
  

Please include your forum address in all requests for assistance.  It greatly speeds things along.
Back to top
WWW  
IP Logged
 
DelaMn
Full Member
***
Offline


I love boardmod.org

Posts: 136
Joined: Nov 13th, 2004
Re: RSS Feed mod 1.0b7
Reply #97 - Dec 14th, 2004 at 9:50pm
Print Post  
ironwing wrote on Dec 14th, 2004 at 9:29pm:



It doesnt´t work  Embarrassed none of  the 3 readers i tried  Embarrassed

And tried on explorer 6 (just to see the code, as usually, like

http://rss.news.yahoo.com/rss/topstories

but in your example what you get is... nothing!  Embarrassed
  
Back to top
 
IP Logged
 
ironwing
God Member
*****
Offline


I love YaBB 1 Gold!

Posts: 2330
Location: Sonoran Desert
Joined: Nov 20th, 2001
Re: RSS Feed mod 1.0b7
Reply #98 - Dec 14th, 2004 at 9:54pm
Print Post  
  

Please include your forum address in all requests for assistance.  It greatly speeds things along.
Back to top
WWW  
IP Logged
 
LoonyPandora
God Member
*****
Offline


Daft Cow?

Posts: 1705
Location: London
Joined: Jun 27th, 2002
Gender: Male
Re: RSS Feed mod 1.0b7
Reply #99 - Dec 14th, 2004 at 11:47pm
Print Post  
Just suggesting something:

Quote:
This feed is valid, but may cause problems for some users. We recommend fixing these problems.
Feeds should not be served with the "text/plain" media type


That's what the validator said about your feed - so perhaps it's how it sends headers or something? The 'working' feed doesn't have that warning, so it's the only difference between the two, as they both use the same rss version Undecided
  

Apple Technical Support
Code
Select All
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig; 

Back to top
WWWICQ  
IP Logged
 
Boardmodder420
New Member
*
Offline


I love YaBb

Posts: 20
Joined: Dec 16th, 2004
Re: RSS Feed mod 1.0b7
Reply #100 - Dec 17th, 2004 at 5:40am
Print Post  
how can i display my yabb rss feed on a html page? is there a javascript or html code i could use? Roll Eyes
  
Back to top
 
IP Logged
 
LoonyPandora
God Member
*****
Offline


Daft Cow?

Posts: 1705
Location: London
Joined: Jun 27th, 2002
Gender: Male
Re: RSS Feed mod 1.0b7
Reply #101 - Dec 17th, 2004 at 10:42am
Print Post  
That's not what RSS is for...

If you want to display news on an HTML page, look into the news mod...
  

Apple Technical Support
Code
Select All
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig; 

Back to top
WWWICQ  
IP Logged
 
ironwing
God Member
*****
Offline


I love YaBB 1 Gold!

Posts: 2330
Location: Sonoran Desert
Joined: Nov 20th, 2001
Re: RSS Feed mod 1.0b7
Reply #102 - Dec 17th, 2004 at 5:17pm
Print Post  
Okay, I found a fix that validates on feedvalidator and the rss.scripting.com validator as well.

In RSS_Display.pl find

Code
Select All
 $YaBB_RSS = qq~
<?xml version="1.0" ?>  



and change it to:

Code
Select All
	$YaBB_RSS = qq~Content-type: application/xml\n
<?xml version="1.0" encoding="iso-8859-1" ?> 



Dan
  

Please include your forum address in all requests for assistance.  It greatly speeds things along.
Back to top
WWW  
IP Logged
 
DelaMn
Full Member
***
Offline


I love boardmod.org

Posts: 136
Joined: Nov 13th, 2004
Re: RSS Feed mod 1.0b7
Reply #103 - Dec 17th, 2004 at 8:05pm
Print Post  
Hi ironwing.
The other day, when you said your link was working, it really wasn´t for me, as I explained (with 3 different aplications). Feedvalidator said "wrong rss"

But...

Today feedvalidator says it is OK. So I tried last thing you suggest

"$YaBB_RSS = qq~Content-type: application/xml\n
<?xml version="1.0" encoding="iso-8859-1" ?> "

And it doesnt work for me. Just 'time out' message.

It should be usefull could upload mod as you have changed it (not the version available,)


Excuses for my english again (not mothers tongue)


------------

Added: it works with the last change, but goes so very slowly... many times, time out  Embarrassed
  
Back to top
 
IP Logged
 
ironwing
God Member
*****
Offline


I love YaBB 1 Gold!

Posts: 2330
Location: Sonoran Desert
Joined: Nov 20th, 2001
Re: RSS Feed mod 1.0b7
Reply #104 - Dec 18th, 2004 at 1:09am
Print Post  
I've attached the fixed RSS_Display.pl file.  This fix also includes a fix for a problem with displaying the € symbol in the feed.

If your feed still doesn't validate after applying this fix you will need to send me a private message with the URL of your feed so I can see what is happening.  If your forum is not in english there may be problems with characters that aren't used in english.  Also, if your forum is based on the german translation of YaBB then there is a small fix that needs to be made to the rss script.

Dan
  

RSS_Display_fix12_17_2004.zip ( 8 KB | Downloads )

Please include your forum address in all requests for assistance.  It greatly speeds things along.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 ... 5 6 [7] 8 
Send TopicPrint