Question
Hi, I am trying to make it so that I can embed a certain word into a template to create topics with. However, I do not want this word to be edittable by users; they should be able to edit the rest of the topic though. This way, when users create this type of topic, the search will look for that embedded word and list only those topics. Is there any way I can do this?
Environment
--
SiluChen - 27 Jul 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Maybe this can be done by using
%INCLUDE{WordDefinition}% where WordDefinition contains the definition of the readonly word.
--
FranzJosefSilli - 27 Jul 2005
Another approach would be to include a
TwikiForm in the template topic that has a field for the identifying word and use
label field type so it's not editable.
--
LynnwoodBrown - 27 Jul 2005
A third way would be to put the "certain word" in the topic name. It will be searchable and uneditable.
--
RichardFreytag - 29 Jul 2005