[TYPO3-dev] indexed_search template

Steffen Kamper info at sk-typo3.de
Thu Sep 11 12:34:11 CEST 2008


Hi,

i got it now, registered a new plugin "Searchbox for Indexed search" 
using same classfile but with different configuration, also with 
displayed pages for selecting the target page.
This was done by adding a few lines

in ext_tables
t3lib_extMgm::addPlugin(Array('LLL:EXT:indexed_search/locallang.php:mod_indexed_search_box', 
$_EXTKEY . '_box'));
$TCA['tt_content']['types']['list']['subtypes_excludelist'][$_EXTKEY . 
'_box'] = 'layout,select_key,recursive';

in localconf
t3lib_extMgm::addPItoST43($_EXTKEY . '_box');

and in ext_typoscript_setup.txt
plugin.tx_indexedsearchbox < plugin.tx_indexedsearch
plugin.tx_indexedsearchbox.code = form

so it's very easy for the users to use that.

vg Steffen




More information about the TYPO3-dev mailing list