Tags:
create new tag
, view all tags
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

Topic revision: r2 - 03 Dec 2001 - 22:13:00 - MattWilkie
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback