Download & Extend

link-field as a link in a disk-based-template

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

Category:bug report» feature request

I *think* this is a feature request, are you doing this from CCK or some other module?

nobody click here