The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
VB Email Manager - MANAGES USER ACCTS WITH UNDELIVERABLE OR INVALID EMAILS ON FILE
I have resorted to putting this in my signature..
Quote:
Heres the deal when ever we get returned email we go to the users profile and remove there email address on file , this prevents the system from sending us error messages with future emails as it just skips over these accounts . we cannot contact these members via email to tell them there email dont work , so we went on a campaign and visited 2000 profiles with out emails and sent them private messages this took about a month to perform. we did this so when they logged back in they would get the pm telling them there email on file has been removed and they need to fix it . I want to put up a road block for these users , i do not want them to verify there email accounts because of spam filters . all i want to do is to have a notice show up to all users with out an email on file telling them they have to insert a proper email to remove the notice , it dont have to verify it we will do that when we send new mass emails out . Please Please will someone code a notice for users with a blank email field , letting them know there email was removed and needs updated (and linked to the edit email page) and once they put something in there the notice goes away thanks --------------- Added [DATE]1245717282[/DATE] at [TIME]1245717282[/TIME] --------------- could take it a step forward and have it automatically remove the undeliverable mail as it happens then initiate the notice |
#2
|
|||
|
|||
a template conditional would solve this...
<if condition="$vbulletin->userinfo['email'] == ''"> Display notice </if> The condition may need to use a different variable but the basics are there. |
#3
|
||||
|
||||
can someone develop it ?
|
#4
|
||||
|
||||
Anyone?
|
#5
|
||||
|
||||
I really need this
|
#6
|
|||
|
|||
Solution is already given in post #2.
|
#7
|
||||
|
||||
where do i put that? and the notice will only show to users with no email on file ?
--------------- Added [DATE]1247883393[/DATE] at [TIME]1247883393[/TIME] --------------- will this show to guests? how do i remove guests --------------- Added [DATE]1247888477[/DATE] at [TIME]1247888477[/TIME] --------------- Here: https://vborg.vbsupport.ru/showthread.php?t=218856 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|