This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

"Published date" of items in RSS feed isn't updated when files are


avatar
cosmin 269
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.
2012_10_17_002632

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
avatar
77
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
avatar
Administrator
1340
From: Vienna, Austria
Btw I just noticed you are not in the customer forumsgroup. To enable access to the private forums, just add your username in the following section of the members area:

Cuforumct
1 Re: "Published date" of items in RSS feed isn't updated when files are
avatar
Administrator
1340
From: 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
avatar
77
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
avatar
Administrator
1340
From: Vienna, Austria
Thanks guys. Fixed in  Update #4.
1 Re: "Published date" of items in RSS feed isn't updated when files are
avatar
OP 269
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? Grinning Face Face with Stuck-Out Tongue
1 Re: "Published date" of items in RSS feed isn't updated when files are
avatar
77
From: -
When I open /modules/files/filesrss.php and replace:

$files_startdate

with

$files_date

it works.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.