2009-03-09 10:36:53
error occurs when add the second registration page
I want to add another registration page for the SecondLife's user, the process is:
Step 1:
I added the following code in \atutor\themes\default\login.tmpl.php:
<div class="column">
<form action="sluserveri.php" method="get">
<div class="input-form" style="background-color:white;">
<fieldset class="group_form"><legend class="group_form"><?php echo _AT('old_sl_user') ;?></legend>
<p><?php echo _AT('sl_user_verify_text'); ?></p>
<?php if (defined('AT_EMAIL_CONFIRMATION') && AT_EMAIL_CONFIRMATION): ?>
<p><?php echo _AT('confirm_account_text'); ?></p>
<?php endif; ?>
<div style="width: 20%;margin-left:auto; margin-right:auto;margin-bottom:.6em;padding:.5em;">
<br /><br /><br />
<input type="submit" name="sluserverify" value="<?php echo _AT('sl_user_verify'); ?>" class="button" />
</div>
</fieldset>
</div>
</form>
</div>
Step 2:
copy the registration.php and rename to sluserveri.php in the \atutor directory ;
Step 3:
copy the registration.tmpl.php and rename to sluserveri.tmpl.php in the \atutor\themes\default directory
But when I click the second registration button I added, I got the following error:
Page cannot be found.
You can check this in my website:
http://21vcity.com/school/login.php
How can I add another registration page correctly?
Please help me, Greg.