Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Rethinking the "Manage" button in DNN6 - Post here with ideasRethinking the "Manage" button in DNN6 - Post here with ideas
Previous
 
Next
New Post
8/5/2011 7:49 PM
 
Maybe I'm seeing something different than the people who like this? I'm using Minimal Extropy Containers and this is what I might see: http://imageshack.us/photo/my-images/...

Do other people find this appealing to look at?  Is something wrong with my container files? etc.

In previous posts I mentioned that I really dislike how cluttered the "manage" button makes things look.  I think a nice compromise would be to bring back the downward pointing arrow on the left... and then, when a user hovers over a module, the manage button appears at the top-right of the module.  Otherwise it just looks sloppy.  The downward arrow can be the "indicator" for permission to edit.  Alternatively, it could be a green dot that indicates to the user that they have permission to edit the module.

Adding a context menu with Right Clicks would also be a nice bonus...

e.g. the manage button doesn't have to be in the way all the time except when hovering over a menu.

Post here if you have other ideas. 


 
New Post
8/5/2011 8:32 PM
 
http://dnnmoduleactions.codeplex.com has the old menu style but it doesn't fully work with DNN6

The best solution to make it somewhat less obtrusive is adding this to your skin.css

.dnnActionMenu{margin:0;padding:0;position:absolute;z-index:906;color:#000;left:50%;top:10px;}

I tried to make it invisible; but it doesn't become visible on mouse over.

.dnnActionMenu{margin:0;padding:0;position:absolute;z-index:906;color:#000;left:50%;top:10px;opacity:0; filter:Alpha(Opacity=0);}

It looks like the opacity is ADDED to the defined opacity... but i can't figure out how to make it go from 0 to 100
 
New Post
8/5/2011 10:13 PM
 
Wohoo, I almost restored the old menu functionality by doing the following:

1. Add this to your skin.css file:

.dnnActionMenu{margin:0;padding:0;position:absolute;float:left;z-index:906;color:#000;left:-10px;top:10px;width:480px;}
.dnnActionMenuTag{background:#FFFFFF;background:-moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(0%,#FFFFFF));
   filter:Alpha(Opacity=0);
   display:block;padding:0px 0px;border:0px #FFFFFF solid;border-radius:0px;-moz-border-radius:0px;line-height:16px;height:16px;font-weight:bold;font-size:11px;min-width:65px;cursor:default;}
    .dnnActionMenuTag img{display:block;float:left;padding-right:0px;}
    .dnnActionMenuTag span{visibility:hidden}

2. Replace images/manage-icn.png with manage-icn.png at http://s2.postimage.org/26ezv1d44/man... or
 
New Post
8/6/2011 3:50 AM
 
 
New Post
8/12/2011 7:41 PM
 
Thanks Timo.
This unfortunately doesn't work with DNN6... even though it claims to.  At least I could not get it to work on 2 different installs using their installation instructions.

Here's a more polished work around to restore close the original DNN menu's functionality...


1. Install MinimalExtropy Container version 1.0.5 (can be found in DNN 5.6.3 installation package in the Install\Containers folder)
2. Replace images\manage-icn.png with a downward arrow (such as http://www.freeimagehosting.net/1c403 )
3. Paste the following into your skin.css file: 


.dnnActionMenu{margin:0;padding:0;position:absolute;float:left;z-index:906;color:#000;left:-8px;top:6px}
.dnnActionMenuTag{background:#FFFFFF;background:-moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%);
   background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(0%,#FFFFFF));
   filter:Alpha(Opacity=0);
   display:block;padding:0px 0px;border:none;border-radius:0px;-moz-border-radius:0px;line-height:10px;height:10px;width:10px;font-weight:bold;font-size:8px;min-width:10px;cursor:default;}
    .dnnActionMenuTag img{display:block;float:left;padding-right:0px;}
    .dnnActionMenuTag span{visibility:hidden}
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Rethinking the "Manage" button in DNN6 - Post here with ideasRethinking the "Manage" button in DNN6 - Post here with ideas


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out