Question
When someone creates a new topic, I would like to create a heading labelled "Comments" by default so that there can be a consistant format across the TWiki. I don't know which template I need to modify for this change. Can anyone help me out?
Environment
--
DanielDowlin - 11 Jan 2008
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
Yep, that makes sense. We added this as the default to the Certified TWiki distribution of
TWIKI.NET in
TWiki.WebTopicEditTemplate:
---+!! title
%TOC%
---++ heading
-- __Contributors:__ %WIKIUSERNAME% - %DATE%
---++ Discussion
%COMMENT%
In
TWiki:Codev/EditTemplateWithDiscussion we had a proposal to add a comment box to the TWiki distribution but we decided against it.
--
PeterThoeny - 12 Jan 2008