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 ForumsBlogBlogRSS Feeds - Aggregate?RSS Feeds - Aggregate?
Previous
 
Next
New Post
9/3/2008 2:21 PM
 

Certainly been a great help - Thanks again Dario!

I did the change to the BlogList.ascx file as suggested, but just had a small difficulty in having the RSS Feed icon in line with the others, so I made a small change which seems to have done the trick.  In case others may want to do the same, I changed to:


            <asp:TableRow Runat="server" ID="trHeader">
                <asp:TableCell Runat="server" ID="tdHeaderIcon" Width="10">
                    <asp:HyperLink Runat="server" ImageUrl="~/desktopmodules/Blog/Images/folder_item.gif" ID="lnkBlogIcon"
                        Font-Bold="True"></asp:HyperLink>
                </asp:TableCell>
                <asp:TableCell Runat="server" ID="tdHeaderLink"> Note: columnspan removed
                    <asp:HyperLink cssclass="CommandButton" id="lnkBlog" runat="server" ResourceKey="lnkBlog">
                     View All Recent Entries
                    </asp:HyperLink>
                </asp:TableCell>
                <asp:TableCell Runat="server" ID="tdBlogHeadRSS" HorizontalAlign="Right">
                    <a href="/???/tabid/???/rssid/0/Default.aspx"><img src="/desktopmodules/Blog/Images/feed-icon-12x12.gif" height="12" width="12" border="0" /></a>
                </asp:TableCell>

            </asp:TableRow>

Much the same but adds in the last cell as with the Blogs RSS Feeds listed beneath (I have highlighted - but needing the href to be adjusted)

Limitations with this to bear in mind - as the link is embedded in the .ascx file, it would only work for a single blog instance in 1 portal - otherwise it's displayed in the module used anywhere else in a single DNN installation.

 
New Post
9/4/2008 2:36 AM
 

Hi David,

it's funny, this is the modify that I first made to my test environment to meet your requirements! I then opted for the other one because it was more simple and less invasive. Anyway, good job David. Just to clarify, I post below my original solution:

<asp:TableRow Runat="server" ID="trHeader">
  <asp:TableCell Runat="server" ID="tdHeaderIcon" Width="10">
   <asp:HyperLink Runat="server" ImageUrl="~/desktopmodules/Blog/Images/folder_item.gif" ID="lnkBlogIcon" Font-Bold="True"></asp:HyperLink>
  </asp:TableCell>
  <asp:TableCell Runat="server" ID="tdHeaderLink">
    <asp:HyperLink cssclass="CommandButton" id="lnkBlog" runat="server" ResourceKey="lnkBlog">
      View All Recent Entries
    </asp:HyperLink>
  </asp:TableCell>
  <asp:TableCell  Runat="server" ID="tdHeaderImage">
    <asp:HyperLink ImageUrl="~/desktopmodules/Blog/Images/feed-icon-12x12.gif" Runat="server" ID="lnkBlogAggregatedRSS" target="_blank" NavigateUrl="http://localhost/testdnn/Blogs/tabid/54/rssid/0/Default.aspx"></asp:HyperLink>
  </asp:TableCell>
</asp:TableRow>

It's nice to know that out there people agree with you, isn't it?

Anyway, regarding an inclusion in the next release: this is not planned in 03.05.00, so you will need to update the ascx file again after the installation. But an aggregated feed has been required often, so maybe this will become matter of discussion in the team soon.

Best regards,
Dario Rossa

 
New Post
11/12/2008 8:20 AM
 

The aggregated feed seems to be broken in 3.05.00. I'm getting the following:

A critical error has occurred.
Object reference not set to an instance of an object.

DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Blog.BlogFeed.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---

 
New Post
11/12/2008 10:40 AM
 

Hi Tacf_It,

the issue comes from a bug that was introduced in the new version, further information can be found here.

Best regards,
Dario Rossa

 
New Post
11/13/2008 1:08 AM
 

Just came across this 'bug'.

Is it right this was actually a conscious decision to disable it now for something in the future?  If so, very disappointing!  Disappointing anyway as I've only now found out and not sure if I can easily roll back just the blog module... or somehow have this future enhancement kept aside for... the future.

Such a shame :-(

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogRSS Feeds - Aggregate?RSS Feeds - Aggregate?


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