Results 1 to 3 of 3

Thread: RSS Display that does not link?

  1. #1
    Join Date
    Feb 2008
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default RSS Display that does not link?

    If you cannot change the url of an rss feed, how would you create a RSS display that does not link to the source feed. The display just shows the headline content as text?
    Which script would you recommend that does not scroll, will show the title/headline and description, and how would I modify it?
    Would it be by changing the target?

    Thanks, Todd

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    You should be able to modify any of the RSS scripts on DD to remove the actual link to the feed story, by editing the .js file. But in terms of static display, gAjax RSS Feed Displayer would be the closest out of the box. To remove the link, inside its .js file, find the remove the part in red inside the below line:

    Code:
    		var itemtitle="<a href=\"" + feeds[i].link + "\" target=\"" + this.linktarget + "\" class=\"titlefield\">" + feeds[i].title + "</a>"
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    tjmorgan (09-24-2008)

  4. #3
    Join Date
    Feb 2008
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Worked well thank you,
    Todd

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •