Results 1 to 5 of 5

Thread: Renaming Tabs Problem

  1. #1
    xadora is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    26

    Default Renaming Tabs Problem

    Hi,

    I have the following problem:

    I have changed the name of the Tab "Opportunity" to "Sales".

    The Module is now named "Sales", but it still says:

    "Opportunities: Home" on the Sales-Page.

    I thought this was automaticly changed when renaming the tab. Since it obviously was not can someone show me how i can change "Opportunity: Home" into "Sales: Home"?. This needs to be upgrade safe.

    Same needs to be done to "Opportunity List" (Should be "Sales List) and also the shortcuts ("create opportunity" --> "create sale")

    Thanks for any help!
    Dr. Ole Goos
    Xadora GmbH

  2. #2
    sugra's Avatar
    sugra is offline Senior Member
    Join Date
    Jul 2008
    Location
    Jamaica
    Posts
    42

    Default Re: Renaming Tabs Problem

    Hi

    Go to the admin page -> Under Developer Tools, go to Studio. In Studio, select the name of the module that you would that you changed the name for -> Select the Labels box -> In that option, change the old name of the module to the new name.

  3. #3
    shamimwilson is offline Sugar Community Member
    Join Date
    Mar 2009
    Location
    Banglore India
    Posts
    235

    Default Re: Renaming Tabs Problem

    Quote Originally Posted by xadora View Post
    Hi,

    I have the following problem:

    I have changed the name of the Tab "Opportunity" to "Sales".

    The Module is now named "Sales", but it still says:

    "Opportunities: Home" on the Sales-Page.

    I thought this was automaticly changed when renaming the tab. Since it obviously was not can someone show me how i can change "Opportunity: Home" into "Sales: Home"?. This needs to be upgrade safe.

    Same needs to be done to "Opportunity List" (Should be "Sales List) and also the shortcuts ("create opportunity" --> "create sale")

    Thanks for any help!
    Hi,
    you can do this through backend.
    go to modules/Opportunities/language
    then copy the file en_us.lang.php
    to custom/modules/Opprotunities/language

    In this file you can customize according to your need.
    change where ever you find opportunity to the sales.
    ShamimWilson
    shamim.797@gmail.com.

  4. #4
    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: Renaming Tabs Problem

    If your sugar is installed in a Linux / Unix box so you can run this command on shell:

    find -name "en_us.lang.php" | xargs grep -n "Opportunit" | grep -v "cache"

    It will display all language files which needs to be updated to accomplish your needs.
    So you need to create the custom version of such files and apply the necessary change.

    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.

  5. #5
    xadora is offline Sugar Community Member
    Join Date
    Mar 2007
    Posts
    26

    Default Re: Renaming Tabs Problem

    Excellent. That work pretty well and was very easy. Needed to do a quick repair after the update of the language files.
    Dr. Ole Goos
    Xadora GmbH

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2009-03-13, 09:07 AM
  2. Problem with Rename Tabs in Admin
    By caxy in forum Help
    Replies: 2
    Last Post: 2007-12-19, 09:15 PM
  3. problem with hidden tabs
    By Fleury in forum Developer Help
    Replies: 2
    Last Post: 2006-10-20, 02:10 PM
  4. Problem With Removing Tabs
    By Eskay in forum Help
    Replies: 1
    Last Post: 2006-06-19, 11:00 PM
  5. Problem removing tabs
    By skeohane in forum Help
    Replies: 4
    Last Post: 2005-01-22, 11:58 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
  •