HomeHelpTrac

Ignore:
Timestamp:
01/05/09 22:59:11 (3 years ago)
Author:
Anton Lesnikov
Message:
  1. Chat module added, removed an old one.
  2. Removed an old modules mechanism.
  3. Request and Service classes for module engine.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/chat/install/sql/install.sql

    r8219 r8251  
    1 INSERT INTO `TopMenu` (`Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Strict`, `Picture`, `BQuickLink`, `Statistics`) VALUES(0, 'Chat', '_chat_top_menu_item', 'modules/boonex/chat/chat.php', 11, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_chat.png', 1, ''); 
     1INSERT INTO `TopMenu` (`Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Strict`, `Picture`, `BQuickLink`, `Statistics`) VALUES(0, 'Chat', '_chat_top_menu_item', 'm/chat/', 11, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'bx_chat.png', 1, ''); 
    22 
    33INSERT INTO `MemActions` SET `Name`='use chat'; 
Note: See TracChangeset for help on using the changeset viewer.