Pixelpost

Authentic Photoblog Flavour


Go Back   Pixelpost Forum > SUPPORT / INFORMATION > Pixelpost Help

Post Reply
 
Thread Tools
  #1  
Old 02-15-2005, 06:27 AM
Anonymous Offline
pixelpost guru
 
Join Date: Oct 2004
Posts: 810
RSS feed information all images

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.
Reply With Quote
  #2  
Old 02-15-2005, 06:36 PM
Connie
Guest
 
Posts: n/a
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:
Quote:
// ################################################## ########################################//
// 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:

Code:
    $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!
Reply With Quote
  #3  
Old 02-15-2005, 09:02 PM
Anonymous Offline
pixelpost guru
 
Join Date: Oct 2004
Posts: 810
You are right, thats the problem. Its working fine now !

Thank You
Reply With Quote
Post Reply


Thread Tools




All times are GMT. The time now is 09:43 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd. | Style Design: d3 designs