Posted by gmahesha on December 22, 2010 at 11:26am
Hello friends, i am using View 2 module. In this i can use Fields like Node: Title, Node: Body etc. Here i want one more field like first image from the Node: Body. then to display it. Is it possible? If yes, please guide me. Thanks in advance.
Please check this url: http://drupal.org/node/1005120. Since i have posted in drupal forum.
Comments
use views custom field module
Hi Mahesh,
You can use views custom field module when you can parse the body to get only first image using php code. After enabling the module you will find a section called custom field in views fields list.
Cheers,
Anil Sagar
thanks Anil
Thanks Anil for your kind information.