2014-11-21, 04:18:50
I still have no idea what you are doing.
themes/ <- themes go here
themes/themename/*.php <- templates go here
templates belong to themes
any file named *.php will display as a template option.
any file named functions.php will be automatically loaded.
.inc files are include files for template files to use , they will not show up in drop down, but will in theme editor.
The Admin Page Edit Dialog box enhancement plugin has nothing to do with templates, i have no idea what it does, something about file uploads.
again what does templates have to do with ckeditor image selection ?
If you want to change the actual theme on the fly, and not a template then modify the global
$TEMPLATE with the index-pretemplate hook
( you can use my hook_action plugin or a custom plugin )
Explain in exact steps what you expect to happen when you do x, and we will give you a proper solution, cause this is all wrong.
themes/ <- themes go here
themes/themename/*.php <- templates go here
templates belong to themes
any file named *.php will display as a template option.
any file named functions.php will be automatically loaded.
.inc files are include files for template files to use , they will not show up in drop down, but will in theme editor.
The Admin Page Edit Dialog box enhancement plugin has nothing to do with templates, i have no idea what it does, something about file uploads.
again what does templates have to do with ckeditor image selection ?
If you want to change the actual theme on the fly, and not a template then modify the global
$TEMPLATE with the index-pretemplate hook
( you can use my hook_action plugin or a custom plugin )
Explain in exact steps what you expect to happen when you do x, and we will give you a proper solution, cause this is all wrong.