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

phpBB Custom Coding • Re: Hide QuickLink for guests

$
0
0
To elaborate on what rxu posted, open /styles/prosilver/template/navbar_header.html and at line 6 find:

Code:

<ul id="nav-main" class="nav-main linklist" role="menubar">
After add:

Code:

{% if S_REGISTERED_USER %}
At line 78 find:

Code:

</li>
After add:

Code:

{% endif %}
Save and uplaod, purge phpBB's cache after uploading.

Statistics: Posted by thecoalman — Wed Dec 04, 2024 11:12 am



Viewing all articles
Browse latest Browse all 2723

Trending Articles