Needs work
Project:
Location
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2009 at 04:21 UTC
Updated:
30 Jun 2013 at 08:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
yesct commentedPlease check to see if this is still a problem in the new release. If it is, reply with a new summary and set the status back to active.
Comment #2
jdschroeder commentedSame deal in 3.1. If I want to use the location title as a node title using auto_nodetitle, I need to be able to use raw input to avoid encoded apostrophes, ampersands, and the like.
I've re-factored the above patch to work on location.token.inc in 6.x-3.1, adding raw counterparts for each of the items in the hook_token_list implementation.
Comment #3
stephesk8s commentedThe tokens listed in the patch are the _N tokens. How does it work for the cck field for location name [field_location_embed-name]?
Comment #4
adraskoy commentedThis still appears to be an issue for 6.x-3.1, re cck location fields; there are no raw versions.
Comment #5
adraskoy commentedHere's a patch for adding raw tokens for CCK Location.
Comment #6
podarokall feature requests should be rolled against latest 7.x-3.x-dev and after commit can be backported to 6.x branch
Comment #8
adraskoy commented#5: location_cck_raw_tokens.patch queued for re-testing.