Add note to use_threadmark_wordcounts setting--base_xenforo sites' wordcounts ignore words insite Spoiler tags.

This commit is contained in:
Jim Miller 2018-07-24 10:49:43 -05:00
parent 6e2bc4b8c4
commit c3fd518817
2 changed files with 6 additions and 2 deletions

View file

@ -673,8 +673,10 @@ always_use_forumtags:false
## SB, SV & QQ base_xenforoforum sites using use_threadmark_wordcounts
## is one of the few cases where numWords is effected by
## ignore_chapter_url_list.
## Note that if always_include_first_post is true, first post will not
## Note: that if always_include_first_post is true, first post will not
## be included in the word count if not also threadmarked.
## Note 2: Word counts from the site exclude words inside Spoiler
## tags.
use_threadmark_wordcounts:true
## base_xenforoforum stories with threadmarks have a few additional

View file

@ -700,8 +700,10 @@ always_use_forumtags:false
## SB, SV & QQ base_xenforoforum sites using use_threadmark_wordcounts
## is one of the few cases where numWords is effected by
## ignore_chapter_url_list.
## Note that if always_include_first_post is true, first post will not
## Note: that if always_include_first_post is true, first post will not
## be included in the word count if not also threadmarked.
## Note 2: Word counts from the site exclude words inside Spoiler
## tags.
use_threadmark_wordcounts:true
## base_xenforoforum stories with threadmarks have a few additional