Results 1 to 10 of 10

Thread: Name and labels of custom modules incorrect

  1. #1
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Name and labels of custom modules incorrect

    Dear members,

    After deploying two custom modules I'm facing some problems.

    - The modulename isn't visible in 'Configure Subpanels'. How can I solve this?




    - How can I change the modulename in the breadcrumbs? This isn't showing the name I want.



    Again, thanks for your help!
    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

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

    Default Re: Name and labels of custom modules incorrect

    Try to do Quick Repair and Rebuild
    Admin->Repair-> Quick Repair and Rebuild

    Is it solved your problem?
    Letrium ltd. - Only high quality service
    http://letrium.com

  3. #3
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Re: Name and labels of custom modules incorrect

    Thanks for your quick reply., but the quick repair didn't solve the problems...
    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

  4. #4
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Re: Name and labels of custom modules incorrect

    I found out something new. I installed JJWDesign Tools and Reports Modules. This module is also not visible, so I can't use it. I think the problem with this module and my custom modules have the same reason...

    Does anyone know in what files I should search for the problem? Or maybe I can replace these files with the original one's??
    Last edited by knoop; 2010-11-03 at 09:07 AM.
    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

  5. #5
    barkamlesh is offline Senior Member
    Join Date
    Oct 2010
    Posts
    20

    Default Re: Name and labels of custom modules incorrect

    Quote Originally Posted by knoop View Post
    I found out something new. I installed JJWDesign Tools and Reports Modules. This module is also not visible, so I can't use it. I think the problem with this module and my custom modules have the same reason...

    Does anyone know in what files I should search for the problem? Or maybe I can replace these files with the original one's??
    Hi Knoop

    put 'LBL_MODULE_NAME' => 'module_name',
    'LBL_MODULE_TITLE' => 'module title',

    in your language file having path (module_name/language/en_us.lang.php)

    hope this will work

    thanks and regards
    kamlesh bar
    Gujarat,india

  6. #6
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Re: Name and labels of custom modules incorrect

    Hi barkamlesh,

    Thanks for your reply, but these two lines are allready in my language file.
    I think this isn't the reason why the tabs are invisible in the menu
    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

  7. #7
    barkamlesh is offline Senior Member
    Join Date
    Oct 2010
    Posts
    20

    Default Re: Name and labels of custom modules incorrect

    Quote Originally Posted by knoop View Post
    Hi barkamlesh,

    Thanks for your reply, but these two lines are allready in my language file.
    I think this isn't the reason why the tabs are invisible in the menu
    hI knoop can you show me your manifest and en_us.lang fiile code hope i can help you. and also i am building hellowrold module. i will send you code as i finishied...

  8. #8
    barkamlesh is offline Senior Member
    Join Date
    Oct 2010
    Posts
    20

    Default Re: Name and labels of custom modules incorrect

    Quote Originally Posted by knoop View Post
    Hi barkamlesh,

    Thanks for your reply, but these two lines are allready in my language file.
    I think this isn't the reason why the tabs are invisible in the menu
    hI knoop can you show me your manifest and en_us.lang fiile code hope i can help you. and also i am building hellowrold module. i will send you code as i finishied...

  9. #9
    knoop is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    79

    Default Re: Name and labels of custom modules incorrect

    Code:
    <?php
    
    $mod_strings = array (
      'LBL_ASSIGNED_TO_ID' => 'Assigned User Id',
      'LBL_ASSIGNED_TO_NAME' => 'User',
      'LBL_ID' => 'ID',
      'LBL_DATE_ENTERED' => 'Date Created',
      'LBL_DATE_MODIFIED' => 'Date Modified',
      'LBL_MODIFIED' => 'Modified By',
      'LBL_MODIFIED_ID' => 'Modified By Id',
      'LBL_MODIFIED_NAME' => 'Modified By Name',
      'LBL_CREATED' => 'Created By',
      'LBL_CREATED_ID' => 'Created By Id',
      'LBL_DESCRIPTION' => 'Description',
      'LBL_DELETED' => 'Deleted',
      'LBL_NAME' => 'Name',
      'LBL_CREATED_USER' => 'Created by User',
      'LBL_MODIFIED_USER' => 'Modified by User',
      'LBL_LIST_NAME' => 'Name',
      'LBL_LIST_FORM_TITLE' => 'Projecten | Advies List',
      'LBL_MODULE_NAME' => 'Projecten | Advies',
      'LBL_MODULE_TITLE' => 'Projecten | Advies',
      'LBL_HOMEPAGE_TITLE' => 'My Projecten | Advies',
      'LNK_NEW_RECORD' => 'Create Projecten | Advies',
      'LNK_LIST' => 'View Projecten | Advies',
      'LNK_IMPORT_TV_WEBDIENSTEN' => 'Import Projecten | Webdiensten',
      'LBL_SEARCH_FORM_TITLE' => 'Search Projecten | Advies',
      'LBL_HISTORY_SUBPANEL_TITLE' => 'View History',
      'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Activities',
      'LBL_TV_WEBDIENSTEN_SUBPANEL_TITLE' => 'Projecten | Webdiensten',
      'LBL_NEW_FORM_TITLE' => 'New Projecten | Advies',
      'LNK_IMPORT_TV_WEBDIENSTEN1' => 'Import Projecten | Advies',
      'LBL_TV_WEBDIENSTEN1_SUBPANEL_TITLE' => 'Projecten | Advies',
      'LNK_IMPORT_TV_ADVIES' => 'Import Projecten | Advies',
      'LBL_TV_ADVIES_SUBPANEL_TITLE' => 'Projecten | Advies',
    );
    ?>
    Where do I find the manifest?

    I'm very confused why the tab's aren't visible after deploying a module
    Prod: Version 6.1.0 (Build 5389)
    Test: Version 6.4.2 (Build 7526)

  10. #10
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Name and labels of custom modules incorrect

    You find the manifest.php file in the main directory in your module-zip-file created after publishing the module in the module builder.

    In the following thread you can find the example module (see post #5) mentioned by barkamlesh above:
    http://www.sugarcrm.com/forums/showt...108#post233108
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

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: 2009-09-24, 01:24 AM
  2. List Headers Incorrect in Several Modules - See Image
    By AnalyticalAviation in forum Help
    Replies: 10
    Last Post: 2008-02-12, 06:19 PM
  3. Replies: 0
    Last Post: 2007-06-11, 10:14 AM

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
  •