I realized the problem. It was in permissions =)
I have added in the includes\acp\info file acl 'auth' => 'acl_a_new' in analogy to the 'auth' => 'acl_a_ranks' in official module. But it doesn't work for me. So i try to replace it by one of the standart permissions - 'auth' => 'acl_a_ranks' for ...
Search found 12 matches
- Tue Oct 17, 2006 10:03 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Moduls in ACP
- Replies: 16
- Views: 21861
- Tue Oct 17, 2006 2:45 pm
- Forum: [3.0/Olympus] New features discussion
- Topic: Moduls in ACP
- Replies: 16
- Views: 21861
Moduls in ACP
How to make own ACP modules?
Was module install system finished?
I find that i need to:
- add a template in adm\style
- add correct module in includes\acp
- add module definition in includes\acp\info
New module is shown in the list of availible modules. Also i can add it to one of the existing or ...
Was module install system finished?
I find that i need to:
- add a template in adm\style
- add correct module in includes\acp
- add module definition in includes\acp\info
New module is shown in the list of availible modules. Also i can add it to one of the existing or ...