aaronamm
aaronamm
@craigs100 I am not sure if you have solved this issue. If so, could you please share it to us. I have tested with the following command to start smtp4dev...
@sebastienros Thanks for prompt review.
@MatteoPiovanelli-Laser Thanks for your feedback. Your comment is valid and I agree with it. However, this setting is enabled to true by default. Therefore, a person who creates a content...
@MatteoPiovanelli-Laser I have two options that I can think of. **1st option** **Show the "Set as home page" check box on an editor page with a disable state and a...
@MatteoPiovanelli-Laser Any suggestion on this for me to continue improve this PR? Thanks.
@Skrypt, could you please clarify for "Create a specific menu for each culture and then display the proper menu based on the current culture the user has" Does this mean...
@Skrypt @HermesSbicego-Laser Thank you so much for your suggestion. @Skrypt BTW, any chance that Orchard Core will support ORM the same as Orchard version 1. I know go to document...
@Skrypt Thank you so much for your comment. You make me what to learn YesSQL and start using OrchardCore. Here is my introduction document for Orchard 1. https://docs.google.com/document/d/12IAqF6QOcN3rPKNJn5FHZTH28_NynKkTi4kJWQlBlQQ/edit In addition,...
@hishamco Thank you for your suggestion. I will open an issue to [OrchardCoreContrib](https://github.com/OrchardCoreContrib/OrchardCoreContrib). I hope to hear other people opinion as well. Thanks for keeping this PR open.
@hishamco FYI, here the code that consumes OrchardCore.EF module. https://github.com/codesanook/Codesanook.ThailandAdministrativeDivisionTool/blob/develop/Controllers/HomeController.cs Service filter to auto commit a transaction. https://github.com/codesanook/OrchardCore.EF/blob/develop/Filters/TransactionActionServiceFilter.cs A database migration https://github.com/codesanook/Codesanook.ThailandAdministrativeDivisionTool/blob/develop/Migrations.cs Mapping class https://github.com/codesanook/Codesanook.ThailandAdministrativeDivisionTool/blob/develop/Mappings/ProvinceConfiguration.cs