By pmomidi on
I am looking for a solution to display multiple blocks containing a list of node links on any given page. How can I achieve that ?
If some body know of a good document which can explain how to achieve this... it will be very helpful.
Thanks.
Comments
Two things
1) You can have as many blocks as you want on a given page. Do you already know how to create and configure blocks?
2) If you have more intricate plans, you might want to look at the Panels module: http://drupal.org/project/panels
http://CrookedNumber.com
panels for v6.x
I went through the panels module, unfortunately this module is not available for v6.x. Any idea how I can achieve multiple blocks in a page in V6.x with out the availability of the panels module ?
Thanks.
Some creative theming ...
I'd need to know a whole lot more about your site, but there's nothing from stopping you from creating a page.tpl.php file which mimics the layout that Panels produces. If you only want that kind of layout on the homepage, then limit it to the page-front.tpl.php file. Of course, the downisde is that you need to understand Drupal theming (a mix of HTML/CSS/PHP); this can't be done via the admin screens (like Panels).
http://CrookedNumber.com