Closed (outdated)
Project:
Link Image Field
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2009 at 22:24 UTC
Updated:
24 Oct 2025 at 11:44 UTC
Jump to comment: Most recent
Comments
Comment #1
JT33 commentedSubscribe - same issue
Comment #2
JPE commentedhello, I was looking for the same issue and did'nt found it. I'm not very hard on code but I did that and it's works for me.
Just follow the instructions on http://drupal.org/node/324591 and change
<?php if ($item['data']['description']) ?> <h5 class="description"><?php { print $item['data']['description']; } ?></h5>by
<?php if ($item['title']) ?> <p><?php { print $item['title']; } ?></p>you can also replace
<p></p>by<p class="yourclasse"></p>or wathever you want.Comment #3
sickness29 commentedDevelopment or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!