Quote:
Originally Posted by w4tchdoge
Recently I started experimenting with manually defining a titlepage for works hosted on XenForo based forums and added the following to [base_xenforoforum]
...
|
You're bumping into a weird interaction that happens with complex INI config. From the
INI wiki page add_to_ section:
Quote:
There's another non-intuitive complication in the interaction between defaults.ini/personal.ini and add_to_: Because of the way the INI parser is used, each keyword in each section of personal.ini overwrites the same keyword in the same section of defaults.ini.
|
So your
add_to_replace_metadata is replacing the one in defaults.ini [base_xenforoforum] instead of adding to it.
If you put it in any other section in the chain instead, it will work. Put all your titlepage settings under [base_xenforoforum:epub] and you'll be fine.