Results 1 to 9 of 9

Thread: Change to module name

  1. #1
    thatboyjim is offline Member
    Join Date
    Jul 2009
    Posts
    5

    Arrow Change to module name

    Hi all,

    I can't seem to find an answer to this so decided to raise a new thread.

    When I installed Sugar CRM there was a module called 'Cases' which I renamed through the admin panel to 'Orders'. This changed the tab which is great, however any other references to what was cases is still called 'Cases'. For example, the menus and headers etc.

    Any ideas how I can change the name 'Case' to 'Order' globally to avoid confusion to the users?

    Any help would be really appreciated.

    Many thanks.

    James

  2. #2
    sivasugguna is offline Member
    Join Date
    May 2008
    Posts
    7

    Default Re: Change to module name

    Hi,

    If you wan't change at menu's label? go to Admin -> Rename Tabs
    If you wan't change title/ caption? go to Admin -> Studio -> Module -> Field Labels then change the Captions.

    Note: Keep the module name as it is. Just change labels.

    Thanks,
    ssugguna

  3. #3
    thatboyjim is offline Member
    Join Date
    Jul 2009
    Posts
    5

    Default Re: Change to module name

    I still don't think your quite getting me...

    On 'Orders' (previously Cases home page), the header still says 'Cases: Home', it should say 'Orders: Home'.

    Do I have to make a code change for this to take effect? If so, what file?

    James

  4. #4
    gsrikanth's Avatar
    gsrikanth is offline Sugar Community Member
    Join Date
    Dec 2008
    Location
    Hyderabad
    Posts
    49

    Default Re: Change to module name

    Hi,

    You need to modify the case module language file.
    modules\Cases\language\en_us.lang.php

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

    Default Re: Change to module name

    Hi

    It will be better if you copy the file en_us.lang.php from modules\Cases\language

    and paste it into Custom\modules\Cases\Language folder

    Then you can modify which is upgrade safe.

  6. #6
    hasi21 is offline Sugar Community Member
    Join Date
    Jan 2009
    Posts
    64

    Default Re: Change to module name

    Hi thatboyjim,
    For change the "Cases" => "Orders" at the menus, You have to create one file in the custom/Extension/application/Ext/Language/en_us.Cases.php and put following line into it.

    $app_list_strings['moduleList']['Cases'] = 'Orders';

    Hope this can help!!!!

  7. #7
    thatboyjim is offline Member
    Join Date
    Jul 2009
    Posts
    5

    Default Re: Change to module name

    Thank you to everyone for their replies... these seem to be the things I need and I have implemented them all without any effect. Is there some kind of cache I need to clear or something?

    James

  8. #8
    gsrikanth's Avatar
    gsrikanth is offline Sugar Community Member
    Join Date
    Dec 2008
    Location
    Hyderabad
    Posts
    49

    Default Re: Change to module name

    Hi,

    Go to Admin->repair->Quick Repair and Rebuild

  9. #9
    thatboyjim is offline Member
    Join Date
    Jul 2009
    Posts
    5

    Default Re: Change to module name

    Fantastic!!!

    Thats done it, many thanks.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Change a module name
    By bachNroll7 in forum Developer Help
    Replies: 12
    Last Post: 2011-11-21, 02:12 PM
  2. Replies: 3
    Last Post: 2009-07-13, 11:34 AM
  3. Replies: 1
    Last Post: 2009-07-13, 10:37 AM
  4. How to change View Change Log link in Cases Module
    By rraushan2007 in forum Developer Help
    Replies: 1
    Last Post: 2008-08-27, 12:06 PM
  5. Replies: 0
    Last Post: 2006-10-13, 12:57 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
  •