From: Chris N. <pu...@po...> - 2001-03-23 14:47:04
|
At 23:13 -0800 2001.03.20, Brian Aker wrote: >Eric Dannewitz wrote: >> Hmm, do I need to update my templates? >Yep. > >> How do I properly do that? I did something like bin/template-tool -u slash >> -s -O themes/slashcode/templates/ >This is how I do it with sites where I have zero customization going >on. I cd to the directory where the templates are and type: >template-tool -u slash -s * For those that don't know, you can use template-check to tell you which templates have changed from what is in /usr/local/slash/(themes|plugins)/*/templates/. cd /usr/local/slash/site/MYSITE/ mkdir templates # create dir, or just cd cd templates # maybe rm all contents after cd template-tool -u VIRTUALUSER -d . # dump templates template-check -u VIRTUALUSER . # compare This allows you to see which ones differ, and what the differences are. Then for each template you want to copy into the db: template-tool -u VIRTUALUSER -s "PATHTONEWTEMPLATE" -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |