Initialize admin toolbar as collapsed

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/2/2010 4:20:18 AM
Gravatar
Total Posts 3

Initialize admin toolbar as collapsed

Does anyone know how to initialize the "new" admin toolbar as collapsed. It is a bit disturbing to have the big admin toolbar, so I would like to default the toobar to a collapsed state. Any experts in JQuery :P

2/2/2010 9:13:44 AM
Gravatar
Total Posts 2239

Re: Initialize admin toolbar as collapsed

Hi,

I described how to do this in a blog post recently. All you need to do is move the display:none; rule from the div#toolbarbut selector to the div#toolbar selector in the /Data/style/jqtoolbar/style.css file.

You can read my blog post titled "Skinning The mojoPortal Admin Toolbar" here: http://i7media.net/skinning-the-mojoportal-admin-toolbar.

HTH,
Joe D.

2/2/2010 9:25:49 AM
Gravatar
Total Posts 18439

Re: Initialize admin toolbar as collapsed

I'm getting very close to making another release, and for included skins I have added images similar to what Joe Davis has in hist post, but also I implemented it so that if you close the toolbar it stays closed across page requests. ie. it uses a cookie to track your preference. You can see this functionality currently on demo.mojoportal.com

Best,

Joe

2/2/2010 12:50:15 PM
Gravatar
Total Posts 3

Re: Initialize admin toolbar as collapsed

Thank you for all the answers

You must sign in to post in the forums. This thread is closed to new posts.