Results 1 to 2 of 2

Thread: SideQuickCreate in MyPortal

  1. #1
    mikrob35 is offline Senior Member
    Join Date
    Sep 2008
    Posts
    22

    Default [solved]SideQuickCreate in MyPortal

    Hi folks,

    using Sugar CE 5.1, I would like to add a Accounts SideQuickCreate box in the left column of my portal module pages, so that I can create contacts from the webpages I visit trhough iframes...

    I could do this for the Homepage, replacing Contacts with Accounts in modules/home/forms.php but this trick does not work in modules/iframes/forms.php

    In this latter file, there is a call for "function get_new_record_form () { }" and I know that this function is also used by \include\EditView\SideQuickCreate.php ; but I'm not good enough to understand how to solve my issue.

    Help would be really appreciated.

    Thanks a lot in advance.

    Mickael
    Last edited by mikrob35; 2008-09-19 at 12:08 PM. Reason: solved issue

  2. #2
    mikrob35 is offline Senior Member
    Join Date
    Sep 2008
    Posts
    22

    Default Re: SideQuickCreate in MyPortal

    OK.

    The solution was just to erase the default code instead of completing it.

    So, the code for my \modules\iFrames\Forms.php file is :

    <?php

    require_once('modules/Accounts/Account.php');
    $GLOBALS['QCModule'] = 'Accounts';
    require_once('modules/Accounts/Forms.php');

    ?>

    Hope this helps.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MyPortal Permissions
    By sjdine in forum General Discussion
    Replies: 6
    Last Post: 2009-01-21, 03:00 PM
  2. Replies: 4
    Last Post: 2008-08-19, 03:34 PM
  3. Can I add subcategories in MyPortal Tab
    By mtgright in forum General Discussion
    Replies: 2
    Last Post: 2008-07-28, 08:09 AM
  4. MyPortal Module - Delete Sites
    By duncs in forum General Discussion
    Replies: 5
    Last Post: 2007-05-24, 02:54 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
  •