OrchardCore icon indicating copy to clipboard operation
OrchardCore copied to clipboard

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

Results 446 OrchardCore issues
Sort by recently updated
recently updated
newest added

By using the built-in Tag Helpers in .NET Core, you can have a quite clean and smart way to bind different HTML elements to a model expression in your Razor...

enhancement

In Orchard 1.x, you have the ability to add validation rules to form elements when building the form. For example, you can have the required, minimum and max length attributes,...

enhancement

Related to https://github.com/OrchardCMS/OrchardCore/pull/3961 and https://github.com/OrchardCMS/OrchardCore/issues/3263 We could update the media app to use `jquery.fileupload-validate.js` to validate the max file size before trying to upload to the server. Will give a...

enhancement

We should update also update the theme templates to use `asp-append-version`

enhancement
needs author feedback

I've already made a content type named slide which is added to other content type named Owl Slider as bag part. I've added Owl slider content type to landing page...

enhancement
needs author feedback

how i can select random 3 blogpost or other contents? i am using liquid query.

enhancement

A "Preview" theme button should exist before making it default

enhancement

When using listPart to create a parent child relation between content items , how does one remove the relationship ? Inside ContainedPartDisplayDriver.cs there is this code that creates the relation...

enhancement

I'm trying to install a new orchardcore instance on an azure web app linux. I've this error "An error occurred while initializing the datastore: SQLite Error 1: 'no such table:...

bug :bug:

### OrchardCore presents a blank Email field in the registration view after successfully logged in with Azure AD B2C using OpenID protocol and implementation The missing email claim is a...

bug :bug:
needs author feedback