Results 1 to 4 of 4

Thread: Items in Hidden Tabs Columns are invisible

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

    Default Items in Hidden Tabs Columns are invisible

    Dear All,

    Any clue of how to make items in configure tabs>hidden tabs to be visible , I have installed module builder and it seems that builder and simple module tabs appears to be invisible , could someone guide me through making these tabs visible or just point out in which PHP file the modification has to be done in order to make these tabs visible in hidden tabs column
    Last edited by Spy123; 2007-04-10 at 06:09 AM. Reason: image didn't get uploaded

  2. #2
    sanjaykatiyar1's Avatar
    sanjaykatiyar1 is offline Sugar Community Member
    Join Date
    Feb 2006
    Location
    Bangalore
    Posts
    600

    Default Re: Items in Hidden Tabs Columns are invisible

    Make sure this module is under Display tab in the Layout Options of admin account page.
    Sanjay Katiyar
    iPhone and Android solutions http://www.apptility.com

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

    Default Re: Items in Hidden Tabs Columns are invisible

    I tried , It didn't work out , can I modify some php code anf if I can which file I can modify ?

  4. #4
    Skifter is offline Junior Member
    Join Date
    Nov 2006
    Posts
    1

    Wink Re: Items in Hidden Tabs Columns are invisible

    Hi !

    I had the same problem.

    In the file "custom/include/language/en_us.lang.php" you need to add 2 lines for the module builder and simple module tabs.

    'Builder' => 'Module Builder',
    'SimpleModules' => 'Simple Modules',

    FULL ARRAY
    *************
    $app_list_strings['moduleList'] = array (
    'Home' => 'Home',
    'Dashboard' => 'Dashboard',
    'Contacts' => 'Contacts',
    'Accounts' => 'Kunder1',
    'Opportunities' => 'Opgaver',
    'Cases' => 'Cases',
    'Notes' => 'Notes',
    'Calls' => 'Calls',
    'Emails' => 'Emails',
    'Meetings' => 'Meetings',
    'Tasks' => 'Tasks',
    'Calendar' => 'Calendar',
    'Leads' => 'Leads',
    'Activities' => 'Activities',
    'Bugs' => 'Bug Tracker',
    'Feeds' => 'RSS',
    'iFrames' => 'My Portal',
    'TimePeriods' => 'Time Periods',
    'Project' => 'Projects',
    'ProjectTask' => 'Project Tasks',
    'Campaigns' => 'Campaigns',
    'Documents' => 'Documenter',
    'Sync' => 'Sync',
    'Users' => 'Users',
    'Releases' => 'Releases',
    'Prospects' => 'Targets',
    'Queues' => 'Queues',
    'EmailMarketing' => 'Email Marketing',
    'EmailTemplates' => 'Email Templates',
    'ProspectLists' => 'Target Lists',
    'Builder' => 'Module Builder',
    'SimpleModules' => 'Simple Modules',
    );


    Hope this helps. :-)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2007-04-21, 04:52 AM
  2. Some tabs have disappeared
    By neusagudo in forum Help
    Replies: 1
    Last Post: 2006-12-20, 11:11 AM
  3. problem with hidden tabs
    By Fleury in forum Developer Help
    Replies: 2
    Last Post: 2006-10-20, 02:10 PM
  4. Tab Configuration 4.2.1: hide tabs broken
    By andreasw in forum Help
    Replies: 1
    Last Post: 2006-07-05, 08:33 PM
  5. Invisible tabs after 3.0 upgrade
    By daveh in forum Help
    Replies: 5
    Last Post: 2005-07-24, 09:32 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
  •