Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-11-26 00:48:37
- stdmedia
- Member
- From: Canada
- Registered: 2006-01-05
- Posts: 51
[request] Create Custom Writing Forms
Forgive me if I don’t come across very clear, but I was wondering if there is any such plugin or, if anyone has the expertise for that matter, to create one that can create a completely custom set of inputs based on categories. So if I would like to create a post in an ‘article’ category it would show fields that are correctly suited to that type of content (i.e. Title, subtitle, excerpt, body, etc.) and for say an image post it would display a different set of fields (i.e. Title, Image Url, Image Description, Add another image, etc.).
Can anyone make sense of that?
Thanks for your time.
Offline
#2 2008-11-26 01:16:33
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: [request] Create Custom Writing Forms
I don’t think there is such a plugin for categories.
Anyway, you can achieve a similar result using sections and sed_section_fields
Offline
#3 2008-11-26 02:44:42
- stdmedia
- Member
- From: Canada
- Registered: 2006-01-05
- Posts: 51
Re: [request] Create Custom Writing Forms
I had noticed that plugin and it certainly does seem interesting, however, is it possible to create a completely custom “write tab” interface based on either sections or categories? Or must I just make due with custom fields. Really, in the end I would just like to be able to have achieve something along these lines… But for txp of course :)
Sorry if I am being too demanding, I really do appreciate any help.
Offline
Re: [request] Create Custom Writing Forms
I started a plugin a while ago called asv_write_panels that would just this. You could create custom write panels and certain defaults (i.e. section, categories, etc.). I never found the time and I didn’t see much need for it from the community so I put it on the shelf. If you’re interested, you can pick up where I left off.
Offline
Re: [request] Create Custom Writing Forms
Ah, custom content types rears it’s head again… hmmm… anyone?
Offline
Re: [request] Create Custom Writing Forms
definitely interested! Christian (chriloi) has developed an (unreleased) plug-in too that essentially duplicates the write and article tabs for different sections. He mentioned it here.
Otherwise I’ve used a combination of sed_section_fields, glz_custom_fields and ied_hide_in_admin.
TXP Builders – finely-crafted code, design and txp
Offline
#7 2008-11-26 18:16:44
- stdmedia
- Member
- From: Canada
- Registered: 2006-01-05
- Posts: 51
Re: [request] Create Custom Writing Forms
Ah, variaas, I would absolutely pick something like that up. The only problem being me inability to code my way out of a paper bag. I’m glad to hear that there has been some progress made, even if ever so slightly.
Thanks so much for the input thus far :)
Offline
Re: [request] Create Custom Writing Forms
I’ll dig it up, but remember it’s no where near production ready. I’ve only tested in my test environment and even then there are still several bugs and enhancements left. But I did completely re-write the write tab from table to div’s, and then added some javascript that lets you drag/drop the interface to your desired look.
Offline
#9 2008-11-27 17:57:11
- stdmedia
- Member
- From: Canada
- Registered: 2006-01-05
- Posts: 51
Re: [request] Create Custom Writing Forms
Thank you so very very much. Oh and happy Thanksgiving variaas!
Offline
Re: [request] Create Custom Writing Forms
amit, sounds appealing!
TXP Builders – finely-crafted code, design and txp
Offline
Re: [request] Create Custom Writing Forms
sounds great, bring it on! :)
Offline
Re: [request] Create Custom Writing Forms
Yep, this could be a very good plug-in to have – would make it much easier for end users.
Offline