[TYPO3] Searchbox on all pages
Carla Froitzheim
cf at cf-webservice.de
Thu Aug 17 00:31:18 CEST 2006
Kenneth Bo Larsen wrote:
>And in the Template analyzer when choosing Macina Searchbox i see this:
>
>
> SETUP:
>
> *macina_searchbox*
>
>
>[GLOBAL]
>plugin.tx_macinasearchbox_pi1 {
> pidSearchpage =
> templateFile = EXT:macina_searchbox/pi1/template.htm
>}
>
>
This is the standard setup of the macina_searchbox and at this place it
is ok. The wrong entry is here:
Your setup:
marks.searchbox >
marks.searchbox < plugin.tx_macinasearchbox_pi1
plugin.tx_macinasearchbox_pi1 {
pidSearchpage = 2
}
Correct setup:
marks.searchbox >
marks.searchbox < plugin.tx_macinasearchbox_pi1
marks.searchbox {
pidSearchpage = 2
templateFile = myOwnTemplateIfIDontUseTheExtensionTemplate
}
Carla
More information about the TYPO3-english
mailing list