well, the old way does work again, but you have to disable Ajax
as for the second thing
hmm, not tried, but test it
edit the plugin Main Doublepost Prevent Engine
find that line:
PHP Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n" . $vbulletin->options['xen_dp_spacer'] . "\n" . $post['message'];
and change into:
PHP Code:
$doublepost['message'] = $doublepost['pagetext'] . "\n" . $vbulletin->userinfo['username'] . ' added after ' . intval((TIMENOW - $doublepost['dateline'])/60) . ' Minutes and ' . ((TIMENOW - $doublepost['dateline']) % 60). ' Seconds' . $vbulletin->options['xen_dp_spacer'] . "\n" . $post['message'];
or the like