Posted by Benevis on April 15, 2011 at 7:50pm
2 followers
Jump to:
| Project: | Content Templates (Contemplate) |
| Version: | 7.x-1.0-alpha2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
how can I output the URL of the link-field as a link in a disk-based-template?
I tried the two suggestions from the "Body Variables":
<?php
print $node->field_link['de'][0]['url']
?><?php
print $node->field_link['de'][0]['display_url']
?>but they both show only the URL in letters, not as link
Thanks for any help!
Comments
#1
I *think* this is a feature request, are you doing this from CCK or some other module?