View Single Post
  #7  
Old 11-18-2008, 03:09 AM
Frank H. Shaw Frank H. Shaw is offline
 
Join Date: Aug 2007
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02184 seconds
  • Memory Usage 1,775KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete