In the createtopic.tmpl template it looks like there is a typo:
<input type="checkbox name"="nonwikiword" />
should be:
<input type="checkbox" name="nonwikiword" />
--
JohnRouillard - 03 Dec 2001
There is also a hardcoded path:
<FORM name="main" action="/twiki/bin/createtopic/% WEB%">
should be:
<FORM name="main" action="% SCRIPTURLPATH%/createtopic% SCRIPTSUFFIX%/% WEB%">
(don't forget to remove the space after the first % in each variable)
And why isn't this file called
createtopic.tigerskin.tmpl ?
--
MattWilkie - 03 Dec 2001