Closed choules closed 11 months ago
See my comment on #282, the issue is not present any more after reverting to a manually downloaded v2023-12-14 release, as well.
Thanks for reporting! in javascript I had already implemented support for basedir, but I did not think of the css. If you found more of them please tell, as my test setup has no basedir set at the moment, so difficult to test.
This fix works for me, as well. No other issues found so far.
Thanks for the feedback.
Looking for a workaround on issue #282, we have tried to switch over to the
newtree
option. But with this option we did not see any images. Looking at the browser console we could see that the referenced images were not found, because the given URL was looking for files at the root level of our webserver.We have installed DokuWiki at
https://myserver/dokuwiki
, so the image would be found athttps://myserver/dokuwiki/lib/plugins/indexmenu/scripts/fancytree/skin-win7/loading.gif
(which actually loads fine), but the CSS file is referencing onlyhttps://myserver/lib/plugins/indexmenu/scripts/fancytree/skin-win7/loading.gif
Checking the source code I have not found a reference to
DOKU_BASE
anywhere in thetreenew
code.