I am new to trying to modify umbraco functionality, and am wondering if there is a way to get umbraco to show all the placeholder app icons (content, media, settings, etc.) even if a user doesn't have access to that section. The ones they don't have access to being greyed out or something.
Mostly it's to wow our clients a little bit. It shows the depth to what's happening in the cms even if you can't access it. Also, we've been playing with tweaking layout, and we've got those icons arranged vertically to the left of the tree window. It lays out more nicely with more icons. Also, our custom icons look cool, so we want the client to see them :-).
Is there a way to override the default other than totally hijacking the literal that populates those icons and writing something custom (ugh)?
Nope, there is no way to change the default of the backoffice other than doing a lot of customization as it sounds like you guys have already been doing :)
How to show all app icons with some grayed out
Hi All,
I am new to trying to modify umbraco functionality, and am wondering if there is a way to get umbraco to show all the placeholder app icons (content, media, settings, etc.) even if a user doesn't have access to that section. The ones they don't have access to being greyed out or something.
Thanks!
Hi Neil
By default sections that a user is not allowed to acces are not visible since they don't need to worry about stuff they can't access anyway.
So are there any specific reason why you want your users to be able to see those sections? Would like to know your scenario :)
/Jan
Hi Jan,
Mostly it's to wow our clients a little bit. It shows the depth to what's happening in the cms even if you can't access it. Also, we've been playing with tweaking layout, and we've got those icons arranged vertically to the left of the tree window. It lays out more nicely with more icons. Also, our custom icons look cool, so we want the client to see them :-).
Is there a way to override the default other than totally hijacking the literal that populates those icons and writing something custom (ugh)?
Hi Neil
Nope, there is no way to change the default of the backoffice other than doing a lot of customization as it sounds like you guys have already been doing :)
/Jan
Well, Jan, I used jquery to fix it up. :-)
Posting it here in case anyone else finds it useful.
My addition to investorflowCMSGui.css:
My jquery in umbraco.aspx as the FIRST thing executed in the script section (even before the jQuery(document).ready() check):
is working on a reply...