Posted by lvthunder on January 23, 2013 at 6:09am
I created a new content type that contains a link and an image. I'm then using views to show these nodes as a block and a page. I'm using the Full Display to display the nodes. I need to somehow modify the theme so that the image is linked using the link in the field. What would you think is the best way to do that?
Comments
I would make life easier and
I would make life easier and use Link Image Field
You can do it all in vies itself.
Dear lvthunder,
You can link your image to the custom link field in the same node all within views in minutes. I have just made a quick tutorial for you here HOW TO CREATE A DYNAMIC PORTFOLIO PAGE USING ONLY VIEWS IN DRUPAL7?
I will also post the second part of this video soon. Keep in touch for more advanced tutorials.
Regards,
CIRIL TOMY THARAYIL
TOKYO, JAPAN
Bright Web Design
Facebook,
Thanks to both of you. I
Thanks to both of you. I decided to use the views way to do it since the other module doesn't have a Drupal 7 released version (only a dev version).