heimrichhannot / contao-banner_plus
Improvements to BugBuster/Banner module.
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 8
Forks: 0
Open Issues: 4
Type:contao-bundle
Requires
- php: ^8.1
- bugbuster/contao-banner-bundle: >=1.0.11 <1.4
- contao/core-bundle: ^4.13
- heimrichhannot/contao-encore-contracts: ^1.0
- symfony/event-dispatcher-contracts: ^1.0 || ^2.0 || ^3.0
- symfony/routing: ^5.4
- symfony/service-contracts: ^1.0 || ^2.0 || ^3.0
Conflicts
- v3.x-dev
- 3.0.0
- v2.x-dev
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.0
- 2.0.0-beta6
- 2.0.0-beta5
- 2.0.0-beta4
- 2.0.0-beta3
- 2.0.0-beta2
- 2.0.0-beta1
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-dependabot/npm_and_yarn/http-proxy-middleware-2.0.7
- dev-dependabot/npm_and_yarn/express-4.21.0
- dev-dependabot/npm_and_yarn/micromatch-4.0.8
- dev-dependabot/npm_and_yarn/webpack-5.94.0
This package is auto-updated.
Last update: 2024-10-28 12:15:00 UTC
README
This bundle brings enhancements to BugBusters contao-banner-bundle.
Features
- add better page filter, with page depth inheritance and include/except pattern to banners
- Slick support - display adds within your slick newslist module
- fireplace ads git - html banner support
Setup
Install
-
Install via composer or contao manager:
composer require heimrichhannot/contao-banner-plus-bundle
-
Update your Database
Usages
Page filter
Setup the page filter in your banner settings. Show or hide banners on configured pages including optional page inheritance.
Slick support
Select a banner cateogy in your slick newslist module and set configuration to display banners within the slideshow. Two types of banner-inclusion are possible.
Fireplace add
Setup fireplace ads. Add additional images to the fireplace image fields in your banner config and use mod_banner_list_fireplace_ad template within module config.
HTML Banner
Setup Html ads. Select HTML file from filesystem. For better usability and file management use new directory for every new add. Css and JavaScript files can be added to the directory too and linked inside the html file. HTML files will be loaded via iframe, so it is possible to have multiple links inside the banner. Links inside banner cannot be tracked. By selecting target url inside banner configuration, this link will be placed over the iframe. Clicks on the target link will be tracked as usual.