Results 1 to 2 of 2

Thread: Edit New Contact quick create on hompage

  1. #1
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default Edit New Contact quick create on hompage

    How do I edit the fields in the "New Contact" quick create on the left panel of my homepage? Also, how do I edit the actual name to change it from "New Contact" to something else?

    sugar 5.5

  2. #2
    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: Edit New Contact quick create on hompage

    You need to copy the file modules/Contacts/metadata/sidecreateviewdefs.php into custom/modules/Contacts/metadata/sidecreateviewdefs.php.
    Then you need to modify by hand this file according to your needs.
    To modify the name of the form you need to create an extended language for Contacts, as per my post at your other thread.

    PHP Code:
    <?php
    $mod_strings
    ['LBL_NEW_FORM_TITLE'] = 'Whatever you want';
    ?>
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Accounts: Contact quick create not working
    By jim.thornton in forum Developer Help
    Replies: 5
    Last Post: 2009-06-22, 03:01 PM
  2. Replies: 2
    Last Post: 2009-02-12, 05:04 PM
  3. Replies: 3
    Last Post: 2008-08-06, 12:31 AM
  4. Adding contact to quick create form
    By Shane0 in forum Help
    Replies: 5
    Last Post: 2007-07-12, 02:13 PM
  5. Customized Contact Quick Create not working
    By pniranjan in forum Developer Help
    Replies: 0
    Last Post: 2007-04-24, 07:54 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
  •