Old topic, but this is the way I ended up doing it.
MCP link visible on all pages - only for admins. For moderators its the same.
With this one regular users doesnt see the MCP link
Open:
Find:Replace with:Save file, upload and purge cache.
MCP link visible on all pages - only for admins. For moderators its the same.
With this one regular users doesnt see the MCP link
{% if U_MODCP %} is visible for logged in users, MCP or notOpen:
styles/prosilver/template/navbar_header.htmlFind:
Code:
<!-- IF U_MCP --><li data-last-responsive="true"><a href="{U_MCP}" title="{L_MCP}" role="menuitem"><i class="icon fa-gavel fa-fw" aria-hidden="true"></i><span>{L_MCP_SHORT}</span></a></li><!-- ENDIF -->Code:
{% if U_ACP %}<li data-last-responsive="true"><a href="{U_MODCP}" title="{L_MCP}" role="menuitem"><i class="icon fa-gavel fa-fw" aria-hidden="true"></i><span>{L_MCP_SHORT}</span></a></li>{% elseif U_MCP %}<li data-last-responsive="true"><a href="{U_MCP}" title="{L_MCP}" role="menuitem"><i class="icon fa-gavel fa-fw" aria-hidden="true"></i><span>{L_MCP_SHORT}</span></a></li>{% endif %}Statistics: Posted by Stoker 4.0 — Sat May 17, 2025 10:27 am