Creation of customize module extension

Author Message

Sandeep Kadam

Friday 31 December 2010 2:08:11 am

Hello All,

I am planning to create a module extension in which a tab will be automatically added in Admin Top Navigation when activating that extension from admin section.
Just like design tab is present. Can any one please suggest me how can I start proceeding or any tip will be helpful.

Thanks You,
Sandeep Kadam

Peter Keung

Friday 31 December 2010 8:59:13 am

See settings/menu.ini, specifically the [NavigationPart], [TopAdminMenu], [Topmenu_*], and [Leftmenu_*] blocks.

Also, for proper highlighting of the tab when selected, be sure to properly define the navigation part in your module or view: http://ezpedia.org/ez/module

http://www.mugo.ca
Mugo Web, eZ Partner in Vancouver, Canada

Edi Modrić

Friday 31 December 2010 9:05:49 am

Hi Sandeep,

you need couple of ini files in your extension to define your module and a new tab in admin interface.

The following is a module.ini.append.php that defines modules that extension provides:

<?php /* #?ini charset="utf-8"?

[ModuleSettings]
ExtensionRepositories[]=myextension
ModuleList[]=mymodule
*/ ?>

After that, all that is left is place your module in extension/myextension/modules/mymodule folder

You can define a working admin interface tab in menu.ini append.php, something like this

<?php /* #?ini charset="utf-8"?

[TopAdminMenu]
# Tab identifier
Tabs[]=<em>mymodule</em>

# Tab settings
[Topmenu_<em>mymodule</em>]
# Tab name
Name=My Module
# Tab tooltip
Tooltip=My Module start page
URL[]
# URL that will be opened when clicking on tab
URL[default]=<em>mymodule/view
</em># Defines if tab is enabled in various situations
Enabled[]
Enabled[default]=true
Enabled[browse]=false
Enabled[edit]=false
# Defines if tab is shown in various situations
Shown[]
Shown[default]=true
Shown[edit]=true
Shown[navigation]=true
Shown[browse]=true
*/ ?>

That should set you with a basic working tab, but do consult doc.ez.no docs for menu.ini to learn what other settings are there.

eZ Publish certified developer

http://ez.no/certification/verify/350658

Sandeep Kadam

Sunday 02 January 2011 10:50:26 pm

Hello,

Edi : I have followed the steps provided by you and have successfully added a TAB thank you.
Peter : Thank you now i am trying the highlighting of the tab thanks for your suggestion.

Thank You
Sandeep Kadam

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 02:00:45
Script start
Timing: Jan 18 2025 02:00:45
Module start 'layout'
Timing: Jan 18 2025 02:00:45
Module start 'content'
Timing: Jan 18 2025 02:00:46
Module end 'content'
Timing: Jan 18 2025 02:00:46
Script end

Main resources:

Total runtime0.9108 sec
Peak memory usage4,096.0000 KB
Database Queries62

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 588.0313152.6406
Module start 'layout' 0.00560.0030 740.671939.4688
Module start 'content' 0.00850.9007 780.1406606.6719
Module end 'content' 0.90930.0014 1,386.812512.1563
Script end 0.9107  1,398.9688 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3383160.0002
Check MTime0.00130.1387160.0001
Mysql Total
Database connection0.00060.065510.0006
Mysqli_queries0.854793.8434620.0138
Looping result0.00060.0630600.0000
Template Total0.880996.720.4405
Template load0.00210.234320.0011
Template processing0.878896.487720.4394
Template load and register function0.00010.012810.0001
states
state_id_array0.00090.096610.0009
state_identifier_array0.00110.123620.0006
Override
Cache load0.00180.1958300.0001
Sytem overhead
Fetch class attribute can translate value0.00060.061930.0002
Fetch class attribute name0.00100.105570.0001
XML
Image XML parsing0.00150.170130.0005
class_abstraction
Instantiating content class attribute0.00000.001980.0000
General
dbfile0.00160.1761290.0001
String conversion0.00000.000840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
4content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
4content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 26
 Number of unique templates used: 7

Time used to render debug report: 0.0003 secs