Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
additional textarea
Is it possible to get another textarea field in article tab and not using the custom fields? I really need this for one project. I’ve already tried with another custom field below excerpt (changed varchar255 to text) but the character size is still limited, probably because I’m already using glz_custom_fields plugin. Are there any solutions?
Offline
Re: additional textarea
The body and exerpt textareas are the max you can have on a single write page. Try this though:
- Create a cf called additional_id
- Create a section called additional-info
- Post whatever you need in an extra textarea in the body textarea
- Take note of the article id
- In your old section (articles or whatever – not “additional-info”), post your article
- Insert the addition-info id as a cf
Then in your template, you can use article_custom with id. If you don’t want to write a little PHP, my little plugin, jmd_article_cf, will do it for you. Use it in your article form as <txp:jmd_article_cf form="some_article_form" cf="addition_id" />
Last edited by jm (2008-01-25 02:13:46)
Offline
Pages: 1