Closed (fixed)
Project:
Notices
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2008 at 20:17 UTC
Updated:
16 Jan 2009 at 20:38 UTC
Without the weight on the notices category, Notices is listed first in the sub tabs on the user page (before Account settings). I think Account settings should always be first, so this moves it later in the list, in alphabetical order.
switch ($op) {
case 'categories':
return array(array('name' => 'notices', 'title' => 'Notices', 'weight' => 1));
break;
Comments
Comment #1
liquidcms commentedcommitted to dev version
thanks.
Comment #2
liquidcms commented