How to create custom panel point everywhere in community

Hi

I used site documentation community.telligent.com/.../extending-the-contextual-management-ui

and crteated Explicit panel like it wrote in the example (extended IExplicitPanel). But don't see any points in side menu.

I can open panel directly by url using _cppanelid= parameter, but need to see it in the list:

How can I do that?

Parents Reply
  • A Container Panel would be available on every (with the exception of a few site level pages), it would just be under Manage Group.  A Theme Panel could be available on all pages, just under Manage Site Theme, Manage Group Theme, etc.  

    Another option would be a UI widget that exists on every page, but only visible to users who have access to the SEO panel, that link would directly open the explicit panel.

Children