| EDito 2.3 order by ID |
| by Shine on 2005/2/11 23:33:43 For those who want to add another ordersetting for the edito's: Order (pages) by ID descending..... Open file xoops_version.php Prox line 162: add: '_MI_EDITO_ORDER_ID_DESC' => 'Id_content' Open file:language/... Prox line 102: add: define("_MI_EDITO_ORDER_ID_DESC", "ID Descending"); --------- Offcourse you can do the same for order: ID Ascending. Grtz., Shine |