View Full Version : RSS feed information all images
Anonymous
02-15-2005, 06:27 AM
Why is RSS feed information generated for all the images?
I you have images that have to be published in the future, the information is also placed in the RSS feed. Maybe its better to generate only information about the current image and the images from the past.
Connie
02-15-2005, 06:36 PM
Posefius.
that is a bug if it is like this, but try to find the following lines and check:
try to find the line in the index.php:
// ################################################## ########################################//
// RSS 2.0 FEED
// ################################################## ########################################//
some lines below there will be the query to read the files from the database.
Check that it is like this:
$query = mysql_query("select id,datetime,headline,body,image from ".$pixelpost_db_prefix."pixelpost where (datetime<='$cdate') order by datetime desc");
where (datetime<='$cdate') <= that must be there!
Anonymous
02-15-2005, 09:02 PM
You are right, thats the problem. Its working fine now !
Thank You
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.