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

Thread: Modifying Tabs

  1. #1
    Spy123 is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    36

    Default Modifying Tabs

    Hi ,

    I'm trying to modify the tabs of the page headers for example : cases:Home to Claims:Home , as well as I'm trying to change the shrtcut tabs example : Cases to claims or create new case to create new claim , could anyone help me please ? .

  2. #2
    malcolmh's Avatar
    malcolmh is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Aug 2004
    Posts
    1,712

    Default Re: Modifying Tabs

    Hi,

    To rename the tabs go to the admin section and call the rename tabs option in the studio section.

    To renaem the short cuts you will need to look at the menu.php file and change what you want there.
    Cheers Malcolm

    Genius4U Limited - Ingenious simple IT solutions for you / Genial einfache IT Lösungen für Sie
    http://www.genius4u.com or http://www.genius4u.de

  3. #3
    Spy123 is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    36

    Default Re: Modifying Tabs

    ok What about the header we can change it also from menu.php , and if I want to add a new module it has to be php based or anything will be fine ?

  4. #4
    Join Date
    Dec 2006
    Posts
    8

    Default Re: Modifying Tabs

    hi i have similar problem i want to change Employee module as representative.we cannot modify it through studio.can any one help me.How to chane the name of employees in the top.i am using sugsrcrm4.5 version
    Last edited by laxmiprasanna9; 2006-12-26 at 12:28 PM.

  5. #5
    Spy123 is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    36

    Default Re: Modifying Tabs

    well , I think we can modify the tabs using using dreamweaver , I'll have to check , I didn't get reply to my thread which mean maybe there is some faulty in SugarCRM , and about module can we do it in php and MySql or anyother programming language would be fine ?

  6. #6
    prajakta is offline Sugar Community Member
    Join Date
    Jan 2007
    Location
    India
    Posts
    10

    Default Re: Modifying Tabs

    for the tabs you have to make changes in the file /include/modules.php
    and for shortcuts in .modules/home/menu.php

  7. #7
    Spy123 is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    36

    Default Re: Modifying Tabs

    well , I have tried to change the code for module/home/menu.php as below

    if(ACLController::checkAccess('Cases', 'edit', true))$module_menu[] =Array("index.php?module=Cases&action=EditView&ret urn_module=Cases&return_action=DetailView", $mod_strings['LNK_NEW_CASE'],"CreateClaims", 'Claims');

    but it did not work out ..... !

    plus I need to change the header text from Cases:Home to Claims:Home

    any idea ?

  8. #8
    prajakta is offline Sugar Community Member
    Join Date
    Jan 2007
    Location
    India
    Posts
    10

    Default Re: Modifying Tabs

    All the tabs are defined in /include/modules.php
    you also need to change make changes in the language file......(/include/language/en_us.lang.php).........
    if you only want to change the text than changes r to be made only in language file...I

    But the menu.php file is for shortcut links on left hand site...

  9. #9
    Join Date
    Dec 2006
    Posts
    8

    Default Re: Modifying Tabs

    I have succesfully chaged the shotcuts.But i have problem on topmost Menu where admin,logout,Employee are there.I have to change the employee to representative.could any one tell in which file i have to make modifications.

    ok bye

  10. #10
    Spy123 is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    36

    Default Re: Modifying Tabs

    Dear laximan,

    Could please guide where Ihave o change these names for shortcuts I tried but out of no use

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)

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
  •