w3scout / contao-searchfaq-bundle
Search FAQ-Sites.
Installs: 756
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 2
Type:contao-bundle
Requires
- php: >=5.6.0
- contao/core-bundle: ^4.4
- contao/faq-bundle: ^4.4
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2024-10-29 00:18:07 UTC
README
About
Search FAQ-sites.
This bundle adds a search-module for FAQ-sites and turns the FAQ-items into an accordion, which can have multiple items open simultaneously if more than one faq-item contains matches.
Installation
Install composer if you haven't already, then enter this command in the main directory of your Contao installation:
composer require w3scout/contao-searchfaq-bundle
Usage
- Create at least one FAQ category (without choosing a reader redirectpage)
- Add your FAQ items
- Create a "FAQ-Site" module and select "mod_faqpage_accordion" as individual template
- Create a "FAQ-Search" module and publish it above your FAQ-Site module
- Add the jQuery library to your theme and activate the following templates:
- j_accordion_open_multiple
- j_searchfaq
Additional Options
- Turn the items of a FAQ-Site into an accordion: open the FAQ-Site module configuration and choose "mod_faqpage_accordion" as individual module template. This works independently of the FAQ-Search module.
- Choose between standard accordion behavior (one open item at a time) or select the "j_accordion_open_multiple" template, if you need more than one open accordion item at the same time. Notice: this is not limited to FAQs, it works with standalone accordion elements too. But if you use the FAQ-Search, it is required!
Contribution
Bug reports and pull requests are welcome