There seems to be a path in this extension where a variable doesn’t resolve correctly:
html>body .navCell #publishdropmenu li:hover { background: #C0C3E2 url({path:image_url}bg_cell_hover.jpg) repeat-x left top; }
The ‘{path:image_url}’ part remains unresolved when the source is viewed.
Also, one enhancement that would be nice would be if it sorted alphabetically within each grouping as well. 😊
Linda, if you open up the extension you can easily remove that by changing line 167 from this:
html>body .navCell #publishdropmenu li:hover { background: #C0C3E2 url({path:image_url}bg_cell_hover.jpg) repeat-x left top; }
to this:
html>body .navCell #publishdropmenu li:hover { background: #C0C3E2; }
Downloaded, installed … working wonderfully! Thanks Mark!
Only weird thing, with the following weblog structure: jammo jammo_misc jammo_personal jammo_food jammo_auto
I previously had many entries posted under weblog ‘jammo’. I had to manually distribute them all to the 4 new weblogs. Now, weblog ‘jammo’ is no longer accessible. Is that the way it’s suppose to be? If so, that’s cool - just making sure.
As always, great extension, Mark.
Quick question, anyone else having problems with this working after upgrading to EE v.1.6?
It looks like the changes to the new admin template (the one based off 31three) is using similar css to this extension, and causing it to override this extension.
Any idea of how to get this working again?
Tx
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.