##############################################################
## MOD Title: Change PM Default
## MOD Author: aboyd < N/A > (N/A) http://www.outshine.com/forums/
## MOD Description: When new users register, the default setting for private
## message alerts is to popup a window. This changes the default to off. The
## user can of course check the box to turn it back on.
## MOD Version: 1.0
##
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit: includes/usercp_register.php
##
## Included Files: N/A
##############################################################
## For Security Purposes, Please Check: http://www.outshine.com/ for
## the latest version of this MOD. Downloading this MOD from other sites could
## cause malicious code to enter into your phpBB Forum.
##############################################################
## Author Notes: This is not an official mod from phpBB. It is licensed under
## the GPL, which should have been included. If you find bugs, visit:
## http://www.outshine.com/forums/
##
##############################################################
## MOD History:
##
## 2005-07-23 - Version 1.0
## - Initial release
##
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To
## This MOD
##############################################################
#
#-----[ OPEN ]------------------------------------------
#
includes/usercp_register.php
#
#-----[ FIND ]------------------------------------------
#
$popup_pm = ( isset($HTTP_POST_VARS['popup_pm']) ) ? ( ($HTTP_POST_VARS['popup_pm']) ? TRUE : 0 ) : TRUE;
#
#-----[ REPLACE WITH ]------------------------------------------
#
$popup_pm = ( isset($HTTP_POST_VARS['popup_pm']) ) ? ( ($HTTP_POST_VARS['popup_pm']) ? TRUE : 0 ) : 0;
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Поставила себе когдато мод, но не знаю, о чём он и пр. ..Хочу удалить, а не знаю как.... помогите!!!!!! Срочно!!!!!!!!!! Вдруг этот мод дырявый????!!!!!!!!!!
Нет! Это была шутка! Удаляем мод, и все ок будет, личные сообщения сохранятся, мода не будет. Удаление кода никак не может повлиять на базу данных, а именно там хранятся личные сообщения!