Add pipe separator to tagsfromtitle in base_xenforo.

This commit is contained in:
Jim Miller 2017-04-13 22:38:49 -05:00
parent 31502261f0
commit e8a5dc2be7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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