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

phpBB Custom Coding • Re: Hide QuickLink for guests

$
0
0
The style used is a child style of HexagonReborn, so it is in this style that the modification must be made

Open ./styles/HexagonReborn/template/navbar_main.html, find (line 145)

Code:

{% if S_DISPLAY_SEARCH %}
Replace with

Code:

{% if S_REGISTERED_USER %}
Save and clear cache

Capture d’écran 2024-12-04 à 18.59.14.png

You can see the change here by selecting the style: https://phpbb-forum.ovh/ssl/


Support for this style should be here: https://www.phpbb.com/customise/db/styl ... rn/support

Statistics: Posted by ssl — Wed Dec 04, 2024 6:04 pm



Viewing all articles
Browse latest Browse all 2788

Trending Articles