• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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