The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Force users to update email address
I have a lot of active members that I try to email via the site, but the email address they registered with is no longer used by them, so it's essentially useless. I would like a mod that forced a user to update/confirm and re-verify their email address every X amount of days (perhaps option set in AdminCP). Is there such a mod around, or is there a way this could be done??
Thanks! Joe |
#2
|
|||
|
|||
Why force users with a good email to re-enter it? I'd suggest taking the bad ones and updating their account to remove their emails (you can search by email to find them).
Then with a simple template conditional you can bug them to fix it (or lock down entire pages until they do). Code:
<if condition="!$bbuserinfo['email'] AND !$show['guest']"> Your email address bounced, update it! </if> |
#3
|
|||
|
|||
Quote:
Can you explain your suggestion in details how to do it as i have same problem Thanks |
#4
|
|||
|
|||
I'm bumping this in case anyone can answer the last question... any explanation?? possibilities??
|
#5
|
|||
|
|||
Joe - I can explain how to use the code provided by Ted to alert your members about their invalid email.
Or did you need a different question answered? |
#6
|
|||
|
|||
On a large board, it's quite a daunting task to manually go in and remove email addresses for users that have bouncing emails. I'd be interested in a mod that would force users to confirm/verify their email address every x number of days as well. With over 100,000 members, there's no way I have the time to manually go through and edit accounts that have bouncing emails. Would anyone be interested in writing a mod like this? I'd be happy to support your efforts.
|
#7
|
|||
|
|||
Quote:
IMHO: It's something that should be built into vBulletin from the start. |
#8
|
||||
|
||||
https://vborg.vbsupport.ru/showthread.php?t=266142
Quote:
|
Благодарность от: | ||
MarkFL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|