mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-24 01:33:39 +01:00
Add pipe separator to tagsfromtitle in base_xenforo.
This commit is contained in:
parent
31502261f0
commit
e8a5dc2be7
2 changed files with 2 additions and 2 deletions
|
|
@ -464,7 +464,7 @@ add_to_replace_metadata:
|
|||
# remove () []
|
||||
# tagsfromtitle=>[\(\)\[\]]=>
|
||||
# change (spaces)slash(or semicolon)(spaces) to comma
|
||||
tagsfromtitle=> *[/;] *=>,
|
||||
tagsfromtitle=> *[/;|] *=>,
|
||||
tagsfromtitle=> [xX] =>,
|
||||
|
||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||
|
|
|
|||
|
|
@ -506,7 +506,7 @@ add_to_replace_metadata:
|
|||
# remove () []
|
||||
# tagsfromtitle=>[\(\)\[\]]=>
|
||||
# change (spaces)slash(or semicolon)(spaces) to comma
|
||||
tagsfromtitle=> *[/;] *=>,
|
||||
tagsfromtitle=> *[/;|] *=>,
|
||||
tagsfromtitle=> [xX] =>,
|
||||
|
||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||
|
|
|
|||
Loading…
Reference in a new issue