Closed (duplicate)
Project:
Location
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2007 at 21:43 UTC
Updated:
6 Feb 2008 at 21:14 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesHere are some token hooks for location module. This will enable use of Location with modules like pathauto, auto node title, custom breadcrumbs, etc. Seems really handy to me. If one or two other people could test them to make sure it works then I think we can commit it.
Comment #2
khoogheem commentedThanks..
They show up in pathauto as an option but when I put them into my video nodes
[countryname]/[title]
I still only get [title]
I tried even putting it into the catchall and that still only sets it to [title]
Comment #3
Zoologico commentedTracking.
Comment #4
robloachhttp://drupal.org/node/165678
Comment #5
harry slaughterThere's a bug in greggles patch.
The line:
if (isset($node->location)) {
should read:
if (isset($object->location)) {