I added a new feature to http://orchardproject.net/gallery/List/Modules/Orchard.Module.Vandelay.TagCloud/1.2 that adds RSS for tags.
From: Bertrand Le Roy [mailto:[email protected]] Sent: Tuesday, June 14, 2011 2:43 PM To: [email protected] Subject: RE: Tags I'll make a blog post. Give me time :) From: Steve Schofield [mailto:[email protected]]<mailto:[mailto:[email protected]]> Sent: Tuesday, June 14, 2011 2:38 PM To: [email protected]<mailto:[email protected]> Subject: RE: Tags Any chances of getting tag specific RSS feeds feature in a near future build? Or an article how to do it? Steve From: Bertrand Le Roy [mailto:[email protected]]<mailto:[mailto:[email protected]]> Sent: Thursday, June 02, 2011 5:28 PM To: [email protected]<mailto:[email protected]> Subject: RE: Tags That's a bug, apparently. Can you file it on CodePlex? From: Steve Schofield [mailto:[email protected]]<mailto:[mailto:[email protected]]> Sent: Thursday, June 02, 2011 2:53 AM To: [email protected]<mailto:[email protected]> Subject: RE: Tags Thanks Kevin, I didn't scroll enough. I've not dug into the code for Orchard much to understand to the level you mentioned. The reason I need the TAGS to be accurate my IIS TAG consumed by other feeds, including blogs.iis.net/steveschofield. I'm not certain the current structure would support being consumed by external sources to get the latest content. I'll have to see if I can write an extra page to retrieve the content in a format that can be consumed. Steve From: Kevin Kuebler [mailto:[email protected]]<mailto:[mailto:[email protected]]> Sent: Wednesday, June 01, 2011 11:35 PM To: [email protected]<mailto:[email protected]> Subject: Re: Tags Your posting does actually show up under the IIS tag, it's just that it's at the end of the list: http://www.iislogs.com/Tags/IIS?page=19. I ran into a similar problem with the Taxonomies module, however the problem isn't with either the Tags or Taxonomies modules, it's an issue with the data access system in Orchard itself. If you look at the GetTaggedContentItems method in the TagService you can see the problem. There is no OrderBy clause specified. Due to the way the content system is structured there's no effective way to specify an order at the same time that you're using paging. I mentioned this to Sebastien when I realized the same problem while using the Taxonomies module. He apparently has a workable solution by dropping below Orchard's Repository level and using NHibernate directly. However Taxonomies is not a core module like Tags, so I don't know what the plan is to address this issue. Hopefully someone on the team can chime in with more information. Kevin On Wed, Jun 1, 2011 at 10:51 PM, Steve Schofield <[email protected]<mailto:[email protected]>> wrote: Not sure what to make of this. I posted my first blog posting on www.iislogs.com/steveschofield<http://www.iislogs.com/steveschofield>. http://www.iislogs.com/steveschofield/LocalDomainUsersFTP75OnSameSite I'm not here to promote it, the interesting thing when I tagged with IIS, which I browse the 'IIS' tag, the posting doesn't show up? Any ideas? http://www.iislogs.com/Tags/IIS Steve --- You are currently subscribed to orchard-discuss as: [email protected]<mailto:[email protected]>. To unsubscribe send a blank email to [email protected]<mailto:[email protected]>. -- Kevin Kuebler Lead Developer, NimblePros twitter: @kevinkuebler<http://twitter.com/kevinkuebler> --- You are currently subscribed to orchard-discuss as: [email protected]<mailto:[email protected]>. To unsubscribe send a blank email to [email protected]<mailto:[email protected]>. --- You are currently subscribed to orchard-discuss as: [email protected]<mailto:[email protected]>. To unsubscribe send a blank email to [email protected]<mailto:[email protected]>. --- You are currently subscribed to orchard-discuss as: [email protected]<mailto:[email protected]>. To unsubscribe send a blank email to [email protected]<mailto:[email protected]>. --- You are currently subscribed to orchard-discuss as: [email protected]<mailto:[email protected]>. To unsubscribe send a blank email to [email protected]<mailto:[email protected]>. --- You are currently subscribed to orchard-discuss as: [email protected]<mailto:[email protected]>. To unsubscribe send a blank email to [email protected]<mailto:[email protected]>. --- You are currently subscribed to orchard-discuss as: [email protected]. To unsubscribe send a blank email to [email protected].
