Quote:
Originally Posted by amykhar
Yes, you could add a column to the user table indicating if that link had been clicked or not. Then, you make the link run a script that first updates the user table to indicate that it has been clicked and then sets the page as the home page.
Finally, you have a conditional around the link that checks that value in the user table. If it is filled, you don't show the link.
|
instead of adding a column, I'd just add a user profile field that's hidden.