ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


What if I want to add new features


  • 2007-07-06 11:42:09

    What if I want to add new features

    I'm actually designing a module that requires the original files to be modified. I mean, I need to add some code somewhere in the original files or delete some code. Is there a proper way of doing this other than asking the user to modify the content files everytime?

  • 2007-07-06 12:24:49

    Re: What if I want to add new features?

    It depends on what you're trying to add/delete in the base code. In most cases you should be able to add your code to the module files, without having to touch the base code.

    In the event that's not possible, you can submit diff files with your changes in them, and we'll consider adding them to the base code. Along with documentation describing the changes.

  • 2007-07-06 14:17:03

    Re: What if I want to add new features?

    Oh..! That is very nice. I'll try developing something really worth adding to the original base code :)

    Thanks a lot greg...