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 - 2001-12-03 - MattWilkie
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by PerlIdeas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.