from ASC to DESC
foxhound |
|
---|---|
In "plugins/minichat/inc/minichat.functions.php" change the following:
Line 53 (?): $sortorder = "ASC";to $sortorder = "DESC"; Comment line 60 (?): if (!isset($_GET['chatd']) && $totalitems!=0) { $d = $perpage * (ceil($totalitems / $perpage)-1); } And the last one, line 62 (?): $sortorder = "ASC";to $sortorder = "DESC"; ** (?) = I have edited my file a bit so its possible for you the line numbers are different. <img src="http://www.armaholic.com/datas/thumbs/green-sea-battalion-uniforms-version-03-preview_4.jpg" alt="green-sea-battalion-uniforms-version-03-" />
|