File Folder RSS Feeds do not have categories

rated by 0 users
Not Answered This post has 0 verified answers | 0 Replies | 1 Follower

debettap
Not Ranked
7 Posts
Points 80
By: debettap
Posted: Wed, Feb 27 2008 3:42 PM

Using Reflector, it seems that the CommunityServer.Files.Components.AggregateRssWriter.WriteItem doesn't write the categories

protected override void WriteItem(Post p)
{
    base.WriteItem(p);
}
whereas CommunityServer.Blogs.Components.AggregateRssWriter.WriteItem does write the categories

protected override void WriteItem(Post p)
{
    base.WriteItem(p);
    BaseWeblogRssWriter.AddCategoriesToWriter(p, p.Section as Weblog, base.BaseUrl, this);
}
Any way to remedy this?

 

 
  • Post Points: 5 |

All Replies

Page 1 of 1 (1 items) | RSS
Powered by Community Server (Commercial Edition), by Telligent Systems

Copyright© 2008 Telligent Systems Inc. All rights reserved
CommunityServer.com  •  Telligent.com