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

AlternateCategories

Quote Reply
AlternateCategories
what do I have to change, so user can choose which AlternateCategories that best fit for their links from the Add page.

thanks
Quote Reply
Re: AlternateCategories In reply to
Unfortunately this isn't a very easy modification to do. You would need to add a multiple select list of categories, and then store that information in the validate table, and then once approved, set up the alternate categories. Not trivial at all...

Cheers,

Alex
Quote Reply
Re: AlternateCategories In reply to
I didn't use the Validate table. Once a link submitted, it goes straight to the Links table. Could that make something easier?

thanks
Quote Reply
Re: AlternateCategories In reply to
Yes, somewhat. Then it's just a matter of generating a multiple select list, and taking that input and putting it into the AlternateCategories table.

Cheers,

Alex