View Full Version : Game display sorting - date added order
duncan99
04-05-2007, 07:15 PM
I have tried to find the way to make the Game display sorting in the date added order as the option on the main page, I finally have to give up....does anyone know how to do it?
Thank you.
MrZeropage
04-06-2007, 06:10 AM
there is currently no option for that, but maybe nice idea for v2.6.2+ will have a look on that...
**edit**
Ok, implemented in v2.6.2+
Who wants this in v2.6.1+, open /admincp/arcade.php
search for print_select_row($ibforums->lang['acp_main_g_display_sort'], 'g_display_sort', array('gtitle' => $ibforums->lang['acp_alphabetic'], 'gcount' => $ibforums->lang['acp_oftenplayed'], 'position' => $ibforums->lang['acp_userdefined']), $arcade['g_display_sort']);
and replace with print_select_row($ibforums->lang['acp_main_g_display_sort'], 'g_display_sort', array('gtitle' => $ibforums->lang['acp_alphabetic'], 'gcount' => $ibforums->lang['acp_oftenplayed'], 'added' => $ibforums->lang['dateadded'], 'position' => $ibforums->lang['acp_userdefined']), $arcade['g_display_sort']);
After this you can select it in the default sort options (arcade main settings) :)
duncan99
04-06-2007, 03:01 PM
Works out excellent! the reason I need this option because the game search only search games in the default category for all games, if I put other custom category on the main page, the search couldn't find some of the games which are not fall in that category.
Thank you very much MrZeropage for the early bird :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.