- Compatibility
- not tested for compatibility
- Database changes
- not required
- Additional requirements
- модификация отключения входящих личных сообщений
- Author
- Gemini_13
- Public domain
- no
Описание: дополнение к модификации отключения входящих личных сообщений. Отключение личного сообщения о проверке релиза.
- Installation instructions
- PHP:
# ---- [ Открыть ] ------------------- ajax/change_tor_status.php # ---- [ Найти ] ------------------- if($tor['poster_id'] > 0) # ---- [ Заменить на ] ------------------- $posterdata = get_userdata($tor['poster_id']); if($tor['poster_id'] > 0 && !bf($posterdata['user_opt'], 'user_opt', 'off_pm')) # ---- [ Конец ] -------------------