Adding editline or dropdown fields to edit page form?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
mpkayeuk

Adding editline or dropdown fields to edit page form?

Post by mpkayeuk »

Hi, I'm very new to CMSMS but was wondering, is there any way I can add editline or drop down form fields to the edit page form which will be enumerated by tags in the template?

So, as Title, Menu Text, etc, are editline fields used to place content in defined places as per their corresponding tags in the template, can I add my own custom editline fields?

I guess what I'm really asking is...  Is there a way to add my own content types as this is what determines the fields on the edit page form?

Thanks and sorry if this is obvious or otherwise a stupid question :)

Regards,

Mark
Last edited by mpkayeuk on Wed Jul 05, 2006 6:36 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Adding editline or dropdown fields to edit page form?

Post by Dr.CSS »

this will give you a title box for a second content box...

{content block='block1title' oneline='true'}

this will give you a second content box...

{content block='block1'}

when you edit the page you get another place to put content, not sure if this is what you asked  ;)

i use it like so...


        {content block='block1title' oneline='true'}
        {content block='block1'}
     

can be CSS styled your way :.
mpkayeuk

Re: Adding editline or dropdown fields to edit page form?

Post by mpkayeuk »

mark wrote: when you edit the page you get another place to put content, not sure if this is what you asked  ;)
Perfect :)  That's exactly what I asked.  Thanks Mark!
Locked

Return to “Layout and Design (CSS & HTML)”