Getting rid of the right column in the admin design

Author Message

Deane Barker

Friday 05 August 2005 11:30:53 pm

What's the trick for getting rid of the right column in the admin design?

I'd like to move the user information and bookmarks under the content structure in the left menu, and make the middle column larger (which it desperately needs).

I played around with the templates, but quickly descended into CSS hell. Is there a way to do it from ini? I played with toolbars.ini, but I didn't see anyway to (1) suppress the right column, while (2) making the middle column larger.

Has anyone tried this?

Gabriel Ambuehl

Saturday 06 August 2005 2:53:38 am

I think CSS is in fact the way to go for this.

From what I know, the admin interface is nearly (like default frontend, BTW) completely CSS styled, so you probably don't even need to mess with templating.

The configuration of toolbars in admin is somewhat complicated, I'd rather just use CSS in your case.

Visit http://triligon.org

Deane Barker

Saturday 06 August 2005 8:14:35 pm

I tried -- it's not pretty.

Getting rid of the right menu (actually moving it to the left) isn't hard at all. The hard part is extending the middle section to fill the gap.

The problem you run into is that the "maincontent" DIV has margin issues. To clear the left menu, it has a left margin of 19.5em (when the left menu is set to "medium"). This means that it won't sit alongside the left menu if you increase the width.

It gets even more complicated than that. I spent about an hour with it, and finally deleted all my overrides and went back to the old version in frustration.

If anyone has done this, I'd love to hear from you.

Frederic GUEHO

Thursday 14 December 2006 2:48:35 am

So do I. :)
Anyone ?

André R.

Thursday 14 December 2006 4:49:07 am

This is possible by setting zero toolbars in eZ Publish 3.9 and in eZjaxx.

make an override for toolbar.ini in settings/override or settings/siteaccess/my_admin_siteaccess

Use somethimng like this:

[Tool]
AvailableToolArray[]

[Toolbar_admin_right]
Tool[]

[Toolbar_admin_developer]
Tool[]

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

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 15:03:08
Script start
Timing: Jan 18 2025 15:03:08
Module start 'layout'
Timing: Jan 18 2025 15:03:08
Module start 'content'
Timing: Jan 18 2025 15:03:09
Module end 'content'
Timing: Jan 18 2025 15:03:09
Script end

Main resources:

Total runtime0.7957 sec
Peak memory usage4,096.0000 KB
Database Queries67

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 588.0391152.6406
Module start 'layout' 0.00550.0027 740.679739.4922
Module start 'content' 0.00830.7858 780.1719631.9063
Module end 'content' 0.79400.0016 1,412.078112.4375
Script end 0.7956  1,424.5156 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.3723160.0002
Check MTime0.00120.1548160.0001
Mysql Total
Database connection0.00060.074610.0006
Mysqli_queries0.737392.6675670.0110
Looping result0.00070.0915650.0000
Template Total0.764796.120.3824
Template load0.00190.232620.0009
Template processing0.762995.878520.3814
Template load and register function0.00010.016510.0001
states
state_id_array0.00080.095110.0008
state_identifier_array0.00140.178520.0007
Override
Cache load0.00160.2043280.0001
Sytem overhead
Fetch class attribute can translate value0.00070.081940.0002
Fetch class attribute name0.00110.136570.0002
XML
Image XML parsing0.00130.165240.0003
class_abstraction
Instantiating content class attribute0.00000.001780.0000
General
dbfile0.00180.2303230.0001
String conversion0.00000.001140.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
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
5content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1content/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: 17
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs