See: http://drupal.org/node/324591 which includes code that enables the description field to display under the image. I am needing captions. And I'm using link image field. I'm wondering if someone might help a non-coder tweak the code at http://drupal.org/node/324591 so that it works for the link image field. I've been everywhere for days looking for how-to's and I'm now coming here as my final hope. Anyone?

Comments

JT33’s picture

Subscribe - same issue

JPE’s picture

hello, 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.

sickness29’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Development 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!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.