Results 1 to 4 of 4

Thread: Include Module Into Another Module

  1. #1
    banning's Avatar
    banning is offline Sugar Community Member
    Join Date
    Jul 2010
    Location
    Kansas
    Posts
    73

    Exclamation Include Module Into Another Module

    Ok so i've got this chunk of code i've put into sugar. It's being included to be showin at the bottom of "Opportunities"

    PHP Code:
    require_once('modules/moduleName/index.php'); 
    BUT NOW its like the language file for the module being included cant be found. I tried this...

    PHP Code:
    require_once('modules/moduleName/language/en_us.lang.php');
    require_once(
    'modules/moduleName/index.php'); 
    but it doesnt seem to work. Anyway i need some sugar assistance lol thank you.

  2. #2
    banning's Avatar
    banning is offline Sugar Community Member
    Join Date
    Jul 2010
    Location
    Kansas
    Posts
    73

    Default Re: Include Module Into Another Module

    can anyone help me on this?

  3. #3
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: Include Module Into Another Module

    Where did you add that code?

    What did you want to achieve?

    Send screenshot
    CRM Software Engineer
    Eontek - www.eontek.rs

  4. #4
    banning's Avatar
    banning is offline Sugar Community Member
    Join Date
    Jul 2010
    Location
    Kansas
    Posts
    73

    Default Re: Include Module Into Another Module

    I was including the index of module A into module B... however i couldn't see to get the en_us.lang.php $mod_strings from module A into module B.

    HOWEVER... since this post i've just created an iframe and throwin a bit of JS in module A to detect if it was being loaded in an iframe and if so to removed certain elements and to adjust itself to fit within the iframe.

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-09-17, 12:40 PM
  2. How to include a module form into an other module
    By Snook in forum Developer Help
    Replies: 4
    Last Post: 2009-06-17, 05:53 PM
  3. Replies: 2
    Last Post: 2008-10-10, 04:55 PM
  4. How to include the logged-in user's phone number in a module
    By philipmartinjones in forum Developer Help
    Replies: 2
    Last Post: 2008-03-07, 07:54 AM
  5. Replies: 2
    Last Post: 2008-01-10, 06:31 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
  •