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.
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:
Read more
ادامه مطلب...

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
ادامه مطلب...