Quote:
Originally Posted by ozzy47
Hmmm, I will have to see if there is a workaround for that.
|
Well, I was thinking a bit.
You could:
- Create new field in user table, let's call it
already welcomed on installation and make it boolean (logical, only Yes/No)
- Put 1 (Yes) in all already existing users fields, so there wouldn't be new welcome threads for old users.
- When there's new email confirmation, check also if
already welcomed field for that user is set to Yes, or if it is still No (0). If still No, create new welcome thread.
- After you create welcome thread for user, change status of his
already welcomed field to Yes (1).
This would prevent multiple welcome threads when old users confirm new email addresses.