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.

Respected

Администраторы
  • Регистрация

  • В сети

Everything posted by Respected

  1. Если группа добавлена, можно вручную добавить поле прямо в phpmyadmin
  2. Тогда его нужно создать, вот скрипт создания этого поля: /* Groups */ foreach( \IPS\Db::i()->select( 'g_id, g_title', 'core_groups' ) as $group ) { \IPS\Lang::saveCustom( 'core', "core_group_{$group['g_id']}", $group['g_title'] ); } \IPS\Db::i()->dropColumn( 'core_groups', 'g_title' ); /* Set tables */ \IPS\Db::i()->dropTable( 'core_members_temp', TRUE ); \IPS\Db::i()->createTable( $membersDefinition ); /* Create the about me profile field group */ $group = \IPS\Db::i()->insert( 'core_pfields_groups', array( 'pf_group_key' => 'profile_40_fields', 'pf_group_name' => "Profile Fields" ) ); \IPS\Lang::saveCustom( 'core', 'core_pfieldgroups_' . $group, "Profile Fields" ); /* Create the about me profile field */ $aboutMe = new \IPS\core\ProfileFields\Field; $aboutMe->group_id = $group; $aboutMe->type = "Editor"; $aboutMe->content = NULL; //$aboutMe->multiple = FALSE; $aboutMe->not_null = FALSE; $aboutMe->max_input = 0; $aboutMe->input_format = NULL; $aboutMe->search_type = "loose"; $aboutMe->format = NULL; $aboutMe->admin_only = FALSE; $aboutMe->show_on_reg = FALSE; $aboutMe->member_edit = TRUE; $aboutMe->member_hide = FALSE; try { $aboutMe->save(); /* We have to store the title for now so step6 won't wipe it out */ \IPS\Db::i()->update( 'core_pfields_data', array( 'pf_title' => "About Me" ), "pf_id=" . $aboutMe->id ); \IPS\Lang::saveCustom( 'core', 'core_pfield_' . $aboutMe->id, "About Me" ); \IPS\Lang::saveCustom( 'core', 'core_pfield_' . $aboutMe->id . '_desc', "" ); } catch( \Exception $ex ) { \IPS\Log::log( $ex, 'upgrade' ); }
  3. Проверь что в сессии хранится у тебя. Типа var_dump( $_SESSION ); Можно найти поле Обо мне вручную в таблице core_pfields_data и вручную занести его ID в сессию: $_SESSION['aboutMe_Field'] = $ID;
  4. исправлено
  5. Через пару лет они перестанут продавать лицензии вообще, перейдут на облачную модель бизнеса.
  6. По сути да, просто сделали это хитрым способом Just business. Нуллы их не волнуют совсем.
  7. У Яндекса есть oauth, поэтому такое приложение не нужно, его можно настроить как Other OAuth 2.0
  8. /admin/?app=core&module=promotion&controller=seo
  9. Создать файл constants.php в корне форума с контентом: <?php define( 'BYPASS_UPGRADER_LOGIN', TRUE );
  10. Значит в базе данных нет такого логина, нужно посмотреть какие там юзеры есть.
  11. GEO IP не работает на nulled, не стоит обращать внимания на это.
  12. В корне форума создаётся.
  13. Если перелогин не помогает, тогда копать конфиг php
  14. Не так, не индексировать контент, сгенерированный контролером embed.php
  15. In the ACP you can undo changes to theme templates.
  16. Are you able to log into the ACP?
  17. As an option, disable changes one by one in theme templates
  18. Что именно не удаётся скачать?
  19. "107740": "4.7.16 Beta 1", "107741": "4.7.16 Beta 2", "107742": "4.7.16 Beta 3", "107743": "4.7.16 Beta 4", "107744": "4.7.16 Beta 5", "107745": "4.7.16", "107746": "4.7.16", "107747": "4.7.16" Anyone who has a patch available has an outdated version installed, you need to download the current one and update to it.
  20. You must update your forum to the latest version

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.