By i25 on
I found the following article on Google on how to apply custom styles to custom views:
http://www.sutechdesign.com/blog/2009/01/drupal-6-views-2-custom-theming/
The article references views-view-style.tpl.php in /sites/all/modules/views/themes/. However, I don't have this file in the themes folder here. Here is the list of files I have in my themes folder: www.mwebdev.com/at/files.jpg. So which file do I need to use to apply the custom style to the custom views, as described in this article?
Thanks.
Comments
Me neither
I don't have that particular file either. Have you tried to leave a comment for the author?
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
I'm trying to find good
I'm trying to find good information on applying custom styles to custom views, and I can't seem to find anything good. Can anyone point me in the right direction?
_
See Views 2 theming as well as the advanced help provided with the views module itself.
Drupal 6 Views 2 custom theming is right
Just select any views-view-****.tpl.php that you like to start from, copy it and work on the customization you like to have.
and that's it.
by "style" he means the name of the style
Dear,
I think that by views-view-style.tpl.php he means any of the following files :
views-view-grid.tpl.php
views-view-list.tpl.php
views-view-table.tpl.php
views-view-unformatted.tpl.php
I'm sure you have them ^_^