Quote:
Originally Posted by whiteowl
I would like an option in FanFicFare to preserve order of chapters, apocrypha and sides stories as they were published on Sufficient Velocity or Space Battles.
...
|
Existing FFF options for xenforo forum sites (SB/SV/etc) from defaults.ini:
Code:
## If desired, you can change the order FFF places threadmark
## categories. (This setting does not remove categories, you need to
## use skip_threadmarks_categories for that.)
#threadmark_category_order:Threadmarks,Sidestory,Apocrypha,Omake,Media,Informational,Staff Post
## By default, FFF orders threadmarks first by category, then in the
## order they appear as determined by the author. When
## order_threadmarks_by_date:true, all included threadmarks
## (skip_threadmarks_categories still works) will instead be ordered
## by their datetime as reported in threadmarks. Different threadmark
## categories will be mixed together, and I've seen at least one case
## of post order on the site disagreeing with post datetime. Note
## that if order_threadmarks_by_date_categories (see below),
## order_threadmarks_by_date is ignored.
#order_threadmarks_by_date:false
## By default, FFF orders threadmarks first by category, then in the
## order they appear as determined by the author. When
## order_threadmarks_by_date_categories is set, the listed threadmark
## categories are sorted by their datetime (as reported in
## threadmarks), the different threadmark categories mixed together.
## Categories *not* listed in order_threadmarks_by_date_categories
## will all be *after* the date sorted threadmarks in category, then
## threadmark order. Note that if
## order_threadmarks_by_date_categories is set,
## order_threadmarks_by_date (see above) is ignored.
#order_threadmarks_by_date_categories:Threadmarks,Sidestory
Copy (uncommented) and set in your personal.ini as desired.