Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How do I add a new field to the links table?

Quote Reply
How do I add a new field to the links table?
I can easily figure out how to add a field to the table in the actual MySQL database. My problem occurring is in getting that new table to appear when a person attempts to add/modify their url. This field does appear in the admin section so that I myself could add into it, but I need the visitor to my site to be able to add/modify it themselves.

Thanks!

Dennis
Quote Reply
Re: [perdrix] How do I add a new field to the links table? In reply to
Hi!

Just modify include_form.html file in your templates directory ...

It's VERY smart thing to copy your modified templates into your LOCAL (.../templates/local) directory, because that way you won't loose your modified templates when you upgrade your LINKS SQL to a new version. They will not be overwritten!

Hope that helps!

Last edited by:

Payooo: Jun 24, 2002, 3:35 PM
Quote Reply
Re: [Payooo] How do I add a new field to the links table? In reply to
Thanks! That worked like a charm! I've also added it to the email templates, so I'm figuring it out!

Dennis