"Published date" of items in RSS feed isn't updated when files are
cosmin 269
From: -
From: -
All those files were updated using PAD polling on October 17th. But the date of the items on the RSS feed only reflects an older date (probably the date when they were first added to CT). On some RSS readers the updated items are not even added at the top with any completely new listings.
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: "Published date" of items in RSS feed isn't updated when files are
Sobiech 77
From: -
From: -
I forgot that in addition to this, I changed in the template (files_rss_item) file_startdate with file_date and then it was OK, but now I've done as you write. Thanks!
1 Re: "Published date" of items in RSS feed isn't updated when files are
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
1 Re: "Published date" of items in RSS feed isn't updated when files are
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
I'm sorry, but I changed: files_startdate with files_date (without $)
Actually, it is file_startdate and file_date. Also you need to leave file_startdate in two places in the file:
Line 57:
$files_expire_sql = " AND file_startdate < '" . $currentdate . "' AND (file_expiredate > '" . $currentdate . "' OR file_neverexpire = '1')";
and line 206:
$insert[ 'file_startdate' ] = date( "r", strtotime( $file_date ) );
1 Re: "Published date" of items in RSS feed isn't updated when files are
Sobiech 77
From: -
From: -
I'm sorry, but I changed: files_startdate with files_date (without $)
1 Re: "Published date" of items in RSS feed isn't updated when files are
cosmin
OP
269
From: -
From: -
When I open /modules/files/filesrss.php and replace:
$files_startdate
with
$files_date
it works.
Great, now we have customers fixing the app. Wanna help me with some other issues?
1 Re: "Published date" of items in RSS feed isn't updated when files are
Sobiech 77
From: -
From: -
When I open /modules/files/filesrss.php and replace:
$files_startdate
with
$files_date
it works.
$files_startdate
with
$files_date
it works.