Closed (won't fix)
Project:
Automatic Nodetitles
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Feb 2008 at 02:58 UTC
Updated:
17 Mar 2009 at 19:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
darren ohComment #2
fagothis would kill most already working solutions, so it's a no go. You have to use raw tokens.
http://drupal.org/node/242643
Comment #3
darren ohThat issue does not say anything about raw tokens. What in the world is a raw token?
Comment #4
fagoa token, which isn't "check_plained" - it contains raw user input. If you use a check_plained token, you get the problems you got.. ;)
Comment #5
break9 commentedbut what if the token is a cck field referencing an existing taxonomy term. Then "raw" input isn't an option. What do we do then?
Comment #6
giorgoskI am not sure if it helps but you can use something similar to the following php code
in order to make the HTML entities display properly (i.e. & instead of & amp ;)
Comment #7
psynaptic commented#6 does seem to work for me.
I am using content_taxonomy module and it doesn't provide a raw equivalent.
Comment #8
darren ohComment #9
darren ohUpdated patch. It works for me, so I hope someone will do the work necessary to get it accepted.
Comment #10
fagoHm I'm not sure about that. This would change existing configurations to not work as before - it would decode entities that might be wanted (-> double encoded). So this can't get in.