Jump to content

Признать предупреждение

Featured Replies

Как признать предупреждение, если нет уведомлений или подробностей предупреждения? image.png

image.png

Как найти этот раздел, где отображается такая информация (скрин не мой):

image.png

 

 

 

 

Link to comment
https://ipbmafia.ru/topic/23520-priznat-preduprezhdenie/
Share on other sites
  • HooLIGUN changed the title to Признать предупреждение

HooLIGUN по ковыряй тут настройки

Спойлер

56.thumb.png.d68a92182f4032ef355e6d165b22004f.png

 

Link to comment
https://ipbmafia.ru/topic/23520-priznat-preduprezhdenie/?&do=findComment&comment=172621
Share on other sites

Тут то и ковырять нечего. У меня всё включено.

Предупреждения скорее всего выдавались еще на версии 3.4

Сейчас пока отключил требование признать предупреждение, но хотелось бы найти решение, неужели не реализовано ?)

Link to comment
https://ipbmafia.ru/topic/23520-priznat-preduprezhdenie/?&do=findComment&comment=172622
Share on other sites
5 часов назад, SlawkA сказал:

HooLIGUN по ковыряй тут настройки

  Показать контент

 

Более того, при отключении данной функции, всё равно требует принять наказание

Link to comment
https://ipbmafia.ru/topic/23520-priznat-preduprezhdenie/?&do=findComment&comment=172626
Share on other sites

Вот такой запрос к базе попробуй сделать, должен помочь:

UPDATE core_members_warn_logs SET wl_acknowledged = NULL WHERE wl_acknowledged > 0;

 

Link to comment
https://ipbmafia.ru/topic/23520-priznat-preduprezhdenie/?&do=findComment&comment=172638
Share on other sites
4 минуты назад, Respected сказал:

Вот такой запрос к базе попробуй сделать, должен помочь:

UPDATE core_members_warn_logs SET wl_acknowledged = NULL WHERE wl_acknowledged > 0;

 

Спасибо, но нет. Это сработает скорее всего для новых предупреждений.

Предупреждения, которые были выданы на старой версии 3.4 там отсутстствуют

Нашел решение:

 Это значение сидит в core_members -> members_bitoptions

А расшифровывается так:

/**
	 * @brief	Bitwise values for members_bitoptions field
	 */
	public static $bitOptions = array(
		'members_bitoptions'	=> array(
			'members_bitoptions'	=> array(
				'bw_is_spammer'					=> 1,			// Flagged as spam?
				// 2 is deprecated
				// 4 (bw_vnc_type) is deprecated
				// 8 (bw_forum_result_type) is deprecated
				'bw_no_status_update'			=> 16,			// Can post status updates?, 1 means they CAN'T post status updates. 0 means they can.
				// 32 (bw_status_email_mine) is deprecated
				// 64 (bw_status_email_all) is deprecated
				// 128 is deprecated (previously bw_disable_customization)
				// 256 is deprecated (bw_local_password_set) - used to represent if a local passwnot was set and block the change password form if not
				'bw_disable_tagging'			=> 512,			// Tags disabled for this member? 1 means they are, 0 means they aren't.
				'bw_disable_prefixes'			=> 1024,		// Tag prefixes disabled? 1 means they are, 0 means they aren't.
				'bw_using_skin_gen'				=> 2048,		// 1 means the user has the easy mode editor active, 0 means they do not.
				'bw_disable_gravatar'			=> 4096,		// If 0 then gravatar will not be used.
				// 8192 (bw_paste_plain) is deprecated
				// 16384 (bw_html_sig) is deprecated
				// 32768 (allow_admin_mails) is deprecated
				'view_sigs'						=> 65536,		// View signatures?
				// 131072 (view_img) is deprecated
				// 262144 is deprecated
				'coppa_user'					=> 524288,		// Was the member validated using coppa?
				// 1048576 (login_anonymous) is deprecated
				// 2097152 (login_anonymous_online) is deprecated
				// 4194304 (members_auto_dst) is deprecated
				// 8388608 (members_created_remote) is deprecated
				// 16777216 (members_disable_pm) is deprecated
				'unacknowledged_warnings'		=> 33554432,	// 1 means the member has at least one warning they have not acknowledged. 0 means they have none.
				// 67108864 (pp_setting_moderate_comments) is deprecated and replaced with global setting
				'pp_setting_moderate_followers'	=> 134217728,	// Previously pp_setting_moderate_friends. Replaced with setting that toggles whether or not member can be followed. 
				'pp_setting_count_visitors'		=> 268435456,	// If TRUE, last 5 visitors will be shown on profile
				'timezone_override'				=> 536870912,	// If TRUE, user's timezone will not be detected automatically
				'validating'					=> 1073741824,	// If TRUE user is validating and should have a corresponding row in core_validating
			),
			'members_bitoptions2'	=> array(
				'show_pm_popup'					=> 1, // "Show pop-up when I have a new message"
				'remove_gallery_access'			=> 2, // Remove access to Gallery
				'remove_gallery_upload'			=> 4, // Remove permission to upload images in Gallery
				'no_report_count'				=> 8, // 1 means the report count will not show
				'has_no_ignored_users'			=> 16, // If we know the user has no ignored users, we don't have to query for them
			)
		)
	);

 

'unacknowledged_warnings'		=> 33554432

Насколько я понял, нужно взять текущие значение пользователя members_bitoptions и отнять от него "33554432".

Сделал, вроде получилось, надеюсь это так работает

Link to comment
https://ipbmafia.ru/topic/23520-priznat-preduprezhdenie/?&do=findComment&comment=172640
Share on other sites
1 час назад, HooLIGUN сказал:

Насколько я понял, нужно взять текущие значение пользователя members_bitoptions и отнять от него "33554432".

Правильно поняли. 

Link to comment
https://ipbmafia.ru/topic/23520-priznat-preduprezhdenie/?&do=findComment&comment=172641
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.