Results 1 to 8 of 8

Thread: Problems with Labels and Field names: Editview showing: first_name

  1. #1
    fabivomsee is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    78

    Question Problems with Labels and Field names: Editview showing: first_name

    Hello:
    Version 5.2.0a (Build 5447) / LAMP on Premium Hosting Provider / Search time in Forum:40 Min. - no usefull results
    Please help me. I tried different things for 2 hours now and it is really anoying ..
    Situation:
    I am just doing some easy modifications in the Studio on my Contacts - Edit View . When I created some new Fields or moved some exiting fields, some fields - and not even touched fields- change in their appearance:
    In this Case it is first_name and lead_source:
    Whatever I do, they can nto be renamed to "Vorname" and "Quelle"


    I am not able to change the the Title... I can edit it, but the changes don't affect anything...

    ...here to see the "Source" field. There should be "Quelle:" instead of "lead_source", which is correctly named in my Field names definitions...

    and as you can see, it also affects the Normal "View" when opening a Contact.
    Also when I switch to English Language.. the Label is still "lead_source" and not transmitted to "Quelle: or Source:"

    Please help me. I tried different things for 2 hours now and it is really anoying ..Thank you for your help.
    Last edited by fabivomsee; 2009-02-22 at 03:06 PM. Reason: More Information

  2. #2
    letrium is offline Sugar Community Member
    Join Date
    Dec 2008
    Posts
    614

  3. #3
    fabivomsee is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    78

    Smile Re: Problems with Labels and Field names: Editview showing: first_name

    Thank you Letrium!

    For those who have the same problem, the Path to the related file is:
    /custom/modules/contacts/ or for "contacts" just the module the problem appears...

  4. #4
    carlo75 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    86

    Default Re: Problems with Labels and Field names: Editview showing: first_name

    Quote Originally Posted by letrium View Post
    Hi!

    Try manualy change label at custom folder.

    Cheers,
    Hi Letrium,
    I've the same problem of fabivomsee,
    if you have one field is all right, but the question changem if
    you have 20/30 custom fields... anyone can help?

  5. #5
    fabivomsee is offline Sugar Community Member
    Join Date
    May 2007
    Posts
    78

    Default Re: Problems with Labels and Field names: Editview showing: first_name

    did you change some language settings in the system?

  6. #6
    carlo75 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    86

    Default Re: Problems with Labels and Field names: Editview showing: first_name

    nothing...

    I haev only installed ZuckerReports

  7. #7
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Problems with Labels and Field names: Editview showing: first_name

    Hi fabivomsee and Carlo

    Take a look at custom/modules/<ModuleName>/language/<Language>.lang.php, check if there is any entry related to such field.

    Probably the entry is defined into an array like that:

    PHP Code:
    $mod_strings = array(
    ..
    ..
    'The Key' => 'The Val',
    ); 
    Remove from there the entry and add it into custom/Extension/modules/<ModuleName>/Ext/Language/<Language>.lang.ext.php

    This way:

    PHP Code:
    $mod_strings['The Key'] = 'The Val'
    Go to Admin -> Repair -> Rebuild Extension.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  8. #8
    carlo75 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    86

    Default Re: Problems with Labels and Field names: Editview showing: first_name

    I will try Andrè,
    thanks for your reply!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Panel labels and system names
    By spyro187 in forum Developer Help
    Replies: 2
    Last Post: 2008-06-21, 09:45 AM
  2. Custom Module not showing tab names
    By jmcalderond in forum General Discussion
    Replies: 8
    Last Post: 2008-05-30, 07:41 PM
  3. Employees Mass Update Labels Not Showing Correctly After Upgrade to 4.5.1b
    By mpoweringu in forum Installation and Upgrade Help
    Replies: 1
    Last Post: 2007-03-27, 02:09 PM
  4. Custom field labels no showing up
    By BOTA:X in forum Help
    Replies: 5
    Last Post: 2006-01-25, 07:30 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
  •