Results 1 to 5 of 5

Thread: Module Building without Module Builder

  1. #1
    jmasiello is offline Senior Member
    Join Date
    Aug 2009
    Posts
    35

    Question Module Building without Module Builder

    So I am working for a company now who has disabled, completely, module builder and studio. it is ver 5.0. I need to create a new module for them. I am new to SCRM and I have read the dev guide for 5.1 as I didn't see one for 5.0. (would i be better off reading 4.9?) How do I create a module by hand without the builder? I have tried duplicating files and renaming variables and such but an still having issue. If we need to start with a more basic question then how about this.

    If I am creating a new module from scratch by hand, I believe the module goes in ../custom/modules/myModule/ (if it jsut goes in /modules/myModule please let me know.)
    what should the directory structure be in that directory?

    I _think_ I need the following...
    /language
    /metadata

    I do know they want this module to be available as a subpanel for other modules so I assume i also need
    /metadata/subpanel

    yes?


    Thank you, I will be hitting this site frequently. I have been reading for a couple days now and my head is going to explode
    if that is correct then I am also a little confused as to what goes into /custom/modules vs /modules

    Hsnopi

  2. #2
    matthew's Avatar
    matthew is offline Sugar Team Member
    Join Date
    Jul 2005
    Posts
    533

    Default Re: Module Building without Module Builder

    I've attached a blank template that you can use. You just need to Find & Replace the Foos and Bars... check out the README in the file.
    Attached Files Attached Files

    Sugar University for training
    Sugar Wiki for developer and user help
    SugarForge for modules, themes, lang packs
    SugarExchange for production-ready extensions
    Enter/view bugs via the Sugar bug tracker

  3. #3
    jmasiello is offline Senior Member
    Join Date
    Aug 2009
    Posts
    35

    Default Re: Module Building without Module Builder

    thank you! THis will help immensely!

    In case notifications are how you keep up to date. I seem to be unable to find the readme.
    Last edited by jmasiello; 2009-08-25 at 07:33 PM.

  4. #4
    jmasiello is offline Senior Member
    Join Date
    Aug 2009
    Posts
    35

    Default Re: Module Building without Module Builder

    I looked throgh the files but did not see a README anywhere. I could be blind though.

  5. #5
    jmasiello is offline Senior Member
    Join Date
    Aug 2009
    Posts
    35

    Default Re: Module Building without Module Builder

    in case anyone else wants to comment...
    $sugar_version = '5.0.0b';
    $sugar_db_version = '5.0.0';
    $sugar_flavor = 'CE';
    $sugar_build = '3150';

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 2009-07-16, 04:26 AM
  2. Basic (I guess) problems with module building
    By asbaeza in forum Developer Help
    Replies: 2
    Last Post: 2008-08-22, 05:25 AM
  3. Replies: 0
    Last Post: 2007-11-21, 12:08 PM
  4. error in building a custom Module
    By sharmendra in forum Developer Help
    Replies: 1
    Last Post: 2007-08-22, 11:00 AM
  5. Building a new module in 4.5f
    By b0bcat2000 in forum General Discussion
    Replies: 5
    Last Post: 2007-02-12, 09:45 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
  •