[TYPO3] RealURL & sp_directory: Dropdown Problems with IE
Rolf Casanova
typo3 at webspiration.ch
Tue Feb 21 19:47:33 CET 2006
"Rolf Casanova" <typo3 at webspiration.ch> schrieb im Newsbeitrag
news:mailman.1.1140537682.8320.typo3-english at lists.netfielders.de...
> Hi
> I'v got a Problem with sp_directory/tt_address with RealURL under IE:
> When i choose a Adress-Category from the dropdown-Menu IE jumps to the
> Start-Site and shows no Results... Over the ABC-List its ok, IE hangs the
> sp_directory-Parameters on the RealURL-Link... that's ok!
>
> How can I make sp_directory Dropdown-Links fit for RealURL?
>
> Under Firefox/Netscape its ok!
> I use Typo 3.8 & RealURL 1.1.0 & sp_directory 0.2.10!
>
> Besten Dank!
> Gruss Rolf
>
Here's the soution fresh from the german-list:
>
> Wie's der Teufel will, habe ich zufällig das Problem gerade gelöst.
> Ich habe sp_directory 0.2.10 soweit gefixt, dass es jetzt auch mit MSIE
> funktioniert. Der entscheidenden Hinweis steht in der RealURL-Doku
> http://typo3.org/documentation/document-library/extension-manuals/realurl/current/view/1/2/
> (suche nach MSIE).
>
> Es gibt in class.tx_spdirectory_pi1.php 3 Funktionen
> function makeDropDownList()
> function makeJumper()
> function makeZIP()
>
> Da ersetzt man jeweils hinter
> while($row = mysql_fetch_assoc($res)) {
> man die Zeilen
> $content .= '<option value="'.$this->makeLink(
> durch
> $content .= '<option value="'.$GLOBALS['TSFE']->baseUrl.$this->makeLink(
>
> Dann sollte es gehen.
>Wer's will, dem kann ich auch das gefixte class.tx_spdirectory_pi1.php
>schicken.
>
>hjb :-?
>--
>Hans-Juergen Beie
>hjb at pollux.franken.de
Great.. :-)
More information about the TYPO3-english
mailing list