ModernBusiness.OC.RazorPages icon indicating copy to clipboard operation
ModernBusiness.OC.RazorPages copied to clipboard

Start Bootstrap's Modern Business Theme for Orchard Core as a decoupled Razor Pages Module

Results 6 ModernBusiness.OC.RazorPages issues
Sort by recently updated
recently updated
newest added

When pulling a fresh copy of the solution and then installing the Nuget packages, the following error message display for all the projects in the solution. ModernBusiness.Pages.Faq depends on OrchardCore.Forms...

Users module should include Login page Register page Forgot password page Unauthorized page Logout page/function

Some pages in modules contain static texts (text/content that doesn't come from the backend) It should be localizable, for example `Sign Up!` should become `@T["Sign Up!"]` The About page and...

good first issue

We are currently not sure how we can do this with OC

help wanted

There is a beginning with the tagPart. It can display and store tags, editable via the backoffice. It should also: - query the tags in the tagparts of the content...