In Scriptcase there is already support for changing the application theme dynamically using macros such as sc_set_theme and sc_get_theme.
Is there also a way to dynamically set the Responsive Menu theme through variables, session values, or database settings, so that each end user can have their own default menu theme (for example “Cofe”) automatically loaded when the application starts?
Currently, the user can manually select a Responsive Menu theme, but this selection appears to depend on browser cache/session data. After clearing the browser cache, the menu returns to the default theme.
What I would like is:
- store the user’s preferred Responsive Menu theme in the database
- load the menu automatically with this theme at login/startup
- similar behavior to
sc_set_theme/sc_get_themefor application themes
Is this currently supported for Responsive Menu themes?
If not:
- why is this functionality not available yet?
- is it planned for a future release?
- is there any recommended workaround from the Scriptcase team?
I found the existing documentation about dynamic application theme switching, but I could not find an equivalent API or macro for Responsive Menu themes. (help.scriptcase.net)