Quote:
Originally Posted by ChurchMedia
Just so I understand -- You enable this mod and work on the HTML files -- Then disable it so that VB will use the templates and NOT the HTML files -- Is that right?
|
Yes, just don't forget to copy the content of the html files to vB templates in admincp otherwise your vB templates wouldn't be changed.
The idea of the mod is simple:
after loading the templates from database by vB, it reads all the files in the !template folder and rewrite the templates in $vbulletin->templatecache
Quote:
Originally Posted by ChurchMedia
Cool! I've been thinking that a mod that will export/import the individual templates at text files would be great, but this seems like it would be even better!
|
Yea, I might add this feature too (in future), so you won't have to make the initial database->files and final files->database copy. (But 2 copies are still better than copy after each change

)