[TYPO3] pixe_feediting update to 2.0.3 - top dropdown menu doesnt work

Tapio Markula tapio.markula at xetpoint.fi
Mon Oct 22 13:23:03 CEST 2007


Brian Bendtsen
> Sections in admin menu:
> 
> page_section|edit,new_page,move_page;
> content_section|new_contentelement,list,column_overview,tv_page_module,new_record; 
> 
> media_section|file; advanced_section|open_backend,preview;
> miscellaneous_section|help_about,user_setup; logout_section
> 
> TS config for usergroup:
> 
> admPanel {
> enable.all=1
> module.edit.forceNoPopup = 0
> module.edit.forceDisplayIcons = 1
> module.edit.forceDisplayFieldIcons=1
> hide=0
> hideEnableAdmPanel=1
> }
> 
> mod.FE_BE {
> panelLabelLeft=1
> panelLabelDisabled=1
> disableToolbarButtons=history,list
> disableEditpanelButtons=hide,delete
> toolbarMode=2
> editpanelMode=0
> editIconMode=0
> labelLength=15
> }
> 

that should be ok. If any subitems should not be show, main items should 
be not shown either. That should concern 2.04.
If the sub item list will be *not* empty, the menu section will be created.

Please look from the source code, if there is sub items, for example

<div id="div-editBar">
...
<li><a href="#" onclick="return false;">Content</a>
					<ul>
					<li><a href="#" 
onclick="window.open('.../typo3conf/ext/templavoila/mod1/index.php?id=207&amp;templaVoilaFE=1&amp;wizard=1&amp;forceNoPopup=0&amp;noView=1&amp;returnUrl=close.html','ListModule','top=50,left=50,width=630,height=600,scrollbars=yes,resizable=yes'); 
return false;">Create new content (wizard)</a></li><li><a href="#" 
onclick="window.open('.../typo3/alt_mod_frameset.php?W=0&amp;nav=alt_db_navframe.php%3F%26FECall%3D1%26currentSubScript%3Ddb_list.php&amp;script=db_list.php%3Fid%3D207&amp;frontEnd=1','ListModule','top=50,left=50,width=800,height=600,scrollbars=yes,resizable=yes'); 
return false;">Open Web &gt; List module</a></li>

Maybe there is some interferring JavaScript or CSS?


More information about the TYPO3-english mailing list