Copy and save in a file named views-view-grid.tpl.php in your themes template catalog. Set number of columns in the View. Make the divs float via CSS. Voila! <?php /** * @file views-view-grid.tpl.php * Default simple view template to display a rows in a grid. * * – $rows contains a nested array of rows. Each [...]
Categories: Uncategorized
- Published:
- March 22, 2011 – 11:43 am
- Author:
- By Martin
I was looking for some way of adding a selectbox in the navigation so that one could pick a category and then get directed to the page with all products in that category. After much looking I found this page, that did sort of what I wanted. Customizing I got the following code for the [...]
Categories: Uncategorized
- Published:
- March 13, 2011 – 2:47 pm
- Author:
- By Martin