The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Changing thread tag separator from commas to semicolon?
Commas separate tags when entering those. But my site covers topics that have commas in there. How could I make it possible to allow thread tags with commas in them?
Preferably I'd like to change the separator to a semicolon. ; |
#2
|
||||
|
||||
I believe the comma is added here:
HTML Code:
.commalist li:after { content:","; } HTML Code:
#tag_list_cell .commalist li:after { content:","; } For changing the separation as commas, I think you'd have to edit at least the function fetch_rendered_tag_list and rebuild_content_tags and possibly other functions also. Do a search in your files for "taglist" and see what comes up. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|