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.

(CSI/IPS/BBCODE) Кнопка поиска

Featured Replies

Posted

index.php?app=downloads&module=display&s

Название: (CSI/IPS/BBCODE) Кнопка поиска

Добавил: WebFox

Добавлен: 24 Мар 2015

Категория: ББКоды IP.Board

Лицензия: _creativecommons.org/licenses/by-nc-nd/4.0/

Данный BB-код позволяет добавить в сообщение специальную кнопку, формирующую запрос и отправляющую его в форму поиска информации по форуму.

Принцип действия

Когда Вы указываете текст между тегами:

[find] ... [/find]

, создаётся кнопка, генерирующая поисковый запрос и направляющая его в форму поиска информации по форуму.

В этом дополнении используются иконки "Font Awesome". Для подключения иконок "Font Awesome" необходимо установить hook .

После установки BB-кода, необходимо в custom.css (или ipb_styles.css) добавить следующий код:

/**
- * BBCode: Search Button
- * By CYBERSPACE Industries
- * ------------------------------------------------------------------------- */

.bbc_btn_find {
  display: inline-block;
}

.bbc_btn_find a.bbc_url {
  display: inline-block;
  padding-right: 15px;
  border-radius: 3px;
  background-color: #23b7e5;
  color: #fff;
  text-decoration: none;
}

.bbc_btn_find i.fa {
  margin-right: 15px;
  padding: 10px 15px;
  background-color: rgba(0,0,0,.1);
}

.bbc_btn_find a.bbc_url:hover {
  background-color: #19a9d5;
}

.bbc_btn_find a.bbc_url:active {
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

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.

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.