My users have been complaining about a few fit 'n' finish issues with tags.
There are three obvious things: 1. You can separate tags with either spaces or commas 2. You can't have a tag with spaces 3. You can have a tag with special characters (like quotes) This has lead to users trying to tag things like this: something, another thing Instead of two tags, they end up with three tags: "something" + "another" + "thing" The other weird thing is that the tag_list.to_s method lists the tags separated by spaces with a + sign after tags like this: something+ another+ thing Inexperienced users have reported being confused by this. Here is what I am proposing to do: 1. Disallow any whitespace in the tag_list input 2. Allow only alphanumeric characters in the tag_list input 3. Display the tag list separated by commas 4. Automatically Capitalize tags -- not sure if everybody would want this 4. Provide a tag admin interface so the administrator can easily edit/ delete tags (mainly to make it easy to delete inappropriate tags). I should be able to knock this out quickly, but I wanted to get some feedback from the group first to make sure my changes seem appropriate for everybody. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CommunityEngine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/communityengine?hl=en -~----------~----~----~----~------~----~------~--~---
