- Posts: 1
COMMUNITY FORUM
Only one feed item
- dimoss
- Topic Author
- Offline
- New Member
Less
More
14 years 2 months ago #34942
by dimoss
Only one feed item was created by dimoss
Hi,
I have search through the forum withput success.
I use the Simple RSS Feed module and I can't get more than one feed item per feed although the feed url is ok.
The feed url is: www.megaspin.net/store/lp-rss.asp?sc=1
The site url is: www.tabletennis.gr
You can see the problem on the right side under the 'Latest e-shop products' title.
Someone said that it's a date issue which destroy the array BUT I don't know where to search.
Thanks,
Denis
I have search through the forum withput success.
I use the Simple RSS Feed module and I can't get more than one feed item per feed although the feed url is ok.
The feed url is: www.megaspin.net/store/lp-rss.asp?sc=1
The site url is: www.tabletennis.gr
You can see the problem on the right side under the 'Latest e-shop products' title.
Someone said that it's a date issue which destroy the array BUT I don't know where to search.
Thanks,
Denis
Please Log in or Create an account to join the conversation.
- Brian Mitchell
- Offline
- New Member
Less
More
- Posts: 2
14 years 1 week ago #34943
by Brian Mitchell
Replied by Brian Mitchell on topic Re: Only one feed item
I love this module. Thanks JW.
I do however seem to have the same "date issue" mentioned above. I searched the forum and found a similar topic .
The challenge is that I am pulling in RSS feeds from external sources. I do not have control over how the individual items are date/time stamped.
I therefore am only displaying one or two items, when I would like to be posting 25 or more.
Any assistance is greatly appreciated.
I do however seem to have the same "date issue" mentioned above. I searched the forum and found a similar topic .
The challenge is that I am pulling in RSS feeds from external sources. I do not have control over how the individual items are date/time stamped.
I therefore am only displaying one or two items, when I would like to be posting 25 or more.
Any assistance is greatly appreciated.
Please Log in or Create an account to join the conversation.
- Robert
- Offline
- New Member
14 years 4 days ago #34944
by Robert
Replied by Robert on topic Re: Only one feed item
I'm also getting the same problem. I have a site which gets an external feed and only one feed item is showing. Quite a major problem, no? ;)
Please Log in or Create an account to join the conversation.
- Robert
- Offline
- New Member
13 years 11 months ago #34945
by Robert
Replied by Robert on topic Re: Only one feed item
Hi,
Does anyone from Joomlaworks have an answer to this please? I really want to start using this extension but if it only displays 1 feed item, I can't use it. :(
Does anyone from Joomlaworks have an answer to this please? I really want to start using this extension but if it only displays 1 feed item, I can't use it. :(
Please Log in or Create an account to join the conversation.
- Charles Vornberger
- Offline
- New Member
Less
More
- Posts: 1
13 years 11 months ago #34946
by Charles Vornberger
Replied by Charles Vornberger on topic Re: Only one feed item
Having the same problem. Anybody home?
CV
CV
Please Log in or Create an account to join the conversation.
- Mark Cahill
- Offline
- New Member
Less
More
- Posts: 2
13 years 6 months ago #34947
by Mark Cahill
Replied by Mark Cahill on topic Re: Only one feed item
I had the same problem and also could not find a solution so I modified the code:
Go to /modules/mod_jw_srfr
open helper.php
On line 72 find:change to
This adds a random number to the end of the date and should solve this issue.
Go to /modules/mod_jw_srfr
open helper.php
On line 72 find:
$itemDateIndex = $item->get_date('YmdHi');
$itemDateIndex = $item->get_date('YmdHi') + '.' + rand();
This adds a random number to the end of the date and should solve this issue.
Please Log in or Create an account to join the conversation.