Closed andyboeh closed 8 years ago
Hi
Sorry for that bug... The good news is that I have been abble to reproduce it ;) I'll try to fix it asap.
Fixed by also initializing on 'DETAIL_STARTED' event. New version released and ready to download from plugins administration.
Thanks for the nice debugging ;)
This bug is back (or more likely still there) :( If the option to replace user link is enabled, it breaks images' detailed view. This time it is because plugin tries to create user's public and/or private pages within Dokuwiki's media folder.
I just enabled the option to replace the user name with a link to his namespace. Unfortunately, this broke image's detailed view and results in a page with only the DokuWiki logo.
I debugged a bit, it seems that DOKUWIKI_STARTED is never emitted for image details, thus the plugin isn't correctly initialized and hence the helper plugin is not available.