Open SteelWagstaff opened 8 years ago
Hi Steel,
thanks for these feature requests. I will look at setting up some network level options for new books, specifically for the pressbooks textbook plugin. Some background info:
Thanks for the quick response, Brad.
I took a look at the first item on your list, @SteelWagstaff, and realized that this was something that should be fixed in Pressbooks Core. In WordPress multisite you can define the WP_DEFAULT_THEME
constant in wp-config.php
and all new blogs (books) will use that theme (see here). Instead, we were hard-coding pressbooks-book
as the default theme. I've introduced a PR for Pressbooks Core (https://github.com/pressbooks/pressbooks/pull/463) which changes this behaviour so that the WP_DEFAULT_THEME
constant will be respected. I think that should address your request and also just kinda makes sense.
I'd like to suggest the addition of some meta settings controls that would be capable of being set/controlled at a network admin level, so that they'd pertain to all new texts created on that network.
If the Pressbooks Textbook plugin is network activated, I'd like to be able to tell the network to do any/all of the following:
Is this possible?