mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-28 11:45:19 +01:00
base_xenforoforum: Remove [] from prefixtags ala [NSFW] on QQ
This commit is contained in:
parent
d1ccdfd21f
commit
e113bbfb1c
2 changed files with 6 additions and 0 deletions
|
|
@ -818,6 +818,9 @@ add_to_replace_metadata:
|
|||
# Normalize 'fanfiction/fanfic/fan-fiction' a little.
|
||||
forumtags=>[Ff]an-?[Ff]ic(tion)?=>FanFiction
|
||||
|
||||
# Remove [] from prefixtags ala [NSFW] on QQ
|
||||
prefixtags=>[\[\]]+=>
|
||||
|
||||
add_to_extra_titlepage_entries:,tagsfromtitle,forumtags
|
||||
|
||||
## XenForo tags are all lowercase everywhere that I've seen. This
|
||||
|
|
|
|||
|
|
@ -810,6 +810,9 @@ add_to_replace_metadata:
|
|||
# Normalize 'fanfiction/fanfic/fan-fiction' a little.
|
||||
forumtags=>[Ff]an-?[Ff]ic(tion)?=>FanFiction
|
||||
|
||||
# Remove [] from prefixtags ala [NSFW] on QQ
|
||||
prefixtags=>[\[\]]+=>
|
||||
|
||||
add_to_extra_titlepage_entries:,tagsfromtitle,forumtags
|
||||
|
||||
## XenForo tags are all lowercase everywhere that I've seen. This
|
||||
|
|
|
|||
Loading…
Reference in a new issue