XenForo Move thread filter options outside of dropdown menu

T

tomnjerry74

Guest
In forum_view, I'm trying to remove the drop-down menu aspect of the thread filters and instead display the contents of the drop-down at all times.

1650916263835.png


The code for the filter menu is referenced in the "forum_view" template, but I'm not sure how to make it not a drop-down.

HTML:

Code:
<a class="filterBar-menuTrigger" data-xf-click="menu" role="button" tabindex="0" aria-expanded="false" aria-haspopup="true">{{ phrase('filters') }}</a>
                    <div class="menu menu--wide"...

Read more

Continue reading...