80sDude Well-known member Nov 19, 2020 #1 Is there a way to reorder the widgets? Life for an example I want to move who's online widget to the bottom. Thanks!
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 P P Paul B Nov 19, 2020 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.
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.
P Paul B XenForo moderator Staff member Nov 19, 2020 #2 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" />. Upvote 0 Downvote
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" />.
80sDude Well-known member Nov 19, 2020 #3 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 Upvote 0 Downvote
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
P Paul B XenForo moderator Staff member Nov 19, 2020 #4 Click on the widget title and it will open the config page - e.g. admin.php?widgets/members-online.6/edit Upvote 0 Downvote
Click on the widget title and it will open the config page - e.g. admin.php?widgets/members-online.6/edit
80sDude Well-known member Nov 19, 2020 #5 Brogan said: Click on the widget title and it will open the config page - e.g. admin.php?widgets/members-online.6/edit View attachment 240063 Click to expand... I did that earlier but it did nothing. I changed the forum list sidebar to 6 but it didn't move anywhere. Upvote 0 Downvote
Brogan said: Click on the widget title and it will open the config page - e.g. admin.php?widgets/members-online.6/edit View attachment 240063 Click to expand... I did that earlier but it did nothing. I changed the forum list sidebar to 6 but it didn't move anywhere.
P Paul B XenForo moderator Staff member Nov 19, 2020 #6 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. Upvote 1 Downvote 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.
80sDude Well-known member Nov 19, 2020 #7 Brogan said: The position ID is relative to all other widget values - 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. Click to expand... That did the trick. I set to 100 and it worked. Thanks! Upvote 0 Downvote
Brogan said: The position ID is relative to all other widget values - 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. Click to expand... That did the trick. I set to 100 and it worked. Thanks!