Owain Williams

Results 12 comments of Owain Williams

I'm also having this issue and had hoped to come here and find a solution. ``` @Model.BlogPostTitle @Model.PostDate.Humanize().Transform(To.SentenceCase) ``` Model.PostDate returns `Date = {5/18/2021 10:33:14 AM}` but the Humanized time...

Fixed it by passing a false value to Humanize - ``` string timeSince = postDate.Humanize(false).Transform(To.SentenceCase); ``` This seems to work by not using UTC timezone.

Hi @Shazwazza - Just wondered if you had any thoughts on this at all? Thanks!

Hey @Shazwazza Was going to have a look at "Rendering the Tags or Categories ends up with RenderTagHtmlContentDateName line items, maybe this is only when date formatted slugs are used?"...

@Shazwazza I guess even just investigating the issue and getting it ticked off as fixed is a help? I'll look at this tomorrow.

- Rendering the Tags or Categories ends up with RenderTagHtmlContentDateName line items, maybe this is only when date formatted slugs are used? I've had a look around a few places...

- a-new Markdown editor for creating posts doesn't properly support images yet Not sure what else is expected from the markdown editor but I selected an image from the backoffice...

> @OwainWilliams also for the "BlobMl importer ..." items, we don't need to worry about this since its a known issue in past releases. These should be converted to bugs...

Was just looking to log this very same issue. Uploading multiple files is problematic, even if the uploader allows it.

Hi, Are you needing a tutorial to show how to use conditional fields, jump to different pages depending on answers etc? I could have a look in to creating this...