Closed (duplicate)
Project:
Views (for Drupal 7)
Version:
6.x-2.9
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 13:53 UTC
Updated:
22 Apr 2011 at 19:54 UTC
The Views "Theme Information" page provides a useful list of available .tpl templates, and examples for the display, style and row. I'd like to see:
Comments
Comment #1
esmerel commentedComment #2
esmerel commentedThe edit/create isn't going to happen, but the second and third are reasonable candidates for documentation.
Comment #3
iamjon commentedThis podcast helped me figure it out:
http://www.mustardseedmedia.com/podcast/episode30
Comment #4
iamjon commentedMarking this a as duplicate of #495846: Theming tutorial addition to Advanced Help
Comment #5
iantresman commentedAny reason why edit/create is not possible (besides someone having the ability to do it)?
If the facilities is permission based, there is a reduced security issue. And it is trivial to create the selected template file in the theme template, together with a copy of the default PHP code. This would make it so much easier to override CCK field templates.
Comment #6
merlinofchaos commentedCreating and editing templates from the UI is not possible because the webserver does not have write access to PHP files (and templates are PHP files) for security reasons.