Question RSS News Feed

Last post 09-22-2005 4:22 AM by rbfigueira. 7 replies.

Sort Posts:

  • Question RSS News Feed

    05-06-2004, 5:29 PM
    • Member
      265 point Member
    • Kalaban
    • Member since 09-23-2003, 11:38 AM
    • Jump point on IO
    • Posts 53
    How would I make the news links open in a new window?
  • Re: Question RSS News Feed

    05-06-2004, 6:18 PM
    • Member
      310 point Member
    • tdemers
    • Member since 12-04-2003, 6:19 PM
    • Colorado
    • Posts 62
    I believe that has to be configured in the feed you are receiving. I can't remember (and I am not in front of my install) if there is a checkbox or not when setting up the RSS feed.

    Todd
  • Re: Question RSS News Feed

    05-07-2004, 9:42 AM
    • Member
      580 point Member
    • jlenardson
    • Member since 12-09-2002, 11:57 AM
    • Posts 116
    You can change this by modifying the the file /desktopmodules/news/rss91.xsl

    Find the line:
    <xsl:value-of select="title"/><br></br>

    change "_main" to "_new"

    That should do it.

    -jason
    jason[AT]youngsta[DOT]us
  • Re: Question RSS News Feed

    05-07-2004, 4:26 PM
    • Member
      265 point Member
    • Kalaban
    • Member since 09-23-2003, 11:38 AM
    • Jump point on IO
    • Posts 53
    thanks for the help. Worked perfectly.
  • Re: Question RSS News Feed

    09-21-2005, 7:06 AM
    • Member
      80 point Member
    • rbfigueira
    • Member since 07-12-2002, 1:39 AM
    • Programmer
    • Posts 16
    • TrustedFriends-MVPs
    How to reduze the number of display items ?

    I want to display only the 10 last items !!

    Thanks
  • Re: Question RSS News Feed

    09-21-2005, 6:35 PM
    • Member
      25 point Member
    • csimpkins
    • Member since 09-21-2005, 10:17 PM
    • Philly Metro
    • Posts 5
     rbfigueira wrote:
    How to reduze the number of display items ?

    I want to display only the 10 last items !!


    One of the great things about DNN RSS feeds is that it allows for custom XSL files to parse the RSS feed. I have a few feeds where I do some trimming (like taking the last 10 or even changing the way the information is displayed/ordered. If you feel adventurous, grab an XSL editor/parser and give it a shot - the DNN XSL file is a great place to start.
  • Re: Question RSS News Feed

    09-21-2005, 8:35 PM
    • Star
      8,492 point Star
    • iwonder
    • Member since 05-05-2003, 4:08 PM
    • Mission, KS
    • Posts 1,699
    Take a look here: http://forums.asp.net/907093/ShowPost.aspx, which will give you a basic way to limit the number of feeds.  For your specific need, you'll need to learn a bit more about xsl and incorporate a method to either sort items descending or use a count of available items and limiting display of items using the total count - current position to determine when you are navigating to the last 10 items during the transformation.  Something like that should work. 
    iwonder
    Mission, KS - USA
  • Re: Question RSS News Feed

    09-22-2005, 4:22 AM
    • Member
      80 point Member
    • rbfigueira
    • Member since 07-12-2002, 1:39 AM
    • Programmer
    • Posts 16
    • TrustedFriends-MVPs
    Thanks :p
Page 1 of 1 (8 items)