mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-30 04:36:11 +01:00
Add forumtags to [base_xenforoforum], include in title page, but not subjects by default.
This commit is contained in:
parent
c47bf27689
commit
e30bd1adcc
2 changed files with 5 additions and 3 deletions
|
|
@ -412,8 +412,8 @@ add_to_extra_titlepage_entries:,tagsfromtitle,forumtags
|
|||
|
||||
## '.SPLIT' tells the system to split by ','
|
||||
add_to_include_subject_tags:,tagsfromtitle.SPLIT
|
||||
## Or to also include forumtags:
|
||||
#add_to_include_subject_tags:,tagsfromtitle.SPLIT,forumtags
|
||||
## Or to also include forumtags add this to personal.ini:
|
||||
#add_to_include_subject_tags:,forumtags
|
||||
|
||||
## base_xenforoforum reads Published and Updated datetimes from
|
||||
## Threadmarks if used, or from the posted & updated times of the
|
||||
|
|
|
|||
|
|
@ -410,7 +410,9 @@ add_to_replace_metadata:
|
|||
add_to_extra_titlepage_entries:,tagsfromtitle,forumtags
|
||||
|
||||
## '.SPLIT' tells the system to split by ','
|
||||
add_to_include_subject_tags:,tagsfromtitle.SPLIT,forumtags
|
||||
add_to_include_subject_tags:,tagsfromtitle.SPLIT
|
||||
## Or to also include forumtags add this to personal.ini:
|
||||
#add_to_include_subject_tags:,forumtags
|
||||
|
||||
## base_xenforoforum reads Published and Updated datetimes from
|
||||
## Threadmarks if used, or from the posted & updated times of the
|
||||
|
|
|
|||
Loading…
Reference in a new issue