NOTE: This is a
DistributionDocument. Please help maintain high quality documentation: This is a wiki, please
fix the documentation if you find errors or incomplete content. Put questions and suggestions concerning the
documentation of this topic in the
comments section below. Use the
Support web for problems you are having
using TWiki.

Once you have created the topic, consider adding links in related topics to the new topic so that there are more ways people can discover it.
Comments & Questions about this Distribution Document Topic
Is it somehow possible to autmatically pre select the topic you came from as the parent topic?
--
CarloSchulz - 27 Apr 2007
This comment section is about the
documentation.
Pre-selecting the current topic can be done if the first item in the list is set to
%BASETOPIC%. This is a new feature that should be tracked in
Bugs:WebHome.
--
PeterThoeny - 29 Apr 2007
I've found a solution. Where do you suggest to document this just in case someone esle is interested? Codev or Support?
--
CarloSchulz - 09 May 2007
Use the
parent url parameter, for example
WebTopicCreator?parent=AccessKeys.
--
ArthurClemens - 10 May 2007
Thanks for the hint Arthur.
Here's what i did:
I've added the following link in to one of the view templates
<a href="%SCRIPTURLPATH{"view"}%/%BASEWEB%/WebTopicCreator?from=%BASETOPIC%" >create new topic</a>
and added the following in
WebTopicCreator (topicparent section)
<option selected value="">%URLPARAM{"from"}%</option>
Now, everytime I click on that link the page I came from is pre selected as the parentopic
--
CarloSchulz - 10 May 2007