View Single Post
Old 03-19-2024, 03:38 PM   #9380
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,990
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by w4tchdoge View Post
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.
JimmXinu is offline   Reply With Quote