Results 1 to 4 of 4

Thread: Account Activation

  1. #1
    Join Date
    Jun 2008
    Posts
    9

    Default Account Activation

    What file do I need to edit if I want to customize the box around the message when my "sign up verifications" is on...

    The message they see is

    "Your account has been created. However, this site requires account activation, an activation key has been sent to the e-mail address you provided. Please check your e-mail for further information."

    My problem is my site background is black and the text is white, but the box that around that message is light blue making it hard to see

  2. #2
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Account Activation

    you can edit the error.tpl file in templates,look at the following html code

    Code:
    {/if}
    
    {if $msg ne ""}
    
    <table width="80%" align="center" bgcolor="#336699" cellpadding="6" cellspacing="3" border="0">
    <tr>
    <td align="center" bgcolor="#CCFFFF"><span class="success">{$msg}</span></td>
    </tr>
    </table>
    
    
    
    {/if}

    and change bgcolor color. if you want to mare modification in your font you can edit the style.css change the font color

    ok
    thanks

  3. #3
    Join Date
    Jun 2008
    Posts
    9

    Default Re: Account Activation

    thanks man, worked perfectly

  4. #4
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Account Activation

    its ok
    any help in your design?
    thanks :D

Similar Threads

  1. Replies: 3
    Last Post: 05-07-2009, 10:26 PM
  2. User activation problem
    By RAMMSTEIN in forum Bug Reports
    Replies: 0
    Last Post: 04-14-2009, 10:09 AM
  3. Progress bar activation
    By soulflow in forum Installation Support
    Replies: 1
    Last Post: 11-01-2008, 02:38 PM
  4. Account Packages
    By apj5621 in forum Fixed Bugs
    Replies: 14
    Last Post: 08-30-2007, 07:22 PM
  5. Account Packages
    By apj5621 in forum Fixed Bugs
    Replies: 7
    Last Post: 08-24-2007, 10:40 PM

Bookmarks

Posting Permissions

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