słyszałem że niektóre magento nie potrafią sobie pobrać menu z app/code/local/Kkkonrad/Allegro/etc/config.xml
może pomoże coś takiego: utwórzcie app/code/local/Kkkonrad/Allegro/etc/adminhtml.xml , a w nim wstawcie:
<?xml version="1.0"?>
<config>
<menu>
<moduly_by_kkkonrad>
<title>Moduły od kkkonrad-a</title>
<sort_order>1000</sort_order>
<children>
<allegro module="allegro">
<title>Allegro</title>
<children>
<items module="allegro">
<title>Zarządzaj aukcjami</title>
<action>allegro/adminhtml_auction</action>
</items>
<layouts module="allegro">
<title>Zarządzaj szablonami</title>
<action>allegro/adminhtml_layout</action>
</layouts>
<config module="allegro">
<title>Ustawienia</title>
<action>adminhtml/system_config/edit/section/allegro</action>
</config>
</children>
</allegro>
</children>
</moduly_by_kkkonrad>
</menu>
<acl>
<resources>
<admin>
<children>
<moduly_by_kkkonrad>
<title>Modyły od kkkonrad-a</title>
<children>
<allegro translate="title" module="allegro">
<title>Allegro</title>
<children>
<items translate="title">
<title>Zarządzaj aukcjami</title>
</items>
<layouts translate="title">
<title>Zarządzaj szablonami</title>
</layouts>
</children>
</allegro>
</children>
</moduly_by_kkkonrad>
<system>
<children>
<config>
<children>
<allegro>
<title>Sekcja ustawień Allegro</title>
</allegro>
</children>
</config>
</children>
</system>
</children>
</admin>
</resources>
</acl>
</config>
na końcu odświeżcie cache