Download & Extend

Node Path Showing current page path

Project:Views PHP
Version:6.x-1.x-dev
Component:Field Handler
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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

#1

current workaround: use

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

to get the path alias.

#2

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!

nobody click here