Quote:
|
Originally Posted by lukeeales That kind of thing. But that one is pretty rubbish. It remains there even when you're logged in. |
Well, you need to find someone who is a programmer and ask him to place some condition in the code. In PHP it will look something like:
<?php
if (!$variableforusername) ShowQuickRegisterFunction();
?>
And you will have the "quick register" form only when you need it.. It's easy
