Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   TBDev (http://www.bvlist.com/forumdisplay.php?f=20)
-   -   Remove Email Confirmation (http://www.bvlist.com/showthread.php?t=8301)

Kristoffer 15th September 2012 14:33

Remove Email Confirmation
 
Will i be able to remove the confirmation mails on my TBDev?

cheers,
Kristoffer :drink:

Timisoreanul 15th September 2012 18:56

Hey , take a look here :

http://www.bvlist.com/20401-post2.html

Kristoffer 15th September 2012 20:09

Quote:

Originally Posted by Timisoreanul (Post 36540)

Thanks for the answer, but i did not find any $confirmed='pending'; in my Takesignup.php

Regards,
Kristoffer

Timisoreanul 15th September 2012 20:33

What source are you using exactly?

Kristoffer 15th September 2012 20:41

Quote:

Originally Posted by Timisoreanul (Post 36542)
What source are you using exactly?

tbdev 2009, xleech.

Timisoreanul 15th September 2012 21:17

In takesignup.php find this line

Code:

(!$arr[0]?'confirmed':'pending')))).
replace with this:

Code:

(!$arr[0]?'confirmed':'confirmed')))).
Tested right now , it is working.

Kristoffer 15th September 2012 23:47

Quote:

Originally Posted by Timisoreanul (Post 36544)
In takesignup.php find this line

Code:

(!$arr[0]?'confirmed':'pending')))).
replace with this:

Code:

(!$arr[0]?'confirmed':'confirmed')))).
Tested right now , it is working.

Worked, many thanks! :ok:


All times are GMT +2. The time now is 05:29.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.