[TYPO3-english] search doesn't work
luca
mingusthecat at gmail.com
Mon Nov 24 11:48:11 CET 2008
Hi,
I cannot find a solution....
My search is not working anymore and I cannot see the labels on buttons...
This is my prev request but I cannot get any answer...
Please help, as I do not know where to look...
The problem can be seen at the following link:
http://www.solcoimola.it/index.php?id=46
Luca
-------- Messaggio Originale --------
Oggetto: [TYPO3-english] index search labels and search results
Data: Fri, 07 Nov 2008 15:48:45 +0100
Da: luca <mingusthecat at gmail.com>
Gruppi discussione: typo3.english
Hi,
I have the following problem with a site done with TYPO3 CMS ver. 4.2.1.
Indexed search was working fine, then in the tuning up process something
when wrong with the search box and page...
The search page can be visited at http://www.solcoimola.it/index.php?id=46
No more labels for buttons and select list...
Also the search is not returning any results, even though the indexing
engine is correctly running in the back...
I'm attaching some of the TS related to the search (which it was working
before....).
Thank you for your help
Luca
.......
##############################################
plugin.tx_indexedsearch.templateFile=fileadmin/templates/main/ext/search.html
##############################################
########## search form ###########
##############################################
subparts.search_form = COA_INT
subparts.search_form {
stdWrap.prefixComment = 2 | subparts.search_form
10 = TEXT
10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
10.typolink.returnLast = url
10.wrap = <div id="indexedsearchbox"><form action="|" method="post"
id="indexedsearch"><label for="tx_indexedsearch[sword]">cerca</label>
20 = COA
20 {
10 = TEXT
10.data = GPvar : tx_indexedsearch |sword
10.wrap = <input alt="ricerca nel sito"
name="tx_indexedsearch[sword]" id="tx_indexedsearch[sword]" value="|"
class="searchbox-sword" type="text" />
20 = COA
20 {
10 = TEXT
10.value = <input type="hidden" name="tx_indexedsearch[sections]"
value="0" />
20 = TEXT
20.value = <input name="tx_indexedsearch[submit_button]"
value="Search" type="hidden" />
30 = TEXT
30.value = <input name="search" alt="cerca" value="cerca"
class="buttons" type="submit" />
}
}
30 = COA
30 {
10 = TEXT
10.value = Advanced search »
10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
10.typolink.additionalParams = &tx_indexedsearch[ext]=1
if.isTrue = {$plugin.tx_indexedsearch.showAdvanced}
}
wrap = | </form></div>
}
##############################################
config.index_enable = 1
config.sys_language_uid = 0
config.language = it
config.locale_all = it_IT
config.linkVars = style
##############################################
config.spamProtectEmailAddresses = 2
config.spamProtectEmailAddresses_atSubst = (at)
page.config.admPanel = 0
##############################################
page.config{
# -------------------------------------------------------------
# DocType e Charset
doctype = xhtml_trans
xmlprologue = none
doctypeSwitch = 1
htmlTag_setParams = xmlns="http://www.w3.org/1999/xhtml"
xml:lang="it"
lang = "it"
xhtml_cleaning = all
htmlSpecialChars = 1
htmlTag_langKey = it_IT
renderCharset = charset=iso-8859-1
metaCharset = charset=iso-8859-1
#additionalHeaders = Content-Type:text/html; charset=iso-8859-1
# -------------------------------------------------------------
}
##############################################
.....
More information about the TYPO3-english
mailing list