SE Gamer: Light

Edit menu - SE Gamer: Light

Edit menu

by ghulst » Tue Jun 25, 2024 9:47 am

Hi all,

I would like to add an "unread messages" link to the menu. I know it is there in the dropdown, but my users would like to see that separated into the menu bar. Is there a way to make that happen? So, I went into the template directory and grabbed the navbar_header.html file to see if I could edit it. I have tried to add the line from the dropdown:

Code: Select all

<li><a href="{U_SEARCH_UNREAD}" role="menuitem"><span>{L_SEARCH_UNREAD}</span> </a></li>
Obviously that did not work. So, I took the line:

Code: Select all

<li>data-last-responsive=&quot;true&quot;<!-- ENDIF -->&gt; <a href="{U_SEARCH_UNREAD}" rel="help" role="menuitem" title="{U_SEARCH_UNREAD}"> <span>{L_SEARCH_UNREAD}</span> </a></li>
And changed that into:

Code: Select all

<li>data-last-responsive=&quot;true&quot;<!-- ENDIF -->&gt; <a href="{U_FAQ}" rel="help" role="menuitem" title="{L_FAQ_EXPLAIN}"> <span>{L_FAQ}</span> </a></li>
But that did not work either.

Suggestions are very welcome!
ghulst
Registered User
Posts: 30
Joined: Wed Dec 23, 2020 8:05 am