Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Add db-field: Where to change template?

Quote Reply
Add db-field: Where to change template?
Hi,

i'd like to add a new column for the table "links": "valid_until" as a date format!
With the mysql-manager no problem: the new column is added but:
I want to make this new attribute "valid_until" addable! That means that user, who wants to add links (add.html), have to fill the form-field "valid_until" (in include_form.html).

Now i one questions:
  • Except the include_form.html: Where i have to make changes in templates, that "valid_until" is accessable for me and fillable by user?


Thanks in advance and
greetings from Germany!

Coyu
Quote Reply
Re: [Coyu] Add db-field: Where to change template? In reply to
If you add new fields with MySQLMan you must go to your admin and click

Database > Links > Properties > Go > Resync Database

After that your newly added field will be available.
Quote Reply
Re: [Payooo] Add db-field: Where to change template? In reply to
Thanks a lot!

It works! :-)