Results 1 to 5 of 5

Thread: button manage subscription

  1. #1
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default button manage subscription

    Hi,
    How i can delete the button manage subscription in detailview of contact?
    thanks

  2. #2
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default Re: button manage subscription

    Help
    I have see this link http://www.sugarcrm.com/forums/showthread.php?t=50793
    but it doesn't work

    My configuration is
    SugarCe 5.5
    php 5

    thanks

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

    Default Re: button manage subscription

    Hi,

    Edit this file /modules/Contacts/metadata/detailviewdefs.php



    PHP Code:
    $viewdefs['Contacts']['DetailView'] = array(
        
    'templateMeta' => array(
            
    'preForm' => '<form name="vcard" action="index.php">'.
                         
    '<input type="hidden" name="entryPoint" value="vCard">'.
                         
    '<input type="hidden" name="contact_id" value="{$fields.id.value}">'.
                         
    '<input type="hidden" name="module" value="Contacts">'.
                         
    '</form>',
            
    'form' => array(
                
    'buttons' => array('EDIT''DUPLICATE''DELETE''FIND_DUPLICATES'),            
    ... 
    PHP Code:

    'buttons' => array('EDIT'); 
    Then rename directory ../cache/modules/Contacts/ to ../cache/modules/Contacts1/
    Letrium ltd. - Only high quality service
    http://letrium.com

  4. #4
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default Re: button manage subscription

    Thanks for your reply.
    Now i try!

  5. #5
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default Re: button manage subscription

    ok resolved.

    there is another file of custom for this problem in custom\modules\contacts\metadata\detailviewdefs.ph p.

    Thanks a lot !!


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 2008-09-24, 03:48 PM
  2. Replies: 0
    Last Post: 2008-08-05, 11:01 PM
  3. How do you add subscription payments
    By gafort in forum General Discussion
    Replies: 1
    Last Post: 2008-03-19, 12:16 AM
  4. subscription/emmbership management
    By amathewk in forum Help
    Replies: 0
    Last Post: 2007-08-12, 03:07 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
  •