SID-00290: Topic Create parameters question
| Status: |
Unanswered |
TWiki version: |
4.3.1 |
Perl version: |
|
| Category: |
TopicCreatePlugin |
Server OS: |
|
Last update: |
16 years ago |
I am trying to pass on a parameter to child documents that get created with
TopicCreatorPlugin that will % INCLUDE % a section from the parent
NewTopic. I have this in
CreateTopicTemplate:
%TOPICCREATE{ template="MyTemplate" topic="%TOPIC%Child" parameters="topicparent=%TOPIC%" disable="TopicCreateTemplate"}%
In
MyTemplate I have:
%URLPARAM{"topicparent"}%
%INCLUDE{"%URLPARAM{"topicparent"}%"}%
I expect to get :
NewTopic
%INCLUDE{"NewTopic"}%
But instead I get
%TOPIC%
%INCLUDE{"%TOPIC%"} So instead of getting info from the topic parent it refers to itself. Thanks for any help.
--
XochipalaValdez - 2009-04-30
Discussion and Answer
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
PeterThoeny - 2009-06-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.