I have created the following item in GitHub and would love to encourage review and discussion both here within the DNN Community Forums and on the GitHub location.
Import/Export Feature To Include Theme Options #5136
https://github.com/dnnsoftware/Dnn.Platform/issues/5136
We use the Portal-level Site Template Export/Import feature heavily within DNN instances which have many portals and need to create new ones based on previous templates and versions of templates. The current DNN 9x Import/Export system is fantastic but needs a feature to allow for the application or NON application of the Theme during the Import process.
## Description of problem
A feature of the old DNN8 features for Portal Export & Site Wizard was that you could export a Site Template for a portal and then when applying a Site Template, you could, in the wizard steps, choose to apply a Theme, or skip that step and apply no different Theme changes during the process.
The current DNN 9x Import/Export feature is a wonderful improvement on those main features. The Site Template creation has checkboxes for several wonderful things to be selected or omitted from the Site Template, but "Include Theme & Containers" isn't one of them.
During the Import process, it applies the Theme of the site which is active during creating the Site Template to that target Portal when applying the Site Template.
I would like to suggest a checkbox either during creation (during Export action), or better/additionally during the selection of the Site Template (during Import step) which allows users a choice to not apply a Theme during the import.
## Description of solution
Clearly the Theme for the Portal level Site Settings and/or the page Tab level Tab Settings are recording the Theme within the Export step of creating a Site Template. This means the data is already present and action is taken with that data on Import. The suggestion is to add interface options such as:
Basic Additional Function
- Add a checkbox in the Import screen which allows a user to de-select an "Apply Theme" option.
- Add logic to the process which can include or skip the Theme application steps based on passed settings
Extra Additional Function
- Add a checkbox in the Export screen which allows a user to de-select a "Theme" item in the "Include In Export" section

