Page 1 of 1
Custom input fields
Posted: Wed Jul 25, 2007 2:32 pm
by Kristaps
How i can make custom input fields besides Content input field? For example i need 5 different input fields for each page, like Size, Price, etc.
Is there any Add On or Module which allows me to create custom input fields for content?

Re: Custom input fields
Posted: Thu Jul 26, 2007 7:07 am
by Zoorlat
Fyfi,
I am not fully sure I understand your question. Is it more than one content block on each page you are looking for? In that case, simply put
Code: Select all
{content block="Size"}
{content block="Price"}
etc.
in your template. When you assign that template to a page you will see different text areas for each content block, which edit seperately.
Judging by your post, it seems like you might want to take a look at the Cataloger module as well!
Re: Custom input fields
Posted: Thu Jul 26, 2007 1:30 pm
by Dr.CSS
Also... iirc..
{content block="Price" oneline="true"}
This will give you a one line edit box w/o the full blown toolbar...
Go to Extensions > Modules click the name of the module or the word Help to the right to see the parameters it takes...
(I've written this so many times I may just put it in the bottom...)
Re: Custom input fields
Posted: Fri Jul 27, 2007 1:18 am
by Kristaps
thanks, that's the thing what i was looking for
