[RSS Feed/News] Move thread filter options outside of dropdown menu

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom