[TYPO3] CoolUri

Celia Pommer celia.pommer at gmx.de
Fri Sep 5 09:47:34 CEST 2008


Hello forum!
I have a problem with CoolUri and Indexed Search:

My TS code is as following:

action="index.php?id=524&L=###LANGID###&tx_indexedsearch[sword]" method="POST"
    
id=524 is the searchsite.

My html-code is:

    <form action="search.html?L=###LANGID###" METHOD="post">
                <label for="search">| ###SEARCHNAME###</label>
                <input id="search" name="tx_indexedsearch[sword]"size="15" type="text" />
                <input class="submit_button" type="image" src="fileadmin/images/search1.gif" alt="go" />
    </form>    


(search is the alias of my searchsite)

These code is working by the search with realurl, but with cooluri I get the fault message „page not found“.


When I change the html-code to:

<form action="index.php?id=524?L=###LANGID###" METHOD="post">

I will be forwarded to the searchsite.

I will achive, that when I write the searchword into the inputfield and after pressing the ok-button I will get the results. I do not want to be forwarded to the searchsite and type the searchword again.

Has someone an idea how I can configurate the CoolUri? Until now I have the Default-Configuration.
Thanks in advance for every kind of help.

-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser


More information about the TYPO3-english mailing list