Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Adding Drop-down Menu's

Quote Reply
Adding Drop-down Menu's
In the table maintenance I am trying to add another field, but it is a drop down menu and is not working. What I have done is add Yes|no in the validation, I looked at previous fields but it is not working.

What do I do???

Thankz
Quote Reply
Re: Adding Drop-down Menu's In reply to
You have to edit the .def file, and add the fields to the db_select or whichever section.

Take a look at the Links.def for some examples of what you need to do.

You need to make the change to BOTH links.def and validate.def if you want it to work in the admin.

Quote Reply
Re: Adding Drop-down Menu's In reply to
I couldn't get that to work by following other examples, either. I think I ended up adding it into the links.def and validate.def files to get the dropdown box to show up in the admin.

Dan