Quote:
Originally Posted by Lionel
I plan to add an "extended description" in the add_link. How would I go, if there are no links, instead of displaying the error to display that?
|
Sorry, I'm not sure I quite understand.
You want to add an extra field in the links table which contains extended text concerning the link?
And you want this field to be displayed if the link is missing/invalid/?
Adding an extra field to the database is quite easy - although you will mess up any upgrade path that I offer - but you will have to make quite a few changes to avoid the error checking for valid/invalid/missing links.
Maybe you could explain what you try to do - there may be an easier approach.