SID-00805: ReduceParentTopicList
| Status: |
Answered |
TWiki version: |
4.3.2 |
Perl version: |
5.8.8 |
| Category: |
CategoryEditing |
Server OS: |
Gentoo |
Last update: |
15 years ago |
How can i reduce the topic parent list to the ones that are allowed to displayed by the user who is creating the new topic.
For example when a user creates a new topic he is allowed to choose as topic parent the
WebPreferences topic althought that i have set that only the
AdminGroup is allowed to view this topic.
--
GeorgeBonos - 2010-04-12
Discussion and Answer
Take a look at -
WebCreateNewTopicTemplate in TWiki web. The list is generated using
%TOPICLIST% macro.
If you want to define the fix set of topics to be parent topics while creating new topic - i suggest you to either modify the above template, or change the topic creation form, write the select html tag with your list, or create new plugin/macro to display your fix list.
--
SopanShewale - 2010-04-12
Closing since it seems to be answered. Feel free to re-open.
--
PeterThoeny - 2010-05-02
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.