Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2014-01-23 05:29:00
- fastasleep
- Member
- Registered: 2008-06-17
- Posts: 10
Reordering custom fields?
Is it possible to reorder the custom fields? Like, if I have an extra spot at “Custom field 9 name” but want it to be listed first, could I put the value for “Custom field 1 name” in slot 9 and put the new one in slot 1? Or would that associate the data already associated with slot one’s name with the new name I entered in that slot?
I guess another way of asking this is, is the post data for a custom field tied to the name of the field, or the number?
Offline
Re: Reordering custom fields?
plugin: bot_write_tab_customize
Cheers
Offline
Re: Reordering custom fields?
fastasleep wrote #278384:
I guess another way of asking this is, is the post data for a custom field tied to the name of the field, or the number?
The post data is tied to the number of the custom field in the database, so you don’t want to start changing the title around as you will get very confused, very quickly!
As Dragondz suggests, you can use the plugin bot_write_tab_customize to move the position of the fields around in the Write tab, including moving them to the middle column and interleaving them with the Title, Body and Excerpt fields.
Offline
#4 2014-01-23 23:54:46
- fastasleep
- Member
- Registered: 2008-06-17
- Posts: 10
Re: Reordering custom fields?
Thanks! I had a feeling it was tied to the number, so I didn’t change anything. I’ll look at that plugin if the client wants to move stuff around.
Offline
Pages: 1