Results 1 to 2 of 2

Thread: New Skin Has No Confirmation Code
      
   

  1. #1
    BLK306's Avatar
    BLK306 is offline Second Lieutenant
    Join Date
    Sep 2006
    Location
    Everman, Tx
    Posts
    144

    Default New Skin Has No Confirmation Code

    I just installed a new skin on my forum and set it as the default. However, I found out that when you try to register with this skin set as the default it does not promt you to enter in the confirmation code and give you an error message. Is this something that can be copied from the subsilver style and put into the new style? If so where can I find it in the subsilver directory?

    Thanks again,
    Travis
    ID: 11830
    www.steadyracing.net

    Forum Menace!

  2. #2
    Aliens Anonymous is offline Special Status
    Join Date
    Jan 2006
    Location
    Dark side of the moon
    Posts
    1,161

    Default Re: New Skin Has No Confirmation Code

    Quote Originally Posted by BLK306
    Am I in no mans land with this one?
    It looks like the skin you used is using old files that don't conform to the newer versions of phpbb.
    i have checked to see if the mod is still out there but can't find it this may be because phpbb use it as standard.

    i know one edit for it

    Code:
    # 
    #-----[ OPEN ]------------------------------------------ 
    # 
    templates/yourstile/profile_add_body.tpl 
     
    # 
    #-----[ FIND ]------------------------------------------ 
    # 
       <tr> 
         <td class="row1"><span class="gen">{L_CONFIRM_PASSWORD}: * </span><br /> 
          <span class="gensmall">{L_PASSWORD_CONFIRM_IF_CHANGED}</span></td> 
         <td class="row2"> 
          <input type="password" class="post" style="width: 200px" name="password_confirm" size="25" maxlength="32" value="{PASSWORD_CONFIRM}" /> 
         </td> 
       </tr> 
    # 
    #-----[ AFTER, ADD ]------------------------------------------ 
    # 
       <!-- Visual Confirmation --> 
       <!-- BEGIN switch_confirm --> 
       <tr> 
          <td class="row1" colspan="2" align="center"><span class="gensmall">{L_CONFIRM_CODE_IMPAIRED}</span><br /><br />{CONFIRM_IMG}<br /><br /></td> 
       </tr> 
       <tr> 
         <td class="row1"><span class="gen">{L_CONFIRM_CODE}: * </span><br /><span class="gensmall">{L_CONFIRM_CODE_EXPLAIN}</span></td> 
         <td class="row2"><input type="text" class="post" style="width: 200px" name="confirm_code" size="6" maxlength="6" value="" /></td> 
       </tr> 
       <!-- END switch_confirm --> 
    # 
    #-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
    # 
    # EoM
    there might be another i can't remember.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49