Page 1 of 1

Order flag in fields.ini

PostPosted: Wed May 26, 2010 2:48 pm
by cantlep
Hiya,

Is there a way to use the "order" flag in fields.ini but only let it affect "List View" as opposed to "List View" and "New Entry".

i.e. Have a column at the far rigth in "List view" (i.e. order=12) but have it shown at the top in "New Entry" (i.e. order=1)

Thanks

Paul

Re: Order flag in fields.ini

PostPosted: Wed May 26, 2010 2:59 pm
by shannah
No. But you can organize fields into groups which are ignored by list view but are respected by the edit and new forms. You can then order the groups.

e.g.
Code: Select all
[fieldgroups:mygroup]
    order=-1
    label="My Group Label"

[myfield]
   order=10
   group=mygroup