Closed deepend-tildeclub closed 9 months ago
Hmm. Taking a closer look at this, looks like the scripts let the user set a custom order for the console categories.
src/members/console.php?cID=33
So this patch would break that system.
Perhaps a better approach would be to have the installer create the categories in alphabetical order instead. Would probably involve tweaking the src/installer/cs4.sql file, consolecategory table, ordernum field.
My fault for not noticing this when I wrote the ticket originally.
Hmm. Taking a closer look at this, looks like the scripts let the user set a custom order for the console categories.
src/members/console.php?cID=33
So this patch would break that system.
Perhaps a better approach would be to have the installer create the categories in alphabetical order instead. Would probably involve tweaking the src/installer/cs4.sql file, consolecategory table, ordernum field.
My fault for not noticing this when I wrote the ticket originally.
Good catch. I guess I should have looked closer at it myself.
Pretty straight forward.
Fix #47