About This File
Лицензия: _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) }
Recommended Comments
There are no comments to display.
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.