SID-02448: The anchor links inside tables doesn't work
| Status: |
Answered |
TWiki version: |
6.1.0 |
Perl version: |
v5.16.3 |
| Category: |
LinkOptionsPlugin |
Server OS: |
CentOS 7.8, 3.10.0-1062.12.1.el7.x86_64 |
Last update: |
5 years ago |
Hi,
I have upgraded to the newest version of twiki in a different device than the existing device
Then I migrated the existing data directory to the newer device along with the working and pub directories.
Then I configured to the newerparametrs via /bin/configure.
But my issue is [[URL_Path#MyAnchor][Jump] this type of links don't work.
My intended behaviour is to jump to the topic on the same page. But this is not working now. Earlier it worked and I installed all the plugins in the previous installation to the new one.
--
TWiki Guest - 2020-05-29
Discussion and Answer
Can you provide some real examples?
Officially documented link examples:
-
[[https://twiki.org/][link1]] - link1
-
[[https://twiki.org/cgi-bin/view/TWiki/SpreadSheetPlugin#FuncSET][link2]] - link2
-
[[TWiki.SpreadSheetPlugin#FuncSET][link3]] - link3
Unofficial, don't use:
-
[[/cgi-bin/view/TWiki/SpreadSheetPlugin#FuncSET][link4]] - link4
See docs at
TextFormattingRules
--
Peter Thoeny - 2020-06-03
It could be a plugin that interferes. Try disabling all but the standard plugins to test.
--
Peter Thoeny - 2020-06-04
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.