boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Rss Feed

 
Post new topic   Reply to topic    boardom Forum Index -> How to ?
View previous topic :: View next topic  
Author Message
turtelina



Joined: 25 Jan 2002
Posts: 33
Location: Austria

PostPosted: Sun Nov 23, 2003 9:40 pm    Post subject: Rss Feed Reply with quote

Hi there,

I am getting a b2rss.php feed error since a while now, and can´t seem to figure out what is wrong.

I get this error. http://feedvalidator.org/check?url=http%3A%2F%2Fwww.turtelina.net%2Fdailylife%2Fb2rss.php

It tells me that there is a problem with this link:

<link>http://turtelina.net/dailylife/index.php?p=986&c=1</link>

Isn´t that the link that b2 creates automatically?

Does anyone know how I can fix this?

Thank you so much!
Connie
Back to top
View user's profile Send private message Visit poster's website
Cyberian75



Joined: 26 Sep 2002
Posts: 1019
Location: Oregon

PostPosted: Thu Nov 27, 2003 6:50 am    Post subject: Reply with quote

I was having the same problem, so I didn't provide RSS feeds on my site. I was poking around tonight, though, and I think the following fixes that problem.

At the end of "b2vars.php" file, locate:

Code:

# generates smilies' search & replace arrays
foreach($b2smiliestrans as $smiley => $img) {
   $b2_smiliessearch[] = $smiley;
   $smiley_masked = '';
   for ($i = 0; $i < strlen($smiley); $i = $i + 1) {
      $smiley_masked .= substr($smiley, $i, 1).chr(160);
   }
   $b2_smiliesreplace[] = "<img src='$smilies_directory/$img' alt='$smiley_masked' />";
}


And take out ".chr(160)". I think this solves the problem.
_________________
Michael P.
Back to top
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> How to ? All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group