Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications

Reply
 
Thread Tools
Invalid Email Notifier - Increase Member Participation Details »»
Invalid Email Notifier - Increase Member Participation
Version: 1.00, by DieselMinded DieselMinded is offline
Developer Last Online: Dec 2019 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.8.x Rating:
Released: 07-17-2009 Last Update: Never Installs: 27
Template Edits
Re-useable Code Translations  
No support by the author.

First things First ! This mod is useless to you if you do not visit the users profiles with undeliverable mail and remove the email account . This mod lets users of any group but guests know there email was removed . it adds a message under the nav bar linked to the edit email page that stays there until they update it.


Tired of returned mass emails ? Tired of fake email registration ? With a little bit of effort and this modification you can clean up your mailing lists and be sure to contact your users about important updates . Nothing pegs the users online like a mass email to your users about recent events , giveways and ect. when you try to send 10,000 emails and get 200 emails back undeliverable it can be a major headache , add to this the wasted server resources trying to send email to undeliverable accounts .

Most sites require email verification , its been my experience that when end users want something they want it now so having instant access is a huge plus . however you do get a slew of myname@fakeemail.com registrations , as you see them you can add that email to the list of emails not to accept registrations from , but new ones pop up all the time . Also the email verification can get spammed and you just lost a member!

Not wanting to send mass emails because i knew i would get a ton of undeliverable emails back we started to harvest all the emails that returned undeliverable. then the staff broke up the list and we all went to the users profiles and removed there email addresses and just saved it with no email in there . this allow the mass email engine to bypass them accounts , and takes care of it .

However in the past we didnt realize that embarq black listed us , we deleted all them email accounts before we realized all we had to do was contact embraq and get on the safe sender list , and we did and all is well but we have no way of contacting the members that we removed there emails , cant send them a pm because they dont have an email for it to notify , we did run a short campaign starting at member 1 and going to all profiles with out emails and sending them a pm telling them to update there email account on file , but this way took forever and your still just banking on them visiting and reading the email then following the instruction .

We needed a more firm way to contact members whos emails we removed , and the 50 or so emails we have to remove with every new mass email .

A lot of the time the user just forgot he changed his email . they come in to a giveaway thread once its over and upset that they didnt know about it . we tell them we mass emailed everyone so if you didnt know about it its not our fault .. Happens all the time .

Anyway Looking for a better way to let users know there email has been removed because it was undeliverable , i came to vb.org . https://vborg.vbsupport.ru/showthread.php?t=216859 User : Carnage- told me the conditional for members with no email on file . and i took the ball and ran with it ...

I just added it to my site and tested it and it works great as soon as you are on an account with no email on file the notice is there , and once you click it and edit your email then the notice goes away AWESOME!

And this is how to do it.

1. Send a Mass Email and save all the undeliverable email notifications
2. Harvest all the email accounts from the undeliverable email notifications and build a list
3. Split up the work load to the staff and have them go to the control panel and go to Users/Search for Users
4. Search for the emails on your list
5. Enter the user profile and delete the email adress and hit save
6. Repeat till all are removed
7. Apply this modification
8. A Month or so later send a mass email and notice that you didnt get any undeliverable and more people actually got your email - If you did get any undeliverable emails then they were newly registered users
9. SUCCESS !

Note this also works if you do have email verification at registration , because people change emails all the time or abandon old accounts . you will be put back in touch with these users !

Here you will see a user profile with no email account on file , it was removed because it was deemed undeliverable by vbulletin mass email system ..



This is what the end user sees at this time



When they click on the notification it takes them to the edit email page ...



Once they edit there email the notice goes away and all is well

To perform this you need to edit the navbar template

Find:
HTML Code:
<!-- / notifications menu -->
</if>
And add this after it...

HTML Code:
<p style="margin-top: 0; margin-bottom: 0"> 
<if condition="$bbuserinfo['userid']">
  <if condition="$vbulletin->userinfo['email'] == ''"><div align="center">
	<p style="margin-top: 0; margin-bottom: 0"><span class="style1"><strong>
      <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /> 
	<font color="#FF0000">YOU DO NOT HAVE A VALID EMAIL ACCOUNT ON FILE</font>    <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /></strong></span></div>
<p style="margin-top: 0; margin-bottom: 0">
</p>
<p class="style1" align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font color="#FF0000">
<a target="_self" href="http://www.YOURSITE.com/profile.php?do=editprofile">
CLICK HERE NOW TO UPDATE YOUR EMAIL ACCOUNT ON FILE - YOUR EMAIL MAY OF BEEN REMOVED  BECAUSE IT WAS UNDELIVERABLE USERS WITH AN INVALID EMAIL WILL BE  INDEFINITELY DISQUALIFIED FROM ALL GIVEAWAYS, PERKS AND DISCOUNTS!
</a></font></b></p>
<p class="style1" align="center" style="margin-top: 0; margin-bottom: 0"><b>
<font color="#FF0000">
<a target="_self" href="http://www.YOURSITE.com/profile.php?do=editprofile">
WHEN YOU UPDATE YOUR EMAIL ADDRESS THIS NOTICE WILL GO AWAY.</a></font></b></p>
<div align="center">
	<p style="margin-top: 0; margin-bottom: 0"><span class="style1"><strong>
      <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /> 
	<font color="#FF0000">YOU DO NOT HAVE A VALID EMAIL ACCOUNT ON FILE</font>    <img src="http://www.YOURSITE.com/images/icons/icon4.gif" alt="ATTN" /></strong></span></div>
  </if>
  </if>
Edit the YOURSITE parts in the code above , you may need to adjust the image path it uses default vbulletin images , as well you may need to adjust the loaction of your edit profile page .

This will not show to guest and it only shows to account with no email on file

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-18-2009, 03:08 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is very nice. I did not remove the email addresses yet, but I'm going to now. We only have users which abandon email addresses because they change provider, but this is nice to get them "back on track" again!
Thank you!
Reply With Quote
  #3  
Old 07-18-2009, 06:08 PM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is very nice mod indeed.. I like it,.. I will be checking it out soon

Thanks
Reply With Quote
  #4  
Old 07-18-2009, 06:42 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It going to take some work by staff to remove all the undeliverable emails but once you get the initial brunt of them there will be only a hand full with each new mass email and its completely manageable .

If vbulletin would remove bounced emails and notify the user of this situation instead for keep trying to email to them OVER AND OVER for thread notifications and pm's and mass emails ect... this mod wouldn't be needed at all .

What a waste of resources when the system is trying to email to accounts that you know are invalid !

there must be a setting some where on vbulletin or server side that states rather you wish to receive undeliverable email notifications . i did not get them on my VPS but i get them on my dedicated so im thinking this is server side , i suggest turning this on so you can identify the invalid emails your users have and prompt them to update/repair them.
Reply With Quote
  #5  
Old 07-19-2009, 12:23 AM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems to work nice. However, it would be nicer if it was made as a product with language support. Maybe a nice idea for the future?
Reply With Quote
  #6  
Old 07-19-2009, 12:26 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you know how to do that your welcome to do it
Reply With Quote
  #7  
Old 07-21-2009, 06:28 AM
Hornstar Hornstar is offline
 
Join Date: Jun 2005
Location: Australia
Posts: 2,469
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice work and thanks for sharing. I wish vbulletin had something like this by default. It would save so much time. I don't think I have the time to go through and remove all the invalid email addresses that get bounced one by one.
Reply With Quote
  #8  
Old 07-21-2009, 07:50 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you will only have to do it once and it will increase your responses to mass emails and put you back in touch with your members , thread subscriptions and pm notifications ect they could be missing while your email server is hitting dead end roads
Reply With Quote
  #9  
Old 07-21-2009, 11:45 AM
SVTCobraLTD SVTCobraLTD is offline
 
Join Date: Jul 2007
Location: PA
Posts: 841
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DieselMinded View Post
you will only have to do it once and it will increase your responses to mass emails and put you back in touch with your members , thread subscriptions and pm notifications ect they could be missing while your email server is hitting dead end roads
Only if the actual members are signing on to your site. Some members forget they are registered on a site so they will never see the message. But atleast you will not get all the returned emails and potentially get blocked by mail servers.
Reply With Quote
  #10  
Old 07-21-2009, 07:45 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes they have to log back in to get prompted to update there email ,

sort of difficult to contact these members by email and let them know there email is wrong, i tried and it came back undeliverable
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:58 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11698 seconds
  • Memory Usage 2,327KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete