 |
 |
 |
 |
 |
| Author |
Message |
piotreq
Joined: 19 Jul 2008 Posts: 2
|
|
sort by categories in edit mode |
|
Can I sort news on list in edit mode by categories? Actually news are sort by id (date). I want to sort by id or by categories.
|
|
| Mon Jul 28, 2008 6:29 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2801 Location: Germany |
|
|
|
You can sort by id, date or comments. To sort by category open inc/mod/editnews.mdu and find this:
 |  | <option value="date"<?=($sort == 'date' ? ' selected' : ''); ?>><?=$echo['showSortDate']; ?></option> |
add below:
 |  | <option value="category"<?=($sort == 'category' ? ' selected' : ''); ?>>Category</option> |
This won't work correctly if you have more than one category per news.
|
|
| Tue Jul 29, 2008 6:27 pm |
|
 |
sudip
Joined: 02 Jun 2008 Posts: 30
|
|
|
|
couldn't understand what you mean.. there's already option to sort news by categories / Author / Id etc..
just go to edit mode and click options . there u can find different options to sort the news.
|
|
| Wed Jul 30, 2008 6:57 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|