Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

catalog_pages sorter

Newbie Spellweaver
Joined
Jan 10, 2017
Messages
76
Reaction score
32
A quick script to sort all catalog_pages alphabetical, including sub-pages.

Screens

Before:
After:

Usage
Edit the database settings and open the script in your browser.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jan 10, 2017
Messages
76
Reaction score
32
Code:
SET  @[I][B][URL="http://forum.ragezone.com/members/518004.html"]Order[/URL][/B][/I]num= 0;    
UPDATE catalog_pages SET order_num =   @[I][B][URL="http://forum.ragezone.com/members/518004.html"]Order[/URL][/B][/I]num:  @[I][B][URL="http://forum.ragezone.com/members/518004.html"]Order[/URL][/B][/I]num+1) ORDER BY caption ASC;

EDIT: RZ Formatting screwing it up:

Oh okay you are the real master ^^
 
Back
Top