Modules

Discussion in 'General' started by alexillsley, Jan 25, 2007.

  1. alexillsley

    alexillsley New Member

    How can i create a new module? Like create ones at the top within the links "Web Manager" "Web FTP" "tools" .....

    I noticed all these links were in the mysql database table "sys modules", and tryed to insert my own however that failed:( How can i create a module at the top?

    Thanks,
    Alex
     
  2. mphayesuk

    mphayesuk Member HowtoForge Supporter

    Its not easy, you will need to rewrite some of the core code (php) and the mysql tables. So it depends on what you need to do because everytime there is a new update released it will override any changes you have made, so if its something that would be usefull so all users of ISPConfig you need to get in contact with falco or till.
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    The best way to create a new module is to make a copy of one of the existing module in the file system and then create the module in the database table sys_modules. But be aware that a update of ISPConfig will remove your new module when it is not part of the ISPConfig core as mphayesuk pointed out.
     

Share This Page