The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
When setting up a test forum, how can i make sure no emails are going out to members about anything subscription related or other notifications?
Thanks! |
|
#3
|
|||
|
|||
|
Thanks!
|
|
#4
|
||||
|
||||
|
Not a problem, glad to help.
|
|
#5
|
||||
|
||||
|
You can also edit config.php and add this code directly below <?php to disable email on a test site:
Code:
define('DISABLE_MAIL', 1);
PHP Code:
|
|
#6
|
||||
|
||||
|
Ummm the // should not be in the second code box.
|
|
#7
|
||||
|
||||
|
What // ?
![]() ![]() jk jk I removed it, what I get for copy/pasting I should have just been a man and typed it out manually lol! |
| Благодарность от: | ||
| blind-eddie | ||
|
#8
|
||||
|
||||
|
I know nothing.
|
|
#9
|
||||
|
||||
|
|
|
#10
|
|||
|
|||
|
Awesome, this will make things even easier!
|
| Благодарность от: | ||
| TheLastSuperman | ||
![]() |
|
|