Working, sort off.
Posted: 12 January 2010 05:06 PM   [ Ignore ]  
Newbie
Rank
Total Posts:  3
Joined  2010-01-12

It does seems to work, partially

I’ve got the following in my templates:

GO template

{exp:feedgrab url="http://missing.amberalertnederland.nl/nl/index.rss" 
                          
weblog="1" 
                          
title="title"
                          
date="pubDate"
                          
use="link|description" 
                          
fields="alert_url|alert_body" }

{exp
:feedgrab url="http://alert.amberalertnederland.nl/nl/index.rss" 
                          
weblog="1" 
                          
title="title"
                          
date="pubDate"
                          
use="link|description" 
                          
fields="alert_url|alert_body" 

Index template

{exp:weblog:entries
    weblog
="site" orderby="date"
    
limit="10" show_future_entries="no"}

<h4><a href="{alert_url}">{title}</a></h4>
<
p>{alert_body}</p>

{/exp:weblog:entries} 

Something is showing up, but it’s all empty. I want the newest of both RSS files to appear in the sidebar of my blog.

Profile
 
 
Posted: 17 February 2010 09:53 PM   [ Ignore ]   [ # 1 ]  
Newbie
Rank
Total Posts:  3
Joined  2010-01-12

Really no one who can help me with this?

Profile
 
 
Posted: 23 February 2010 07:13 PM   [ Ignore ]   [ # 2 ]  
Administrator
RankRankRankRank
Total Posts:  179
Joined  2006-04-12

Hi Edwin,

It all looks ok at a glance.

Is there anywhere public I can see this working? (You can PM or email if you’d prefer it to be secret).

Thanks,
Andrew

Profile
 
 
Posted: 23 February 2010 09:15 PM   [ Ignore ]   [ # 3 ]  
Newbie
Rank
Total Posts:  3
Joined  2010-01-12

At the moment I’ve removed it, as I’m trying to redesign the complete site.

Profile