Create Modules

Discussion in 'Developers' Forum' started by nveid, Dec 7, 2011.

  1. nveid

    nveid New Member

    I'm working on creating a new module.. How do I specify the icon used with the text of the module in the menu?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The icon is defined in themes/default/css/navigation/nav_top.css
     
  3. jbadyl

    jbadyl New Member

    Hi, im also starting to create my own simple module,

    and im wondering is it possible to add menu links from my module to for example sites module ? without crating a new icon in the navigation top ?

    Or some other way to extend the sites module without having to worry about updates overwriting my modifications ?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Sure, just add them in the menu config file. You can link to any page that is allowed for this user. Please see here for a module development tutorial:

    http://docs.ispconfig.org/development/interface/
     

Share This Page