x00Don't PM about development, I'm not currently taking on clientsMVP
that is how you do it it is not going to be quick to mess with that, given that is how the plug-in works. But you can output it how you want. Simply replace the '-' with a ' ' for output in your cloud. Look in the plugin.
Don't PM about development, I'm not currently taking on clients.
Answers
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Actually, this would be very nice to have. You could make the addon require double space to separate the tags when entering them.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Wouldn't it be better to use quotation marks to start a multi-word tag?
"Dedicated Servers" would be two word tag as Dedicated Servers would end up in two separate tags... It's kind of intuitive too.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Did it. See https://github.com/vanillaforums/Garden/pull/1378/files
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I don't think this is done... the TagModel::SplitTag still doesn't work accordingly.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Ok It seems replacing "Space" with "Comma" will do the trick for both php and javascript...
class.tagmodel.php
public static function ValidateTag($Tag) { return TRUE; }
///...................................///
public static function SplitTags($TagsString) {
jquery.tokeninput.js
After replace the file with the one on github at https://github.com/boamaod/Garden/blob/master/plugins/Tagging/jquery.tokeninput.js
Comment out line 186 //case KEY.SPACE:
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •