Posted by rkrajeshkumar87 on November 3, 2009 at 10:16am
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
Comments
You could either create a
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
-----
http://www.mortenn.no
THank you
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.
Show only node teaser
It can be nicely done by interface.
Panel » Content >> Pane >> Settings
and check the “Show only node teaser” checkbox .
you could change the panel
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;
-----
http://www.mortenn.no