mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02: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 () []
|
# remove () []
|
||||||
# tagsfromtitle=>[\(\)\[\]]=>
|
# tagsfromtitle=>[\(\)\[\]]=>
|
||||||
# change (spaces)slash(or semicolon)(spaces) to comma
|
# change (spaces)slash(or semicolon)(spaces) to comma
|
||||||
tagsfromtitle=> *[/;] *=>,
|
tagsfromtitle=> *[/;|] *=>,
|
||||||
tagsfromtitle=> [xX] =>,
|
tagsfromtitle=> [xX] =>,
|
||||||
|
|
||||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||||
|
|
|
||||||
|
|
@ -506,7 +506,7 @@ add_to_replace_metadata:
|
||||||
# remove () []
|
# remove () []
|
||||||
# tagsfromtitle=>[\(\)\[\]]=>
|
# tagsfromtitle=>[\(\)\[\]]=>
|
||||||
# change (spaces)slash(or semicolon)(spaces) to comma
|
# change (spaces)slash(or semicolon)(spaces) to comma
|
||||||
tagsfromtitle=> *[/;] *=>,
|
tagsfromtitle=> *[/;|] *=>,
|
||||||
tagsfromtitle=> [xX] =>,
|
tagsfromtitle=> [xX] =>,
|
||||||
|
|
||||||
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
# remove [] or () blocks and leading/trailing spaces/dashes/colons
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue