Guess this would be as good a place as any to report glitches with the renewed forum...

I went into user-cp, then edit options, then tried submit mods and got:

<?php
error_reporting(7);

if ($HTTP_GET_VARS['HTTP_POST_VARS']['action'] == $HTTP_POST_VARS['action']) {
unset($HTTP_POST_VARS['action']);
}
etc., etc.