Results 1 to 3 of 3

Thread: Remove Schedule Call from calendar

  1. #1
    timolein is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    51

    Default Remove Schedule Call from calendar

    Hi,

    Can I disable or remove Schedule Call from calendar and leave just Schedule Meeting ?

    Timo
    Attached Images Attached Images  

  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: Remove Schedule Call from calendar

    Hi Timolein

    You need to edit the file modules/Calendar/templates/templates_calendar.php and modify the code regarding the lines

    PHP Code:
    <div style="display:none;" id='<?php echo template_echo_daily_view_24_hour($args); ?>_appt'> <?php

        
    require_once('modules/Calls/CallFormBase.php');
        
    $callForm = new CallFormBase();
        echo 
    $callForm->getFormBody('''Calls''inlineCal'.template_echo_daily_view_24_hour($args).'CallSave'$timedate->to_display_date($args['calendar']->date_time->get_mysql_date(), false), $timedate->to_display_time(template_echo_daily_view_24_hour($args).':00:00'truefalse))."<br>";
    ?></div>
    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.

  3. #3
    timolein is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    51

    Default Re: Remove Schedule Call from calendar

    You dont give this free are you

    I have tryed many things, but no succes.. I know it´s in this line:

    echo $callForm->getFormBody('', 'Calls', 'inlineCal'.template_echo_daily_view_24_hour($args ).'CallSave', $timedate->to_display_date($args['calendar']->date_time->get_mysql_date(), false), $timedate->to_display_time(template_echo_daily_view_24_hour( $args).':00:00', true, false))."<br>";


    and need more advice.

    Timo

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Schedule a call for many Contacts.
    By RJS in forum Help
    Replies: 1
    Last Post: 2009-03-17, 02:56 PM
  2. Leads - schedule call
    By netron in forum Help
    Replies: 3
    Last Post: 2008-01-30, 07:50 PM
  3. About Schedule call, help me
    By amour in forum Help
    Replies: 0
    Last Post: 2006-10-17, 06:52 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
  •