Results 1 to 7 of 7

Thread: Chnage the name of Module

  1. #1
    shahramjaved is offline Junior Member
    Join Date
    Jun 2010
    Posts
    2

    Default Chnage the name of Module

    Hi, I am new to SugarCRM 5.5.2, i want to know how i can change the name of Module:
    Like,
    change the name of Account module to xyz.

    Waiting for positive response from you people.


    Thanks.

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

  3. #3
    shahramjaved is offline Junior Member
    Join Date
    Jun 2010
    Posts
    2

    Default Re: Chnage the name of Module

    Thanks for help, I also want to change All the reference of word Account to xyz,
    for example "create account"(visible in shortcut panel) to create xyz.

    I will be very thankful if you can help me.

    Thanks

    Shahram

  4. #4
    chinwoei's Avatar
    chinwoei is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    91

    Default Re: Chnage the name of Module

    Quote Originally Posted by shahramjaved View Post
    Thanks for help, I also want to change All the reference of word Account to xyz,
    for example "create account"(visible in shortcut panel) to create xyz.

    I will be very thankful if you can help me.

    Thanks

    Shahram
    Go to studio > Accounts > Labels
    change all the account to xyz...

    You might want to change those modules label that having relationship with Accounts.
    I am from iZeno Pte Ltd
    Personal Site: Technical Sharing
    SugarForge Project:
    iZeno SMS : http://www.sugarforge.org/projects/izeno-sms/

  5. #5
    gzieve is offline Junior Member
    Join Date
    Jun 2010
    Posts
    1

    Default Re: Chnage the name of Module

    I'd like to change the "tasks" module name but I can't find this option anywhere in the admin section.

  6. #6
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Chnage the name of Module

    You can do it manually
    /include/language/en_us.lang.php


    PHP Code:
    ...
    $app_list_strings = array (

    //e.g. auf Deutsch 'Contacts'=>'Contakten',
      
    'language_pack_name' => 'US English',
      
    'moduleList' =>
      array (
        
    'Home' => 'Home',
        
    'Dashboard' => 'Dashboard',
        
    'Contacts' => 'Contacts',
        
    'Accounts' => 'Accounts',
        
    'Opportunities' => 'Opportunities',
        
    'Cases' => 'Cases',
        
    'Notes' => 'Notes',
        
    'Calls' => 'Calls',
        
    'Emails' => 'Emails',
        
    'Meetings' => 'Meetings',
        
    'Tasks' => 'Tasks',
    ... 
    Last edited by AlexAv; 2010-06-29 at 02:34 PM.
    Letrium ltd. - Only high quality service
    http://letrium.com

  7. #7
    chinwoei's Avatar
    chinwoei is offline Sugar Community Member
    Join Date
    Jul 2007
    Posts
    91

    Default Re: Chnage the name of Module

    Quote Originally Posted by gzieve View Post
    I'd like to change the "tasks" module name but I can't find this option anywhere in the admin section.
    go to admin > rename tab >
    rename the tasks to XXXX

    then go to admin > studio > tasks > labels
    to change all the tasks to XXXX
    I am from iZeno Pte Ltd
    Personal Site: Technical Sharing
    SugarForge Project:
    iZeno SMS : http://www.sugarforge.org/projects/izeno-sms/

Thread Information

Users Browsing this Thread

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

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
  •