Question
Hi,
we have added a discussion functionality to our wiki. Therefore, we have created a web called Discussion and a button "Discussion" between "Attach" and "Printable". The first time, the button is pressed for a topic a new topic with the name web_topic is created in the Discussion web. Afterwards, the topic is just opened. That works fine but when I rename a topic I have a problem if I move it into another web. I want to rename the corresponding discussion topic together with the other topic. It should be easy because I only have to replace the prefix of the discussion topic by the new web. My problem is that I cannot find out how the templates for renaming work. Can you tell me how I have to adapt the scripts?
Thanks!
Environment
--
KirstinWeber - 14 Oct 2008
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.
Unfortunately each rename request can only rename a single topic. So you would have to send multiple rename requests to the server to do this. You could do this from Javascript, but it would be tricky to get right for various reasons (multiple overlapping requests tend to irritate servers). Alternatively there may be a plugin that supports what you want to do (I'm not aware of one, but there are a lot of plugins). If not, you could always raise a feature request and try to interest someone in doing this; I believe the question has been asked before.
--
CrawfordCurrie - 20 Oct 2008