Results 1 to 2 of 2

Thread: Rename hyperlinks

  1. #1
    dbhat is offline Junior Member
    Join Date
    Nov 2010
    Posts
    1

    Default Rename hyperlinks

    Hello,

    I renamed Accounts tab to show up as Advisor Teams. When I click on Advisor Teams, actions still say "Create Account" instead of 'Create Advisor Team'. I have tried editing en_us.lang.php in accounts modules. I also looked into include/language/en_us.lang.php.

    Please help.

    Thanks,

    Dinesh
    Attached Images Attached Images  

  2. #2
    robertbmirth is offline Sugar Community Member
    Join Date
    Jun 2010
    Location
    Irvine, CA
    Posts
    345

    Default Re: Rename hyperlinks

    Mmkay, for the top bar, what you're going to want to do is go to your custom/modules/accounts/language/en_us.lang.php. Create it if its not already there. Add the lines:
    PHP Code:
    <?php
    $mod_strings 
    = array (
        
    'LNK_ACCOUNT_LIST' => 'View Accounts',
        
    'LNK_NEW_ACCOUNT' => 'Create Accounts',
        
    'LNK_IMPORT_ACCOUNTS' => 'Import Accounts',
        
    'LBL_LIST_ACCOUNT_NAME' => 'Account Name',
    );
    ?>
    Do a repair/rebuild (especially if you don't have developer mode on) and it should work for you.
    Robert Beckman
    Software Engineer
    Mirth Corporation

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 23
    Last Post: 2009-12-02, 08:18 PM
  2. Hyperlinks in ListView
    By fabivomsee in forum Help
    Replies: 3
    Last Post: 2009-08-26, 11:13 AM
  3. Links as Hyperlinks?
    By biznizza in forum Help
    Replies: 1
    Last Post: 2009-04-12, 11:30 PM
  4. Clickable hyperlinks?
    By maxdunn210 in forum Help
    Replies: 1
    Last Post: 2006-05-26, 03:29 PM
  5. 4.0.1 lost Account hyperlinks!
    By Chaws in forum Help
    Replies: 4
    Last Post: 2006-03-09, 04:50 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
  •