Skip to content
View in the app

A better way to browse. Learn more.

Дизайн и модификация 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.

Как снять защиту с языка

Подскажите как снять защиту с языка (перевода). Нужно изменить несколько основных слов.

Featured Replies

Подскажите как снять защиту с языка (перевода). Нужно изменить несколько основных слов.

Вопрос к верстке не имеет отношение.

 

IPB version: I have no IPB - напишите версию.

  • Author

Версию поставил, куда задать вопрос?

Я снимал через phpMyAdmin таблица ibf_core_sys_lang изменить lang_protected с 1 на 0

Версию поставил, куда задать вопрос?

Вам уже ответили.

Но можно и запросом из форума:

UPDATE core_sys_lang SET lang_protected = 0;

 

тему перенес.

  • Author

Спасибо, снял, поменял пару слов.

  • 3 months later...

Скажите, а как поменять порядок отображения языка? т.е, чтобы [iPS] Английский стал ниже.

core/modules_admin/languages/manage_languages.php

 

Найти (1757 строка в 3.1.4)

 

$this->DB->build( array( 'select' => '*', 'from' => 'core_sys_lang' ) );

 

Заменить на

 

$this->DB->build( array( 'select' => '*', 'from' => 'core_sys_lang' , 'order' => 'lang_id desc' ) );

 

Будет показывать наоборот.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.