Question
Some of my TWiki topics end with
*
o Set DENYTOPICVIEW = TWikiGuest
o Set ALLOWTOPICVIEW = Finance
*
o Set DENYTOPICCHANGE = TWikiGuest
o Set ALLOWTOPICCHANGE = Finance
However, I would not like these to publish to the end user --- it needs to be limited to raw view only.
Is there a way I can limit certain content to raw view only? Thanks.
Environment
--
RaviIm - 20 Nov 2007
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.
You can hide it with html comment tags:
<!--
* Set SOME = value
-->
--
MarcoSilva - 21 Nov 2007
You can also hide them in the
topic settings - if you follow the 'More topic actions' action below, the top on is 'Edit topic preference settings'.
These settings work exactly the same way as in topic text settings, but are stored in the META data of the topic - thus are only viewable via the 'mre actions', or via the
?raw=debug view.
--
SvenDowideit - 21 Nov 2007