Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   [SOLVED] new adoptables on top? (http://www.mysidiaadoptables.com/forum/showthread.php?t=749)

mugwumpr 04-28-2009 01:40 PM

[SOLVED] new adoptables on top?
 
Is there a relatively easy way to have newly added adoptables appear at the top of the adoptable page rather than on the bottom? Basically sort new --> old rather than the current old --> new.

:)

BMR777 04-28-2009 03:46 PM

RE: new adoptables on top?
 
In adopt.php find:

PHP Code:

$query "SELECT * FROM ".$prefix."adoptables"

Replace With:

PHP Code:

$query "SELECT * FROM ".$prefix."adoptables ORDER BY id DESC"

:)

mugwumpr 04-28-2009 04:15 PM

RE: new adoptables on top?
 
Perfect! Thanks!!

:D


All times are GMT -5. The time now is 08:34 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.