Closed (fixed)
Project:
Link
Version:
6.x-2.9
Component:
Documentation
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 21:05 UTC
Updated:
14 Mar 2018 at 23:14 UTC
Jump to comment: Most recent
Comments
Comment #1
sammyframson commentedPS, that was one string of code and the " rel="nofollow" was added by the system... Perhaps that's why i wasnt able to find my answer in the first place...
Start with an href and include the php for the field and then the link is the 'view' of that field:
e.g.:
a href="
print $node->field_my_fieldname[0]" >print $node->field_my_fieldname[0]['view']/a> (that is - close the tag)
Comment #2
renatog commentedPerfect @sammyframson.
Thank you very much for share your good solution. It's ways very useful. Thank you again. Gob catch
Comment #3
renatog commented