Posted by mindix on May 24, 2009 at 1:16pm
Now my site-catalog have a lot of table views. My catalog would be much better if it look like these examples: http://drupalmodules.com/top-downloads , http://www.eshops.lt/category/apranga , http://ejans.com/ ...
I think I need a different views style. Are where any other ways to have one, except hiring somebody to theme it? Maybe there are some style templates in the internet, which I could customize for my site? However, I didn’t find any. It is possible to create some useful styles which everybody could adjust? Or maybe views module developers are planning to integrate some new styles?
Comments
All the views layout/theme answers :)
I'm assuming from this comment "Are there any other ways to have one, except hiring somebody to theme it?" that you haven't messed with node.tpl.php, node-my_node_type.tpl.php or views-view-list.tpl.php. These is the by-hand way of altering a view.
Might I recommend then...
http://drupal.org/project/views_bonus if you want a few quick easy new layouts.
http://drupal.org/project/contemplate if you'd to alter a node's output in a web interface.