Question
Hello,
im trying to exclude some topics from the TOPICLIST in
WebCreateNewTopicTemplate.txt
TMPL:DEF{"topicparent"}%<select name="topicparent" size='10' class='twikiSelect'>%TOPICLIST{"<option $marker value='$name'>$name</option>" separator="$n" exclude="%MAKETEXT{"
WebAtom"|"WebChanges"}%"}%</select> %TMPL:END%
Any help would be appreciated.
Environment
--
DanSlank - 27 Oct 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.
You might try a
FormattedSearch instead.
--
ArthurClemens - 27 Oct 2008
Great thx,
it works:
<select name="topicparent" size='10' class='twikiSelect'>%SEARCH{ "^[^Web]" regex="on" scope="topic" nosearch="on" nototal="on" format="<option value='$topic'>$topic</option>" }%</select>
--
DanSlank - 28 Oct 2008