Results 1 to 2 of 2

Thread: Disable Fullform

  1. #1
    kinshibuya's Avatar
    kinshibuya is offline A Sugar Hero
    Join Date
    Jul 2008
    Location
    brasil
    Posts
    521

    Default Disable Fullform

    Hi!
    Im on 5.2e CE, how can i disable the 'Full Form' buttom on the quick create of notes module?

    I seached and serched for this, but i didnt found any solution,
    im taking any sugestions on this! =D

    thanks in advance
    Priscila Kin Yamamoto Joranhezon
    Phone: +55 61 32010000
    priscila.joranhezon@nct.com.br
    NCT Informática Ltda

  2. #2
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Disable Fullform

    I disabled the create buttons on some of my subpanel by creating a custom menu file.

    Here is what I have you might be able to something similar

    PHP Code:
    <?
    foreach($module_menu as $key => menu_defs){
    if(
    $menu_defs[2] == 'CreateContacts'){
    unset(
    $module_menu[$key])
    }
    }
    ?>
    You may be able to use that to disable the Full Form button - I'm just not sure what you will have to use instead of CreateContacts?

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to disable quickcreate
    By diachnko in forum Developer Help
    Replies: 2
    Last Post: 2009-10-27, 10:36 AM
  2. disable a subpanel
    By Rudi Mentär in forum Developer Help
    Replies: 3
    Last Post: 2009-02-13, 02:22 PM
  3. Disable Format doesnt Disable Format
    By DanBrown in forum Help
    Replies: 13
    Last Post: 2008-07-25, 02:07 PM
  4. sugar is disable
    By tintrung in forum Help
    Replies: 1
    Last Post: 2006-04-24, 11:47 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
  •