سلام

منظور شما عضویت سریع است

برای اینکار فایل index.template.php رو باز کنید
کد زیر رو پیدا کنید :

کد:
// The main content should go here.
و با کد زیر جایگزین کنید :
کد:
		if ($context['user']['is_guest'])
{
loadLanguage('Login');
echo '
		<div class="tborder">
<div class="catbg2">Quick Register</div>
<div class="windowbg" align="center">
<form action="', $scripturl, '?action=register2" method="post" name="creator" id="creator">

' . $txt[98] . ' <input type="text" name="user" size="30" maxlength="25" />
' . $txt[69] . '                 <input type="text" name="email" size="30" /><br />
' . $txt[82] . '   <input type="password" name="passwrd1" size="30" />
' . $txt[81] . ' <input type="password" name="passwrd2" size="30" /><br />

<input type="checkbox" name="regagree" class="check" />I agree to Registration Agreement

<div align="center">
<input type="submit" name="regSubmit" value="', $txt[97], '" />
</div>
</form>
</div>
</div>';
}
یا علی