Search This Forum [Deleted]

Matthew2D

Well-known member
Matthew2D submitted a new resource:

Search This Forum (version 1.0) - Search this forum in thread list

This will add a drop down search in the thread list to search that forum only.

Admin CP -> Appearance -> Your Style -> Templates -> forum_view

Find

Code:
<div class="linkGroup SelectionCountContainer">
        <xen:comment><xen:include template="forum_view_legacy_controls" /></xen:comment>
    </div>

Replace With

Code:
<div class="linkGroup SelectionCountContainer">
        <xen:if is="{$visitor.user_id}">
            <a href="{xen:link 'forums/mark-read', $forum,...

Read more about this resource...
 
Great idea.
How about adding .. Order By: [ ] Most Recent [ ] Most Replies ?

I find switching to Most replies is pretty helpful at times.
xenforo.search.matthew2D.tweak.webp

The Elastic Search has the option of Most Recent and Relevance.
If you use the right font it should fit no problem :)
 
Top Bottom