In admin/doapproveusers.php
Change
$mailer->add_content('DAUA_CONTENT', array('USERNAME' => $uname, 'BOARD_TITLE' => $config['COMMUNITY_TITLE']));
to
$mailer->add_content('DAUA_CONTENT', array('USERNAME' => $uname, 'BOARD_TITLE' => $config['COMMUNITY_TITLE']), 'BOARD_LINK' => $config['FULL_URL']));
And in /languages/xxxx/mailer.php
change
$ubbt_lang['DAUA_CONTENT'] = "Your registration of '%%USERNAME%%' at %%BOARD_TITLE%% has been approved.";
to say....
$ubbt_lang['DAUA_CONTENT'] = "Your registration of '%%USERNAME%%' at %%BOARD_TITLE%% has been approved.<br /><br />To login please go to %%BOARD_LINK%%";
Should work fine.
_________________________
Fans Focus - Focusing on Fans of Sport
(Okay - mainly football (the British variety
at the moment - but expanding all the time....))