Contents with the Module Tag Node
-
Archive Later Feature, Notifications Feature - This week in Orchard (23/09/2022)
Localization, This week in Orchard, ModuleArchive Later Feature, extract GetLanguageDirection() and IsRightToLeft() to CultureInfoExtensions, introduce EnabledByDependencyOnly flag for features to allow the feature's state to be auto, and a demo about a feature called Notifications! Check out our post for the details!
-
Support multipart content type with email service, UNION and UNION ALL clause support - This week in Orchard (20/07/2021)
This week in Orchard, Module, WorkflowsA new OrchardCore.Email.Core project, support multipart content type with email service, a brand new Orchard Core site using Stripe.Js and Azure Functions and many more are waiting for you in our upcoming post!
-
Distributed cache, Media crop picker - This week in Orchard (08/11/2020)
Admin UI, Caching, Media Library, This week in Orchard, Module, ShapeThis week we will see the new
IDocumentStore
, which is a cacheable, committable, and cancellable document store allowing to get documents from a shared cache. And don't forget to watch a demo about how you can add an alt text and crop the images of your Media Field! -
OpenAPI, Swagger, Taxonomy Localization - This week in Orchard (12/06/2020)
Documentation, This week in Orchard, Module, Role, Permission, WorkflowsThis week we prepared with two new demos: the Taxonomy Localization and the Orchard Core OpenAPI Code Generation Tools based on NSwag! But before doing that, let's see the latest changes that will be added to the RC2 release of Orchard Core that is now really just a few days ahead!
-
4 ways to display something from your module nested within a page in Orchard Core - Orchard Nuggets
Development, Orchard Nuggets, Module, Widget, Liquid, Click to deploy, Update Content Workflow Task - This week in Orchard (17/04/2020)A common question during Orchard Core development, something that came up again recently, is how to display something within the context of an Orchard page when that piece of data comes from your module? How can you "inject" something into the Orchard layout when you want to display e.g. a list of products retrieved from an external API? There are a couple of ways to do this depending on what exactly you need. All are fairly straightforward so let's see a quick rundown!
-
Taxonomy and contained content items routing, new options for TitlePart and AliasPart - This week in Orchard (28/02/2020)
Orchard Harvest, This week in Orchard, Module, Recipes, Sitemaps, headless recipe, jsonparse Liquid filter - This week in Orchard (24/01/2020)New options for TitlePart and AliasPart, adding CodeMirror support for HtmlBodyPart and HtmlField, the Pager shape and demo about the taxonomy and contained content items routing are waiting for you in our upcoming post with many other cool features! And about the news from the community: there is a new Orchard Core website, news about the upcoming Harvest and welcome a new team member in Lombiq Technologies!
-
How to use the same version of Orchard Core NuGet packages in every project across my solution? - Orchard Nuggets
Update, Orchard Nuggets, Theme, ModuleYou have your own ASP.NET Core project that using Orchard Core NuGet packages, but every time when you update them you have to do it one-by-one across the whole solution? Wouldn't it be easier to just update the package versions in one place? Then you may need to have a Directory.Build.targets file to define the versions!
-
Diving into the Orchard API - Dojo Course
Tutorial, Dojo Course, Authorization, LazyField, Permissions, Content management, Content part, Module, Resource manifest, ShapeUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Content Part development continued - Dojo Course
Tutorial, Dojo Course, Content part, Module, ShapeUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Data storage and content part development - Dojo Course
Tutorial, Dojo Course, ModuleUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
First steps with Orchard - Dojo Course
Tutorial, Dojo Course, Theme, ModuleUPDATE (2017-11-22): Dojo Course 2 is released with new, updated videos!
-
Some clarification regarding injected dependencies
Community resource, Development, IDependency, Event handlers, Event bus, ModuleDependency injection through constructor injection is a technique used throughout Orchard: you can't really write an Orchard module without injecting some services. Dependency inection and the special kind of dependencies, event handlers are explained in the Orchard Docs.