By thomaslausz on
the key was in the formatter dropdown of that field. changed to URL
Hello
I want to theme a specific field. It's a filefiled where the editor can upload multiple Soundfiles (MP3).
My template file is views-view-field--event-detail--page--field-hoerprobe.tpl.php
If I edit it, I can see the changes. http://pastebin.com/ZHPUatyD http://neu.kulturschuppen.ch/n/18
The field is here:
http://awesomescreenshot.com/0c7j74e81
$field_hoerprobe
I want to output that field as something like
<a href="http://neu.kulturschuppen.ch/sites/default/files/Soundbeispiel1.mp3" target="_blank">
<img src="http://neu.kulturschuppen.ch/sites/all/themes/ksno/images/hoerprobe.png" alt="Soundfile" title="click to listen">
</a>
what am I doning wrong?
cheers
Update:
If I go to
/admin/structure I get the warning
Notice: Undefined property: views_handler_field_field::$field_hoerprobe in include() (Zeile 23 von xxx/htdocs/sites/all/themes/ksno/templates/views-view-field--event-detail--page--field-hoerprobe.tpl.php).
Thomas
[Edited to add <code> and </code> tags: nevets]