New extension - problem with the admin menu

Author Message

Fabien Mas

Wednesday 07 February 2007 5:57:14 am

Hi,
I have created a new extension named imposcope and I can't have a left menu in the admin( the top one is ok)

so why, that is the question... what have I done :

+ a new file : extension\imposcope\design\admin\templates\parts\imposcope\menu.tpl
+ a new file : extension\imposcope\settings\menu.ini.append.php

[NavigationPart]
Part[imposcope]=imposcope

[TopAdminMenu]
Tabs[]=imposcope

[Topmenu_imposcope]
URL[]
URL[default]=imposcope/edit
URL[browse]=imposcope/edit
NavigationPartIdentifier=imposcope
Name=ImpoScope
Tooltip=GĂ©rer les informations de l'ImpoScope.
Enabled[]
Enabled[default]=false
Enabled[browse]=false
Enabled[edit]=false
Shown[]
Shown[default]=true
Shown[navigation]=true
Shown[browse]=true

any idea ?

Thx, fabien

Kristof Coomans

Wednesday 07 February 2007 6:18:41 am

Hi Fabien

You should specify which left menu to use in the module/view result array:

$Result=array();
$Result['content'] = ...
$Result['path'] = ...
$Result['left_menu'] = 'design:parts/imposcope/menu.tpl';

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Fabien Mas

Wednesday 07 February 2007 6:35:57 am

so I tried to add your line but it doesn't work
I have also tried this :

$Result['left_menu'] = & $tpl->fetch('design:parts/imposcope/menu.tpl');

with the same result ...

Another thing , in the module.php, I have added the 'default_navigation_part' item :

$ViewList['edit'] = array(
    'script' => 'edit.php',
    'default_navigation_part' => 'imposcopeHaut',
    'unordered_params' => array () 
    );   

Kristof Coomans

Wednesday 07 February 2007 6:47:08 am

Do you get another menu at the left, or just no menu?

Did you clear the template override cache after adding extension\imposcope\design\admin\templates\parts\imposcope\menu.tpl ?

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Fabien Mas

Wednesday 07 February 2007 6:56:42 am

All the caches have been cleared..

I have no menu.
if I delete the 'default_navigation_part' line in the module.php file, I have the default menu.
either nothing

Kristof Coomans

Wednesday 07 February 2007 6:59:00 am

Which version of eZ publish are you using? I forgot asking that. Custom left menu's are only picked up since eZ 3.8.

independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org

Fabien Mas

Wednesday 07 February 2007 7:03:52 am

we use the 3.8.4 version ...

Fabien Mas

Wednesday 07 February 2007 7:18:10 am

I try to put a flag in the <b>www\design\admin\templates\pagelayout.tpl </b>but nothing appears

It's not this template which is used to render the admin pages ?

thx, Fabien

Fabien Mas

Wednesday 07 February 2007 7:34:44 am

I've got it, my pagelayout.tpl has been overrided in another extension, and this paragraph

{section show=is_set( $module_result.left_menu )}
    {include uri=$module_result.left_menu}
{/section}

had been deleted ...
thank you for your help, it really helped me to understand a part of ezpublish ... a lot to do now :)

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 31 2025 00:38:49
Script start
Timing: Jan 31 2025 00:38:49
Module start 'layout'
Timing: Jan 31 2025 00:38:49
Module start 'content'
Timing: Jan 31 2025 00:38:49
Module end 'content'
Timing: Jan 31 2025 00:38:49
Script end

Main resources:

Total runtime0.0265 sec
Peak memory usage6,144.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 588.2656151.2266
Module start 'layout' 0.00540.0044 739.4922220.7188
Module start 'content' 0.00980.0149 960.21091,005.9609
Module end 'content' 0.02470.0017 1,966.171941.9922
Script end 0.0264  2,008.1641 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002710.1531140.0002
Check MTime0.00103.8914140.0001
Mysql Total
Database connection0.00082.889010.0008
Mysqli_queries0.002810.622330.0009
Looping result0.00000.056710.0000
Template Total0.00124.510.0012
Template load0.00093.478910.0009
Template processing0.00031.024010.0003
Override
Cache load0.00062.315410.0006
General
dbfile0.00166.232080.0002
String conversion0.00000.037840.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs