Using Node:Path as a field. In the output code I print out $row->path . This displays the current path instead of the node path.

Comments

macdonaldj’s picture

current workaround: use

drupal_get_path_alias("node/".$data->nid)

to get the path alias.

wjr’s picture

Oh wow yep, still present in latest 6.x-dev. Banged my head into this for a bit before finding this bug entry. Thanks for the workaround!

liam morland’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Drupal 6 is no longer supported. If this applies to a later version, please re-open and update the version.