Custom input fields

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Kristaps

Custom input fields

Post 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? ???
Zoorlat

Re: Custom input fields

Post 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!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Custom input fields

Post 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...)
Kristaps

Re: Custom input fields

Post by Kristaps »

thanks, that's the thing what i was looking for :D
Locked

Return to “Modules/Add-Ons”