<p>Found quite similar question <a href="http://stackoverflow.com/questions/22228909/is-it-possible-to-customise-the-episerver-relate-admin-ui">Is it possible to customise the EPiServer Relate+ Admin UI?</a> So the answer is <strong>No:</strong></p>
<p><strong><span>There's no straightforward way to create new menu items - you can see current implementation details using Reflector in </span><code>EPiServer.Community.Web.Administration.dll</code><span> assembly,</span><code>Navigation.CommunityMenuProvider</code><span> class, </span><code>GetMenuItems()</code><span> method; all you can do is create custom modules, OR add new attributes to existing entities, which might (or might not) will be used in existing community controls.</span></strong></p>
Hello. I followed Joes tutorial Creating a Custom EPiServer Community Module I created the same module Movie and then I created other new module Company. Is it possible to see that module in the ModerationMode tab ModerationMode Tab Screen ?
Because I would like to add possibility for admin to see all the companies in admin panel.
Can somebody provedi me with this ?