There is a plugin available for DokuWiki to allow it to read bbcode but it only works with the latest version of DokuWiki.
http://wiki.splitbrain.org/plugin:bbcode
Hopefully the XOOPS versions can be updated soon to allow this plugin to work.
global $xoopsUser;
if (is_object($xoopsUser)) {
$email = $xoopsUser->getVar('email');
}
echo "Click to subscribe";
echo ';
echo ';
echo $email;
echo '">';
echo '';
echo '';