if anyone is wondering how to do this, i finally got the time to do it on my site.
go to {forum}/{admincp}/template.php
find (line 1446):
Code:
if (!empty($enhanced_template_editor) OR (empty($standard_template_editor) AND (is_browser('ie', '4.0') OR is_browser('mozilla'))))
{
// changed from 1 to 0 by ROBERT
define('FORMTYPE', 0);
// $SHOWTEMPLATE = 'construct_template_option';
$SHOWTEMPLATE = 'construct_template_link';
}
and change it like i have done to mine.