RedDragonWebDesign / BlueThrust5

A fork/update of the famous BlueThrust Clan Scripts v4. Gaming community website engine in PHP.
10 stars 7 forks source link

alphabetize My Account homepage categories. #137

Closed deepend-tildeclub closed 9 months ago

deepend-tildeclub commented 9 months ago

Pretty straight forward.

Fix #47

RedDragonWebDesign commented 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.

deepend-tildeclub commented 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.

Good catch. I guess I should have looked closer at it myself.