How is the excerpt generated from a BlogML import, when the source file doesn't have excerpts?
It seems like something is taking the first 200 characters from the content node, but I'd like that to be longer, and truncate intelligently, eg at a word break.
I can't see this in the Articulate.BlogMLImporter class, so I'm assuming it's within the Argotic.Core stuff, but haven't found it there either. Anyone have any clues?
BlogML import Excerpt?
How is the excerpt generated from a BlogML import, when the source file doesn't have excerpts?
It seems like something is taking the first 200 characters from the content node, but I'd like that to be longer, and truncate intelligently, eg at a word break.
I can't see this in the Articulate.BlogMLImporter class, so I'm assuming it's within the Argotic.Core stuff, but haven't found it there either. Anyone have any clues?
Phil
I still have this flagged to look at but haven't had time yet, sorry!!! will get to it soon if you haven't been able to figure it out yet.
Thanks Shannon; I had another look and still assume it's within Argotic.Core, but if you get some time to confirm that, I'd be grateful.
Phil
So the issue is actually just in Articulate's code here:
https://github.com/Shazwazza/Articulate/blob/master/Articulate/UmbracoEventHandler.cs#L172
I think we have more clever logic to truncate in umb core so will have a look.
Have noted and fixed it here: https://github.com/Shazwazza/Articulate/issues/64
Great, thanks Shannon!
is working on a reply...