Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: The "Welcome to Sugar Community Edition" picture at log in page

  1. #1
    RLJB is offline Senior Member
    Join Date
    Oct 2008
    Location
    Sydney - Australia
    Posts
    21

    Default The "Welcome to Sugar Community Edition" picture at log in page

    Hi All

    Can anyone tell me how to get rid of this pic on the log in page?

    BTW - I don't want remove the footer pic, or break the licence, I just want to remove the "Welcome to Sugar Commnity Edition" cause I think it looks ugly.

    Thanks

    RLJB.

  2. #2
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    You can remove this image by editing the file "modules/Users/Login.php"

  3. #3
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    Quote Originally Posted by crmsiva View Post
    You can remove this image by editing the file "modules/Users/Login.php"
    You should copy this file into custom/modules/Users/Login.php and modify this one instead. This approach is upgrade safe.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  4. #4
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    Andre is correct. Go with an upgrade safe customization.

  5. #5
    RLJB is offline Senior Member
    Join Date
    Oct 2008
    Location
    Sydney - Australia
    Posts
    21

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    Thanks guys - worked perfectly!

  6. #6
    IsraelGarcia is offline Junior Member
    Join Date
    Feb 2010
    Posts
    4

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    Hi guys,

    I'm an absolute newbie here but I have the same needs to customize the login screen.

    I copied all the Users module to custom/modules/user but it doesn't work as Sugar is not using the custom copy. I've tried to empty the cache but I'm sure I'm missing something as I'm not used to developing in Sugar.

    Any help will be very appreciated.

    Thanks,

    Israel.

  7. #7
    IsraelGarcia is offline Junior Member
    Join Date
    Feb 2010
    Posts
    4

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    Hi,

    Everything sorted out, I was missing a redirection on the php to the new template dir in /customs/modules/Users. A beginners mistake.

    Thanks,

    Israel.

  8. #8
    davidmmulder is offline Member
    Join Date
    Feb 2010
    Posts
    7

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    For anyone looking to do this in 5.5.1, the location has changed. You'll need to edit the file modules/Users/login.tpl
    You'll probably actually want to move it to custom/modules/Users/login.tpl to make it upgrade safe.

    This is the code you'll need to modify/comment:

    <td style="padding-bottom: 10px;" ><b>{$MOD.LBL_LOGIN_WELCOME_TO}</b><br>
    <IMG src="include/images/sugar_md.png" alt="Sugar" width="340" height="25">
    </td>

    The variable $MOD.LBL_LOGIN_WELCOME_TO contains the "Welcome to" text, and is determined by the selected language.

  9. #9
    davidmmulder is offline Member
    Join Date
    Feb 2010
    Posts
    7

    Default Re: The "Welcome to Sugar Community Edition" picture at log in page

    Everything sorted out, I was missing a redirection on the php to the new template dir in /customs/modules/Users. A beginners mistake.
    Israel,

    Could you explain how you redirected to the new template? I'm somewhat of a newbie as well, and I'm not sure what this means.

    David.

  10. #10
    shinigami is offline Junior Member
    Join Date
    Apr 2010
    Posts
    3

    Unhappy Re: The "Welcome to Sugar Community Edition" picture at log in page

    I have copied the modified login.tpl as custom/modules/Users/login.tpl but nothing happen.... any advise ? Where should I modify the LBL_LOGIN_WELCOME_TO variable ? Should it be in other file ?

    Quote Originally Posted by davidmmulder View Post
    For anyone looking to do this in 5.5.1, the location has changed. You'll need to edit the file modules/Users/login.tpl
    You'll probably actually want to move it to custom/modules/Users/login.tpl to make it upgrade safe.

    This is the code you'll need to modify/comment:

    <td style="padding-bottom: 10px;" ><b>{$MOD.LBL_LOGIN_WELCOME_TO}</b><br>
    <IMG src="include/images/sugar_md.png" alt="Sugar" width="340" height="25">
    </td>

    The variable $MOD.LBL_LOGIN_WELCOME_TO contains the "Welcome to" text, and is determined by the selected language.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 2008-08-13, 07:04 AM
  2. Replies: 2
    Last Post: 2008-04-28, 04:54 PM
  3. Problem in "Leads Capture for Joomla 1.0.x" project page administration
    By joomcreativsug in forum Sugar Developer Website
    Replies: 1
    Last Post: 2008-04-17, 09:42 PM
  4. $user page - place a sub panel on the "My Account" page
    By jturner in forum Developer Help
    Replies: 1
    Last Post: 2007-08-17, 10:24 PM
  5. EditView page: "Account" input text hangs when typing
    By guarriman in forum General Discussion
    Replies: 0
    Last Post: 2007-01-18, 10:53 AM

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
  •