bluecat when just add the new template and then in your coding
open newreply.php
find:
PHP Code:
if ($action=="newreply") {
after it add:
PHP Code:
if($bbuserinfo[userid]==0) {
if($QRenabled) {
eval("dooutput(\'".gettemplate("register_quick")."\");");
exit;
}
}
then open newthread.php
find:
PHP Code:
if ($action=="newthread") {
after it add:
PHP Code:
if($bbuserinfo[userid]==0) {
if($QRenabled) {
eval("dooutput(\'".gettemplate("register_quick")."\");");
exit;
}
}
And thats how you do it

only thing i'd recommend is adding more to the quick register because it was made to appear in the forumdisplay setup not as a sole template

hope that helps
g-force2k2