SID-02304: TWiki link problem
| Status: |
Answered |
TWiki version: |
6.0.2 |
Perl version: |
5.12 |
| Category: |
CategoryRendering |
Server OS: |
Windows Server 2012 |
Last update: |
8 years ago |
in TWiki v 4.2 I used
[[Main.System Hotline Support][System Hotline Support]] (topic name have a space) it can show link text "System Hotline Support link" properly. But after I upgraded to TWIki 6.02 used same synatx and it show "Main.System Hotline Support". If I changed to
[[Main.SystemHotlineSupport][System Hotline Support]] (no space in the topic) then it will show link text properly. But why it worked in TWiki v 4.2 ?
--
Chiu KwunLam - 2017-03-06
Discussion and Answer
The syntax with space worked in the past, but was undocumented. As you discovered, it no longer works. I recommend fixing your existing links.
If you are familiar with
RegularExpressions you can do a global search and replace using the
GlobalReplacePlugin.
--
Peter Thoeny - 2017-03-13
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.