Page 1 of 1

Limited number of lines in RSS-Feed

Posted: Thu 12. Aug 2004, 14:49
by DrubusCulubus
Hi y'all,

Does anyone know where and/or how I can limit the number of lines in de RSS-Feed? I use the PHPWCMS script as a newsscript (YES, it does work! :) ) but the number of newsitems is now running to 400 and the RSS Feed makes over time.

I hope that some one can help... Thanks in advance!

Cheers Drubus

Posted: Fri 27. Aug 2004, 16:25
by passie
you could use this script

http://www.phpwcms.de/forum/viewtopic.php?t=3362

and make a while loop in it like

Code: Select all

 while($i<3){
          $row .= @fgets($fp, 4096);
$i++
}
hope this helps


greetz,

passie

Posted: Sat 28. Aug 2004, 11:41
by Jenpet
for me the script from passie do not work....

isn't it posible to edit the rss.php-script from oliver.... ?