Active
Project:
Views PHP
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 May 2013 at 07:02 UTC
Updated:
7 Mar 2014 at 13:46 UTC
Jump to comment: Most recent
In the ouput field for a Global: PHP field I want to render the output of, for example, Content: Title. However I want it to be formatted as I set it up when I created the field about in the fields section.
So when I put in the output PHP:
<?php print $row->title; ?>
It should print out the formatted link, and not just the value of the title. Including the link to the node, etc.
Same with all the other fields, but I am just getting the value, not the formatted value.
Comments
Comment #1
vlooivlerke commentedI also wonder how to do this. The value is raw and that is not what I want.