Closed (fixed)
Project:
Automatic Nodetitles
Version:
6.x-1.2
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2011 at 18:55 UTC
Updated:
7 Jun 2011 at 00:43 UTC
Hi,
I want to make my title field to be the location address submitted in the node address field. I see that in the replacement fields there is a [location-street_N] pattern but it is not replacing it with the street address. I am able to replace it for other fields like author name etc but location does not work. When I look at the node in devel I see that the value is set.
Can you please help me with this issue.
Thanks,
Prerna
Comments
Comment #1
jarchowk commentedAlso doesn't work when trying to use location city.
Comment #2
pmathur01 commentedyes it doesn't work for city as well. Is there any way else that I can set the title to node location address.
Prerna
Comment #3
jarchowk commentedSeems like a problem with CCK locations http://drupal.org/node/326755#comment-2767342
So work-around is to use php. Worked for me.
Comment #4
pmathur01 commentedcool, worked like a charm.. I had tried this earlier but I guess I had made some error.. Thanks.
Comment #5
pmathur01 commentedComment #6
Conradical commentedAfter I re-re-re-read the notes included I discovered that I needed to substitute N with 0 [location-street_N] [location-street_0]