Closed (fixed)
Project:
Custom Page
Version:
6.x-1.1-beta3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
11 Aug 2008 at 18:59 UTC
Updated:
13 Aug 2008 at 05:09 UTC
Could you create an area for the direct editing of those custom tpl files from within the administration area?
Comments
Comment #1
irakli commentedProbably not - "direct editing" like in WYSIWYG, but template could be opened in a floating modal DIV (a-la "popup") for editing.
The only, yet significant, problem I see with that is that - files would have to either
a) be edited on the disk and Drupal does not necessarily have write permissions to theme folder, nor should it, probably
or
b) templates would have to be saved in the database (possible), but the problem with that is: database is not version controlled and saving part of your site's fundamental code in database is always very risky from project maintenance perspective.
So, we probably won't implement such feature in the near future, but that said, if somebody was to take on the project of creating such extension module, we will be more than happy to provide hooks and assistance needed.
Comment #2
irakli commented