I will list the changes I made in the templetes and maybe you have some other places I might have missed in my lack of knowledge of VB as whole.
Activateform
<form action="registerxx.php?do=activate" method="post">
<phrase 1="registerxx.php?$session[sessionurl]do=requestemail">$vbphrase[you_lost_activation_code_or_username]</phrase>
activate_requestemail
<form action="registerxx.php?do=emailcode" method="post">
FORUMHOME
<phrase 1="faq.php$session[sessionurl_q]" 2="registerxx.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
Modifyprofile
<form action="registerxx.php?do=coppaform" method="post">
Navbar
<td class="vbmenu_control"><a href="registerxx.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
Register
<form action="registerxx.php?do=addmember" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);">
register_rules
<form action="registerxx.php?do=register" method="post">
<phrase 1="$vboptions[bbtitle]" 2="$vboptions[forumhome].php$session[sessionurl_q]" 3="registerxx.php?$session[sessionurl]do=coppaform" 4="$vboptions[webmasteremail]">$vbphrase[coppa_rules_description]</phrase>
register_verify_age
<form action="registerxx.php?do=checkdate" method="post" onsubmit="return checkform(this)">
STANDARD_ERROR
<div class="smallfont"><phrase 1="registerxx.php?$session[sessionurl]do=signup">$vbphrase[admin_required_register]</phrase></div>
STANDARD_ERROR_LITE
<div class="smallfont"><phrase 1="registerxx.php?$session[sessionurl]do=signup">$vbphrase[admin_required_register]</phrase></div>
STANDARD_ERROR_LOGIN
<div class="smallfont"><phrase 1="registerxx.php?$session[sessionurl]do=signup">$vbphrase[admin_required_register]</phrase></div>
Looking above did I have to change any place other then what i have done above
THANKS
Frank H. Shaw
--------------- Added [DATE]1226985269[/DATE] at [TIME]1226985269[/TIME] ---------------
Quote:
Originally Posted by Lynne
Did you leave the line at the top of the register.php page where THIS_SCRIPT is defined alone? If you changed that, you may have some other problems too.
|
I did change this line to
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'registerxx');
What does this line do I have tried changing this line back to the way it was
// #################### DEFINE IMPORTANT CONSTANTS #######################
define('THIS_SCRIPT', 'register');
It does not fix the image verification problem - either way i set it?
what does this do?
--------------- Added [DATE]1226985664[/DATE] at [TIME]1226985664[/TIME] ---------------
Until I know more about the
define('THIS_SCRIPT', 'register');
I will keep it set to the orginal script
So what kind of problems can i have if i change that line?
what does it do?
THANKS