2
This can be done using Frameworks -
Open the file Frameworks/textsanitizer/config.php and find this line:
define('EXTCODE_ENABLE_WIKI_LINK', XOOPS_URL."/modules/mediawiki/?title=%s"); // The link to wiki module
Replace 'mediawiki/?title=' with 'dokuwiki/doku.php?id=' and save the file. This only works with the dhtml editors, not the wysiwyg editors.
In your other modules, surround your wiki page names with
to create the links.
Give it a try - works for me