Results 1 to 5 of 5

Thread: Welcome Login WHITE page is UGLY

  1. #1

    Join Date
    Mar 2006
    Posts
    102

    Thumbs down Welcome Login WHITE page is UGLY

    Hi

    When you log into to my site, and others as i am learning of AE's, you get a page pop up that is all white and says welcome .... bla bla bla

    I know it is only up for seconds, but it is really over powering, has anyone done anything with this page, like stuck a logo, or put some colour on...stuff like that - its just well so IN YOUR FACE....any one?

    Cheers
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Hi,

    In member.php, you will find, perhaps around line #55

    Code:
    echo _t( "_WELCOME_MEMBER", $p_arr['NickName'] );
    This is what is shown... you can edit this _WELCOME_MEMBER

    Code:
    '_WELCOME_MEMBER' => 'Welcome, <b>{0}</b>!<br />Please, wait. Logging you in...',
    In your DB (v4.1.1 or greater) or lang file (v4.1.0 or under) as you wish.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  3. #3
    Prometheus
    Guest

    Default

    In your lang file find this code:



    Code:
    '_WELCOME_MEMBER' => 'Welcome, <b>{0}</b>!<br />Please, wait. Logging you in...',

    replace with this code:

    Code:
    '_WELCOME_MEMBER' => '<table width="100%"  height="100%" border="0" bgcolor="000000">
      <tr>
        <td></td>
      </tr>
    </table>',


    You, of course, may change the background color/image to whatever pleases you.
    And add this code in the appropriate place to make the page transition easier on the eye.


    Code:
    <meta http-equiv="Page-Enter" content="revealTrans(Duration=1.0,Transition=12)">
    
    <meta http-equiv="Page-Exit" content="revealTrans(Duration=1.0,Transition=12)">




    Peace


    Todd
    Last edited by Smoge; 09-29-2006 at 01:39 AM.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  4. #4
    eSiK
    Guest

    Angry

    Is it somehow possible just to remove this stupid white page while loggin in & out?
    Thx in advance for your responses
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

  5. #5
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,642
    Blog Entries
    5

    Default

    Yes... in member.php you will see

    Code:
    echo _t( "_WELCOME_MEMBER", $p_arr['NickName'] );
    comment it out like this

    Code:
    //echo _t( "_WELCOME_MEMBER", $p_arr['NickName'] );
    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
    Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiTweet this Post!

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Picture on the login page
    By saqrep in forum General Issues, Comments, Questions
    Replies: 0
    Last Post: 04-18-2007, 03:46 AM
  2. How to get rid of the ugly green block
    By CodyT in forum Speed Tweaks
    Replies: 5
    Last Post: 02-12-2007, 12:11 PM
  3. Member Login Page
    By Prometheus in forum General Troubleshooting
    Replies: 2
    Last Post: 09-26-2006, 10:57 AM
  4. White page
    By warrior in forum General Troubleshooting
    Replies: 0
    Last Post: 07-27-2006, 11:12 AM
  5. If not login/join page???
    By franklaval in forum Graphics / Templates
    Replies: 0
    Last Post: 11-16-2005, 10:43 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