Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsAnnouncementsAnnouncementsActivated Syndication in module setting, but...Activated Syndication in module setting, but...
Previous
 
Next
New Post
11/23/2007 6:16 AM
 

When hitting the syndication icon it shows only

<?xml version="1.0" ?>
<rss version="2.0">
    <channel>
       <title>MYPortal Test</title>
       <link>http://localhost/MyVirtDir</link>
       <description>MyPortal Test</description>
       <language>nl-NL</language>
       <copyright>Copyright 2007 by Me</copyright>
       <webMaster>MyName@MyCompany.nl</webMaster>
     </channel>
</rss>

I'm missing the item nodes. Funny thing is it also happens when syndicating the repository module so expect that it needs a higher level of configuration.

Anyone ?

Pepijn

 
New Post
11/23/2007 6:24 AM
 

The rss feature of most modules is served by the core rss feature. There are a few things to keep in mind:

  • the core RSS features uses the search index to add items to the rss fead
  • this means that you need to have the search indexer activated to actually get items in the rss feeds
  • rss feeds are cached for 60 seconds, which means that you have to wait at least 60 seconds to see new content in an rss feed right after indexing

 


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
New Post
11/23/2007 6:38 AM
 

I see, I disabled search ....

 Danke je Eik

 
New Post
11/23/2007 6:50 AM
 

I enabled the search indexer on my site and now it works.

 <?xml version="1.0" ?>
<rss version="2.0">
    <channel>
       <title>MYPortal Test</title>
       <link>http://localhost/MyVirtDir</link>
       <description>MyPortal Test</description>
       <language>nl-NL</language>
       <copyright>Copyright 2007 by Me</copyright>
       <webMaster>MyName@MyCompany.nl</webMaster>
       <item>
          <title>Overzicht - Eerste bericht</title>
          <description>Accumsan, arcu eget convallis semper nibh, enim....</description>
          <link>http://localhost/MyVirtDir/Nieuws/Ontwikkeling/tabid/60/Default.aspx</link>
          <pubDate>Thu, 22 Nov 2007 23:00:00 GMT</pubDate>
          <guid>http://localhost/MyVirtDirNieuws/Ontwikkeling/tabid/60/Default.aspx?ItemId=5</guid>
       </item>
    </channel>
 </rss>

But when I copy the rss url and past that on another page in a feedexplorer nothing is shown.

I used this OPML text :

<outline text="Ontwikkeling" type="none" category="Tab">
    <outline text=".Net" type="none" category="Section">
        <outline text="Development Support" type="rss" category="Category" xmlUrl="
http://localhost/MyVirtDir/Nieuws/Ontwikkeling/tabid/60/moduleid/389/RSS.aspx" />       
    </outline>
</outline>

anyone ?

Pepijn

Ps. Sorry Erik :-)

 
New Post
11/23/2007 7:00 AM
 

Pepijn Leenaers wrote

 Danke je Eik

i know i'm big.. but i am no "eik" yet... (= oak tree for non Dutch speakers....)


Erik van Ballegoij, Former DNN Corp. Employee and DNN Expert

DNN Blog | Twitter: @erikvb | LinkedIn: Erik van Ballegoij on LinkedIn

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsAnnouncementsAnnouncementsActivated Syndication in module setting, but...Activated Syndication in module setting, but...


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out