XF 2.2 Reorder widgets?

80sDude

Well-known member
Is there a way to reorder the widgets? Life for an example I want to move who's online widget to the bottom. Thanks!
 
Solution
The position ID is relative to all other widget values in the same location - 6 isn't the actual position.

Widgets with higher values appear lower.

Set it to something like 100 and it will likely be at the bottom.
If one of the built in display positions doesn't work, you can manually add a widget to a template using <xf:widget key="widget_key" />.

For the members online widget it would be <xf:widget key="forum_overview_members_online" />.
 
The built in display positions would be where? I clicked on widgets and then who's online but didn't see a display position on it. Can you point it to me? Also if not which template do I need to edit to move the widget? Thanks
 
The position ID is relative to all other widget values in the same location - 6 isn't the actual position.

Widgets with higher values appear lower.

Set it to something like 100 and it will likely be at the bottom.
 
Solution
Top Bottom