I had a look but there doesn't seem to be a current Extension specifically for this latest version but Ideally, would be nice if (as I kind of suspect it can be), done without resorting to another Extension etc

Any help / suggestions appreciated.

I was thinking having 'New Posts' Clearly visible on the Nav Bar perhaps on the Far Right, under Notifications and Private messages etc,... Standard Pro Silver them btwWhere exactly do you want them?
It has been my experience that board members tend to bookmark in their browser their favourite "Quick link". That becomes their 'homepage' for the board. Personally on most boards I use the 'Unread posts' quick link.stoo23 wrote: Sun Jan 19, 2025 1:33 pm I was thinking having 'New Posts' Clearly visible on the Nav Bar perhaps on the Far Right, under Notifications and Private messages etc,
Code: Select all
{% if S_DISPLAY_SEARCH and not S_IN_SEARCH %}
Code: Select all
<li class="rightside">
<a href="{U_SEARCH_NEW}" role="menuitem">
<i class="icon fa-file-o fa-fw icon-red" aria-hidden="true"></i><span>{L_SEARCH_NEW}</span>
</a>
</li>
{% if S_DISPLAY_SEARCH and not S_IN_SEARCH %}
I Didn'tWell, if you don't want it removed from quick links, don't delete it from quick links
Well, exactly and all I did, was find that Code and Paste the code you providedWhen I said "grab" I just meant that was the code to paste into the breadcrumbs bar
As suggested, ... I Didn'tI didn't mean you had to delete anything