Panel Node display

I am new to panel.

I Have displayed a node inside a panel(pane) ie. in the right column. But it is displaying the whole node, i need it to dispaly only a small content and a read more link.

Thank You

Groups:
Login to post comments

You could either create a

minus's picture
minus - Tue, 2009-11-03 10:27

You could either create a view (with the Views module) or configure the existing node. I recommend views because you can easily select the fields that you want to be exposed in the panel-pane

AttachmentSize
Untitled-17.jpg 62.6 KB

THank you

rkrajeshkumar87 - Tue, 2009-11-03 10:41

I did what you said i am getting the full node in the pane.
I need it to be half say 200px and a read more link

For Ex
See the image below
In that the first left column should be similar(height) to that of the events in the right.

AttachmentSize
node.png 133.19 KB

Show only node teaser

lamachine_fr - Mon, 2009-12-07 23:14

It can be nicely done by interface.
Panel » Content >> Pane >> Settings
and check the “Show only node teaser” checkbox .


you could change the panel

minus's picture
minus - Tue, 2009-11-03 11:39

you could change the panel layout to be flexible and tell the panes to be "fixed" or you could use css and tell that block or pane to be width: 200px;