Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ap0stol

Пользователи
  • Регистрация

  • В сети

  1. У меня не такая ошибка была, но подобная: при фильтре символов - любой ник считался неверным. Вылечил так: adminsourcesclassesmembermemberFunctions.php //----------------------------------------- // Blocking certain chars in username? //----------------------------------------- if( ipsRegistry::$settings['username_characters'] ) { $_name = html_entity_decode( $name ); // Fix for bug #30287 $check_against = preg_quote( ipsRegistry::$settings['username_characters'], "/" ); $check_against = str_replace( '-', '-', $check_against ); // Fix for bug #20998 if( !preg_match( "/^[" . $check_against . "]+$/iu".( IPS_DOC_CHAR_SET == 'UTF-8')?"u":"", $_name ) ) { return array( 'name' => $original, 'errors' => array( str_replace( '{chars}', ipsRegistry::$settings['username_characters'], ipsRegistry::$settings['username_errormsg'] ) ) ); } } на //----------------------------------------- // Blocking certain chars in username? //----------------------------------------- if( ipsRegistry::$settings['username_characters'] ) { $_name = html_entity_decode( $name ); // Fix for bug #30287 $check_against = preg_quote( ipsRegistry::$settings['username_characters'], "/" ); $check_against = str_replace( '-', '-', $check_against ); // Fix for bug #20998 if( !preg_match( "/^[" . $check_against . "]+$/iu", $_name ) ) { return array( 'name' => $original, 'errors' => array( str_replace( '{chars}', ipsRegistry::$settings['username_characters'], ipsRegistry::$settings['username_errormsg'] ) ) ); } }
  2. Не в этом, вопрос, я так понял критикал ставить уже не нужно, а правка CKA3KuH-а лишняя?
  3. Вредный совет. При входе в просмотр чьего-то профиля - зацикливаются редиректы А фикс уже есть в нулле это разве надо в готовом варианте в таком виде держать? В чистом этом нуле, вроде нет ошибки ни какой
  4. IP.Board 3.2.x, 3.3.x, and 3.4.x Critical Security Update майский стоит или надо ставить?

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.