This topic is locked
[SOLVED]

 Multiple Words As Tags

6/20/2013 2:32:43 AM
TagEditor plugin support forum
G
GunnySJB author

Is there a way to use multiple words as one tag.

I'm using tag editor for a library where people can enter multiple authors of a book. When i cut and paste the name it works like a charm but when entering manualy every space is a new tag.

Is there a work around ?

admin 7/7/2013

Space is considered as a tag delimiter. The best option is to use dash to create multiword tags i.e. php-code or php-mysql-code.

T
Tayyab Ilyas 1/9/2014

Can we change deliminator to ; instead of space and use space as space?

T
Tayyab Ilyas 1/9/2014

I found one solution:

Edit

tag-it.js in include/js folder

find following code

allowSpaces: false,


and replace it with

allowSpaces: true,


This will allow you to enter space and deliminator will be comma or enter