vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Force users to update email address (https://vborg.vbsupport.ru/showthread.php?t=205379)

joe1989 02-14-2009 07:38 PM

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

Ted S 02-14-2009 11:59 PM

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>

Of course a code edit/plugin would let you completely shut people out if they didn't have a valid email.

josef1 05-05-2009 05:05 PM

Quote:

Originally Posted by Ted S (Post 1744356)
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>

Of course a code edit/plugin would let you completely shut people out if they didn't have a valid email.


Can you explain your suggestion in details how to do it
as i have same problem

Thanks

joe1989 05-25-2009 11:52 AM

I'm bumping this in case anyone can answer the last question... any explanation?? possibilities??

Elenna 05-28-2009 02:07 PM

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?

GCC LLC 06-06-2009 01:14 PM

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.

joyboy2001 12-25-2015 11:53 AM

Quote:

Originally Posted by GCC LLC (Post 1824486)
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.

I'm bumping this thread. I want a solution like this too.

IMHO: It's something that should be built into vBulletin from the start.

Dragonsys 12-26-2015 08:00 PM

https://vborg.vbsupport.ru/showthread.php?t=266142

Quote:

Bounced Mail Threshold: When an admin-configured number of mails bounce from the same email address, the user is automatically removed from mailing lists and all other email-related vBulletin features, and notified via PM what happened to their account, as well as directions to change their email addresses.


All times are GMT. The time now is 05:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01655 seconds
  • Memory Usage 1,729KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete