Podcasts video 3
Last Post 12/17/2008 7:03 AM by Lee Sykes. 3 Replies.
Author Messages
daveg955
Nuke Master
Nuke Master
Posts:131


--
12/07/2008 1:21 AM
    Hi Lee,

    I have been following along with your three podcast videos (Issue 38).  As always, your tutorials are clear and easy to understand.  But in the third video, I was stumped.

    You say you changed the link for the RSS icon to use the Feedburner RSS feed rather than the New Articles RSS feed.

    Where did you do that?

    Thanks!
    daveg955
    Nuke Master
    Nuke Master
    Posts:131


    --
    12/09/2008 11:34 PM
    Hello... anyone there? [laugh]

    If there is a separate tutorial where the question in the previous post can be answered, let me know.

    Thanks!
    daveg955
    Nuke Master
    Nuke Master
    Posts:131


    --
    12/12/2008 3:39 AM
    Wow... for the first time in almost two years, I'm being ignored. Did I offend someone?
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    12/17/2008 7:03 AM
    Hello,

    Apologies for the delayed response, I have been absolutely snowed under trying to create content for the next issue - it's taken a lot of research!

    Regarding the RSS icon - I edited the site template in the News Articles module - looking at it, I didn't actually demo that part. - You just need to go into the template through admin options and change the link to the RSS feed.

    It's the menuitem.htm file that you need to edit, this is the first part of the code:

    < !-- Menu.Item -- >
    < div class="Normal" align="center" >
        [ISSYNDICATIONENABLED]
        < span style="float: right;" >
            < a rel="nofollow" href="http://feeds.feedburner.com/DotnetnukePodcast" >
                < img src="Images/rssbutton.gif" alt="25 Latest Articles" style="border-width: 0px;"/ >
            < /a >
        < /span >   
        [/ISSYNDICATIONENABLED]
        < a href="[CURRENTARTICLESLINK]" class="MenuTop[ISSELECTEDCURRENTARTICLES]Selected[/ISSELECTEDCURRENTARTICLES]">[RESX:CurrentArticles]< /a >
     
    Lee Sykes
    Site Administrator
    Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

    Twitter: www.twitter.com/DNNCreative

    Lee Sykes's Facebook Profile


    ---