The module "Banners" displays the banners on this site.
Module refers to the part of the CMS "Content" and can be installed optionally.
Banners have the following characteristics.
Основные:
Banners can have an unlimited number of categories. If necessary, the category can not be used. To do this, disable the "Use category" in the module settings.
Categories have the following characteristics.
Основные:
Для работы с модулем «Banners» служат следующие шаблонные теги:
Атрибуты:
— count – number of displayed banners (by default 1). Значение all выведет все баннеры;
— id – идентификатор баннера, если задан, атрибут count игнорируется;
— sort – sorting banners: by default as on the module page, date – by date, rand – randomly;
— cat_id – categories of banners, if "Use categories" is checked in the module settings.;
— defer – deferred load tag template tag: event – load content only at the request of the user when you click "Upload", emergence – load content only when the client window appears in the browser window, async – asynchronous (simultaneous) content loading together with the content of template tags with the same marker, sync – synchronous (sequential) load of content in conjunction with the content of template tags with the same marker, by default, downloading content only at the request of the user;
— defer_title – text string displayed at the point where the loadable content appears with the help of delayed loading of the template tag;
— template – tag template (file modules/bs/views/bs.view.show_block_template.php; default - file modules/bs/views/bs.view.show_block.php).
Example:
<insert name="show_block" module="bs" sort="rand">
выведет 1 случайный баннер
{bs} – Banners
{bs_category} – Категории баннеров
{bs_site_rel} – Данные о том, на каких страницах сайта выводятся баннеры
modules/bs/admin/bs.admin.php – Редактирование баннеров;
modules/bs/admin/bs.admin.category.php – Editing banners categories;
modules/bs/admin/bs.admin.config.php – Module settings;
modules/bs/admin/js/bs.admin.edit.js – Редактирование баннеров, JS-сценарий;
modules/bs/bs.php – Controller;
modules/bs/bs.action.php – Обработка запроса при клике на ссылку баннера;
modules/bs/bs.install.php – Module installation;
modules/bs/bs.model.php – Model;
modules/bs/js/bs.show_block.js – JS-сценарий обработки клика по баннеру;
modules/bs/views/bs.view.show_block.php – Шаблон блока баннеров;
modules/bs/views/bs.view.show_block_slider.php – Шаблон блока баннеров.