Hi,
I would like to display only title and body from one node inside a block. What would be the best practice?
At the moment i create new tag and then use views to filter this one node out. Is there a better solution?
Br Tanel
Hi Tanel,
I'm assuming this is the same node body and title wherever the block displays and that it isn't dynamic...
If so, you got it almost right. No need to create a tag for this. In views you can filter on the node id.
Shai
On Fri, Feb 18, 2011 at 9:06 AM, Tanel keevitaja@gmail.com wrote:
Hi,
I would like to display only title and body from one node inside a block. What would be the best practice?
At the moment i create new tag and then use views to filter this one node out. Is there a better solution?
Br Tanel
-- [ Drupal support list | http://lists.drupal.org/ ]
Have a look at nodeblock
Ted
On 2/18/2011 9:06 AM, Tanel wrote:
Hi,
I would like to display only title and body from one node inside a block. What would be the best practice?
At the moment i create new tag and then use views to filter this one node out. Is there a better solution?
Br Tanel