Results 1 to 3 of 3

Thread: Change in Call Module.

  1. #1
    rubendetandil is offline Junior Member
    Join Date
    Mar 2011
    Posts
    2

    Default Change in Call Module.

    Hi, good Morning.

    I need make a change in Call Module (Activities -> Month -> Planned: xxx -> Subpanel Leads). The telephone (Office Phone) will have to appear as a hyperlink. Where I must realize this modification?

    Thanks,

    Pablo.

  2. #2
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default Re: Change in Call Module.

    in the file
    custom/modules/Calls/metadata/listviewdefs.php or modules/Calls/metadata/listviewdefs.php
    look for
    PHP Code:
    'NAME' => 
      array (
        
    'width' => '40%',
        
    'label' => 'LBL_LIST_SUBJECT',
        
    'link' => true,
        
    'default' => true,
      ), 

    and make sure that link is set to true

  3. #3
    rubendetandil is offline Junior Member
    Join Date
    Mar 2011
    Posts
    2

    Default Re: Change in Call Module.

    I checked and it is in TRUE, but don't work for me. I'm sure that the change must realize in modules\Leads\metadata\subpanels\ForCalls.php, For example:

    'phone_work'=>array (
    'name'=>'phone_work',
    'vname' => 'LBL_LIST_PHONE',
    'widget_class' => 'SubPanelPhoneLink', //NEW LINE
    'width' => '15%',
    ),

    But i don't know how to create a new widget_class.

    The motive for wich i want to form a hyperlink with the telephone number is that i need to call via the X-Lite softphone (Click to Call). Thanks, Pablo.
    Last edited by rubendetandil; 2011-03-17 at 02:02 PM. Reason: Missing words.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2009-07-15, 11:55 AM
  2. How to change View Change Log link in Cases Module
    By rraushan2007 in forum Developer Help
    Replies: 1
    Last Post: 2008-08-27, 12:06 PM
  3. Call Loggin Module!!
    By rikc in forum Help
    Replies: 0
    Last Post: 2005-10-14, 03:14 PM
  4. Call module?
    By Homefixns in forum Feature Requests
    Replies: 1
    Last Post: 2005-07-28, 01:39 PM

Tags for this Thread

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
  •