I dont know if i am right.. but is the error (Question not getting displayed) due to non caching of nospam for quick register form?
like:
PHP Code:
case 'register':
if ($vbulletin->options['nospam_use_reg']) {
$thetemplate =& $vbulletin->templatecache['register'];
$nospamdo = true;
}
break;
for register template..
do we need one such case for quick register to get it cached for the same too..
eeps! did i confuse u?! hope not

was jus trying to help to figure out along
regards
Matthew