Hello All
Does anyone know, how is it possible to create a links block? A links block displays thumb nailed images which link to external URLs. I have tested the following solutions:
1) Using IMCE in the block administration page and manually creating a block using HTML.
2) ulink module.
3) links module (Actually, this third, does not support images at all.)
As an approach, I was thinking that if it was possible (?) to link a CCK field to another one, one would create a content type consisting three fields: link_title, link_url, link_image. Then, using the possibility mentioned above, he would just link link_url to link_image and voila! The last step would be to create a simple view as a block to display the linked link_url and link_image.
Any ideas?
Regards