Re: Field for a View
Vaibhav Jain <[email protected]>
| Newsgroups | gmane.comp.php.drupal.devel |
|---|---|
| Message-ID | <CAGNDeN=ovcq4WD3bT_ve=u-_QiM1BFKxrg8LKTAsYmt3+0gmRw@mail.gmail.com> |
You can also use hook_views_pre_render or any other hook and add data or image in $view->attachment_before, this would render the image above the main view. On Tue, Jan 10, 2012 at 3:57 AM, Fred Jones <[email protected]>wrote: > > To use CCK blocks combined with a View, build the page with a node, > display the view in a block in a region below content. > > Interesting idea--basically have the node have no content, just a > placeholder for the View. Sounds odd, but I suppose it would work. :) > > Fred > -- Regards, Vaibhav Jain