Code Monkey home page Code Monkey logo

gosso.episerveraddon.quicknavextension's Introduction

Gosso.EPiServerAddOn.QuickNavExtension

version 2.1 (2021-02-10)

Platform Platform Platform (compiled with 9.0, tested with 10.4, Use Version 1.3)

Platform Platform (version 2.0)

An Episerver addon that adds menu items to the QuickNavigationMenu when logged in on public site, All configurable links to imagevault, find, admin, admin content type, and logout. Even custom links!

alt text

Installation and configuration

Available on nuget.episerver.com http://nuget.episerver.com/en/OtherPages/Package/?packageId=Gosso.EPiServerAddOn.QuickNavExtension

Also there is a nuget package available under the releases tab. This can be installed via the package manager console in Visual Studio.

Put it in your local nuget feed, Run "install-package Gosso.EPiServerAddOn.QuickNavExtension" in package manager console.

The files will be saved into your modulesbin folders. And not referenced, not needed. Remember to checkin the modulesbin in repository.

Default menus are Admin and logout, to activate other menu items apply this appsettings: (they are sortable)

<appSettings>
    <add key="Gosso.QuickNav" value="imagevault,find,admin,contenttype,logout" />
</appSettings>

You can add custom menu items, Name and url with pipe in between. Name can be resource path eg /shell/admin/logout

<appSettings>
    <add key="Gosso.QuickNav" value="Custom link|http://devblog.gosso.se,imagevault,find,admin,contenttype,logout" />
</appSettings>

To only show logout item, apply this appsettings:

<appSettings>
    <add key="Gosso.QuickNav" value="logout" />
</appSettings>

You need to have WebAdmins role to see Admin mode menu items.

You may map Administrators role to WebAdmins like this in episerverframework.config:

<episerver.framework>
<virtualRoles addClaims="true">
<providers>
      <add name="WebAdmins" type="EPiServer.Security.MappedRole, EPiServer.Framework" roles="Administrators" mode="Any" />
</providers>
</virtualRoles>
</episerver.framework>

Role Base Links

From version 2.1 you can add a third pipe with rolename from Epi.

eg: “Link title|/urlForDevsOnly/|WebDevs” <= only WebDevs will see the menu

or “logout||WebEditors” <=only WebEditors will see the logout menu

gosso.episerveraddon.quicknavextension's People

Contributors

lucgosso avatar

Watchers

 avatar  avatar  avatar

gosso.episerveraddon.quicknavextension's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.