PDA

View Full Version : VB Email Manager - MANAGES USER ACCTS WITH UNDELIVERABLE OR INVALID EMAILS ON FILE


DieselMinded
06-22-2009, 11:16 PM
I have resorted to putting this in my signature..

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

Linked to the edit email page

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 1245717282 at 1245717282 ---------------

could take it a step forward and have it automatically remove the undeliverable mail as it happens then initiate the notice

Carnage
06-23-2009, 12:34 AM
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.

DieselMinded
06-28-2009, 11:24 PM
can someone develop it ?

DieselMinded
07-02-2009, 07:25 PM
Anyone?

DieselMinded
07-16-2009, 11:40 AM
I really need this

Marco van Herwaarden
07-16-2009, 12:01 PM
Solution is already given in post #2.

DieselMinded
07-18-2009, 12:04 AM
where do i put that? and the notice will only show to users with no email on file ?

--------------- Added 1247883393 at 1247883393 ---------------

will this show to guests? how do i remove guests

--------------- Added 1247888477 at 1247888477 ---------------

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