Hallo,
ich habe mein Typo3 von Version 3.8.0 auf 4.1 upgedatet. Leider gibt es ein paar Dinge, die danach nicht mehr funktionierte. Zum einen ist die Ausgabe der Suche nicht mehr deutsch, aber laut den Einstellungen im Template sollte sie das noch sein.
Hier der Code aus dem Template:
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41:
| lib.searchbox = COA_INT lib.searchbox { stdWrap.prefixComment = 2 | lib.searchbox 10 = TEXT 10.typolink.parameter = 89 10.typolink.returnLast = url 10.wrap = <div id="indexedsearchbox"><form action="|" method="post" id="indexedsearch"><table cellpadding="0" cellspacing="0" border="0"> 20 = COA 20 { wrap = <tr> | </tr> 10 = TEXT 10.data = GPvar : tx_indexedsearch |sword 10.wrap = <td><input name="tx_indexedsearch[sword]" value="|" style="border: 1px solid #444444; width: 100px;" type="text" /></td> 20 = COA 20 { wrap = <td align="right"> |</td> 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" src="fileadmin/templates/images/functionSearchStart.gif" value="Search" class="searchbox-button" type="image" /> } } 30 = COA 30 { wrap = <tr>|</tr> 10 = TEXT 10.value = Advanced search » 10.typolink.parameter = 89 10.typolink.additionalParams = &tx_indexedsearch[ext]=1 10.wrap = <td align="right" colspan="2">|</td> if.isTrue = 0 } wrap = | </table></form></div> } |
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9:
| config.language = de config.index_enable = 1 config.index_externals = 1 plugin.tx_indexedsearch.show.rules = 0 |
Gruß
Eva