DNN Tutorial - Creating a Podcast
Last Post 09/13/2009 2:30 PM by Aggiedan97. 11 Replies.
Author Messages
Aggiedan97
Nuke Master
Nuke Master
Posts:162


--
08/24/2009 9:14 AM
    Utilizing the Ventrian News article, do you know if PNG files are displayed in HTML format in the RSS feed?
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    08/24/2009 9:36 AM
    I believe that you have to include the image in the part of the article that is syndicated AND you have to make sure that the full URL is specified. If you specify a relative URL, that won't work in the syndicated messages.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Aggiedan97
    Nuke Master
    Nuke Master
    Posts:162


    --
    08/24/2009 7:17 PM
    Thanks for responding Joe. Check out this forum link from ventrian - looks like there is an issue with the rss template for HTML output.
    http://www.ventrian.com/Support/Pro...fault.aspx
    Aggiedan97
    Nuke Master
    Nuke Master
    Posts:162


    --
    08/24/2009 11:08 PM
    Lee - could you please provide the contents of the RSS templates included in the version you are using for the dotnetnuke podcasting site?
    Thanks,
    Dan
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    08/25/2009 6:08 AM
    Hello,

    The version on dotnetnukepodcast.com does not have an RSS template, the RSS template is a new feature of the News Articles module, which as you have found appears to currently have a bug for displaying HTML content.
    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
    Aggiedan97
    Nuke Master
    Nuke Master
    Posts:162


    --
    08/25/2009 6:14 AM
    My apologies for not being more clear. I don't know what version of New Articles your using, but the RSS.Item template for the Ventrian News Articles is the rss template I was referring to.
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    08/25/2009 7:08 AM
    Yes I do not have an RSS.Item file in my version of the News Articles module so I can't share with you an RSS template for the News Articles module.

    It's using version 00.07.13
    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
    Aggiedan97
    Nuke Master
    Nuke Master
    Posts:162


    --
    08/25/2009 8:16 AM
    I must be thick between the ears: regarding your podcasting tutorial - how do you manage to get HTML RSS content to feedburner?
    (Please excuse my belaboring of this subject.)
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    08/25/2009 10:03 AM
    no worries! - from what I can make out of the latest version of the News Articles module (from the forum post you linked to) there is a bug in the RSS template which is not allowing the display of HTML content, so you will not be able to send HTML content to feedburner as the RSS feed will not contain HTML content.

    The only way you are going to be able to do this at the moment is to use a previous version of the News Articles module - a version before RSS templates were introduced. If you use that version, HTML will be placed in the RSS feed and feedburner will pick it up without problems.

    I'm sure Ventrian will fix this soon as it's a vital feature for the module.
    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
    Aggiedan97
    Nuke Master
    Nuke Master
    Posts:162


    --
    08/28/2009 12:05 AM
    I have an additional question regarding the original podcast tutorial: what exactly did you update and where, to redirect the rss icon in the 'current articles' and in the article details? I have looked through the templates and haven't found anything too obvious that should be addressed to feedburner.

    Any help is greatly appreciated.
    Dan
    Lee Sykes
    DNN Creative Staff
    Nuke Master VI
    Nuke Master VI
    Posts:4945


    --
    08/28/2009 8:47 AM
    Hello,

    It's in the Menu.Item.HTML file

    < !-- 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]
    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
    Aggiedan97
    Nuke Master
    Nuke Master
    Posts:162


    --
    09/13/2009 2:30 PM
    00.07.52 was released today and has corrected the HTML syndication issue.
    Thanks,
    Dan


    ---