MyBB Community Forums

Full Version: Theme Inheritence Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'd like to sort a bunch of the themes I have by theme groups, since there's no way to order them without having to do it in the name. I thought this method would be better since users can't see it.

So let's say I have 3 groups, sorted in this fashion:
[MyBB Master Style]
-- [ Dark Themes]
-- -- -- [ Dark Theme 1]
-- -- -- [ Dark Theme 2]
-- [ Mild Themes ]
-- -- -- [ Mild Theme 1]
-- -- -- [ Mild Theme 2]
-- [ Light Themes]
-- -- -- [ Light Theme 1]
-- -- -- [ Light Theme 2]

The problem I run into here, is the themes all inherit from the grouping themes.

Even if I try to make changes & save over it:

"The selected stylesheet has been updated successfully."
"This stylesheet is currently being inherited from Mild Themes. Any changes you make will break the inheritance, and the stylesheet will be copied to this theme. Edit this stylesheet in Mild Themes to keep the inheritance."

Is there a reason why this is happening?