jambagecom / macina-searchbox
This extension offers the possibility to add a searchbox to your TYPO3 powered website which submits the searchvalue to the Indexed Search Engine plugin.
Installs: 407
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 2
Language:HTML
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^7.6 || ^8.7 || ^9.5 || ^10.4
Suggests
- typo3/cms-indexed-search: ^7.6 || ^8.7 || ^9.5 || ^10.4
Replaces
- jambagecom/macina-searchbox: v3.0.6
This package is auto-updated.
Last update: 2023-09-30 15:00:02 UTC
README
This extension offers the possibility to add a searchbox to your TYPO3 powered website which submits the searchvalue to the Indexed Search Engine plugin. The extension has a Fluid template which is easy to modify and supports multiple languages. Use the plugin of Indexed Search. This extension is useful to have a Fluid template which will not show the search results.
Version 3.1.0
Version | 3.1.0 stable |
Release date | 21st March 2022 |
Author | Franz Holzinger, Wolfgang Becker |
CSS
You can use these CSS settings in order to get the same output as in old versions of macina_searchbox.
.tx-indexedsearch-searchbox fieldset {
border:none;
padding:0 0 10px 0;
margin:0;
}
.tx-indexedsearch-form {
float: left;
}
.tx-indexedsearch-search-submit {
float: right;
}
Usage
Insert the setup of macina_searchbox from "include static (from extensions)" and insert an Indexed Search plugin. Do not use the plugin of macina_searchbox! This has been changed from the older versions.
Contributions
This git version is puglished under TYPO3 Extension Repository. You are invited to give comments and to make bug reports on this Github repository.