| Issue 52: | Forum order_id field (feature request) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I thought that it would be nice to have a field which would allow for the admin to define a custom ordering. Instead of ordering by name: ABC DEF GHI I want: DEF ABC GHI
Feb 2, 2009
Attached is the patch. Postgres users: BEGIN; ALTER TABLE "forum_forum" ADD COLUMN "ordering" integer NULL; COMMIT;
Aug 27, 2009
Added in SVN r52. Thanks! Existing users will need to update their database as mentioned above (and in the README file)
Status:
Fixed
|
Owner: rwpoulton
Labels: -Type-Defect Type-Enhancement