Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: edit template files in an external text editor?
bici wrote:
yes. that i was able to figure out. But i was wondering how to make the directories as you suggested :
“ and the enclosed css, forms, and pages directories “ and have it work by PAGE/FORMS??
You have to create the directories on your server, which usually requires shell or FTP access. Here’s what I do in the shell:
$ cd my/document/root
$ mkdir my-template-directory
$ mkdir my-template-directory/css my-template-directory/forms my-template-directory/pages
$ chmod 777 my-template-directory/*
Offline
Re: edit template files in an external text editor?
Change “my-template-directory” to whatever you want to name your template directory. It must be the same path you use for $CNK_VER_OUTPUT_PATH. If you set $CNK_VER_OUTPUT_PATH to 'templates/', “my-template-directory” should be called “templates” and located in your document root.
Last edited by johnstephens (2011-01-04 20:36:43)
Offline