kentu
23.07.2004, 07:13
I'm new, and so this is probably a ridiculous question.
I've read some component and module tutorials, and I've created a module. I'd like to be able to configure the module from a menu in admin.
So in my xml install file I specify:
<administration>
<menu>my_mod</menu>
<submenu>
<menu act="show">Show It!</menu>
</submenu>
<files>
<filename>admin.my_mod.php</filename>
<filename>admin.my_mod.html.php</filename>
</files>
</administration>
and I don't get a menu. in fact, I can't find anyway to have a module edited from the admin. except for installing a component and having both component and module read the same tables. but that seems to much of a work around.
thanks!
side note: the tabs in my code are stripped. wierd.
I've read some component and module tutorials, and I've created a module. I'd like to be able to configure the module from a menu in admin.
So in my xml install file I specify:
<administration>
<menu>my_mod</menu>
<submenu>
<menu act="show">Show It!</menu>
</submenu>
<files>
<filename>admin.my_mod.php</filename>
<filename>admin.my_mod.html.php</filename>
</files>
</administration>
and I don't get a menu. in fact, I can't find anyway to have a module edited from the admin. except for installing a component and having both component and module read the same tables. but that seems to much of a work around.
thanks!
side note: the tabs in my code are stripped. wierd.