Quantum has a big list of map options, 0 to 50-odd
I want to add my 'Random 6 or 7 cube map' option near the top of the list (and a couple new maps in the middle). But it seems that the list gets sorted by key value when displayed in table setup, so I need to move every item 7 through 56 by 1 number!?
I hate to do this as I didn't want to change the IDs for all existing maps. Anyone setting up a table when the update gets done will get the wrong map I think! And old database IDs won't match. Any suggestions?
Code: Select all
101 => array(
'name' => totranslate('Map and cube count'),
'values' => array(
0 => array(
'name' => totranslate('Basic map'),…
1 => array(…
I hate to do this as I didn't want to change the IDs for all existing maps. Anyone setting up a table when the update gets done will get the wrong map I think! And old database IDs won't match. Any suggestions?