You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the problem that i must have different login styles for different subsites. So i can set the config globally with "login_themes" but i can't set a theme by default and a login theme for a subsite.
As possible workaround i've added some lines of code to add the subsite theme priority.
I'm not sure if there would be a better workaround to get this problem done.
Take a look at the line beginning with "if (class_exists(Subsite::class) === true) {", there are the lines which i would change/add:
Hi,
I have the problem that i must have different login styles for different subsites. So i can set the config globally with "login_themes" but i can't set a theme by default and a login theme for a subsite.
As possible workaround i've added some lines of code to add the subsite theme priority.
I'm not sure if there would be a better workaround to get this problem done.
Take a look at the line beginning with "if (class_exists(Subsite::class) === true) {", there are the lines which i would change/add:
If this workaround will be approved by you i also can make a pull request :)
Better ideas are welcome :) :)
The text was updated successfully, but these errors were encountered: