Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2802

Extension Requests • Re: MCP link on all pages

$
0
0
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
{% if U_MODCP %} is visible for logged in users, MCP or not

Open: styles/prosilver/template/navbar_header.html

Find:

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 -->
Replace with:

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 %}
Save file, upload and purge cache.

Statistics: Posted by Stoker 4.0 — Sat May 17, 2025 10:27 am



Viewing all articles
Browse latest Browse all 2802

Trending Articles