Amaury Well-known member Nov 8, 2013 #2 Probably as simple as editing the corresponding template. Upvote 0 Downvote
cclaerhout Well-known member Nov 8, 2013 #4 Search inside templates the helper "{xen:helper sortArrow"... It should be HTML: {xen:helper sortArrow, $order, $orderDirection, last_post_date} Then you can add two extra params at the end: HTML: {xen:helper sortArrow, $order, $orderDirection, last_post_date, ' bottom', ' up'} You can check how this helper works in XenForo_Template_Helper_Core::helperSortArrow Upvote 0 Downvote
Search inside templates the helper "{xen:helper sortArrow"... It should be HTML: {xen:helper sortArrow, $order, $orderDirection, last_post_date} Then you can add two extra params at the end: HTML: {xen:helper sortArrow, $order, $orderDirection, last_post_date, ' bottom', ' up'} You can check how this helper works in XenForo_Template_Helper_Core::helperSortArrow