Keyword

Same publication date

  • Jesper Holster
  • Jesper Holster's Avatar Topic Author
  • Offline
  • New Member
More
8 years 4 months ago #148731 by Jesper Holster
Same publication date was created by Jesper Holster
If articles have the same publication date only one of them shows up.
This is due to the index the item is given at line 58 of the helper.php.

It overwrites any existing items in that array.

i made this simple fix:
$int = rand ( 0 , 99999999 );
$itemDateIndex = strftime('%Y%m%d%H%M',strtotime($item->pubDate)).$int;

The question is, Will this be fixed in a future update?

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #148748 by Lefteris
Replied by Lefteris on topic Same publication date
Hi,

This has already been fixed in our repository at Github at github.com/joomlaworks/simple-rss-feed-reader . You can get the development version from there.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Jesper Holster
  • Jesper Holster's Avatar Topic Author
  • Offline
  • New Member
More
8 years 4 months ago #148752 by Jesper Holster
Replied by Jesper Holster on topic Same publication date
How stable is the current dev version?

Please Log in or Create an account to join the conversation.

More
8 years 4 months ago #148793 by Lefteris
Replied by Lefteris on topic Same publication date
It's a development version, which means that is not considered stable. However you can give it a try. If something goes wrong you can always install the previous version again.

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum