[TYPO3-english] Problem with kb_eventboard and CoolURI

Robert Böck robert.boeck at gmail.com
Sun Nov 27 13:39:36 CET 2011


Hi,

I'm using kb_eventboard and CoolURI on a website. The configuration I
made for kb_eventboard in the cooluriconf.xml file is the following:

    <part>
      <parameter>tx_kbeventboard_pi1[selectedcategory]</parameter>
    </part>
    <part>
      <parameter>tx_kbeventboard_pi1[step]</parameter>
    </part>
    <part>
      <parameter>tx_kbeventboard_pi1[pos]</parameter>
    </part>
    <part>
      <parameter>tx_kbeventboard_pi1[evt]</parameter>
      <lookindb>
        <to>SELECT CONCAT(eventname,'-',uid) FROM tx_kbeventboard_events
WHERE uid=$1</to>
        <t3conv>1</t3conv>
      </lookindb>
    </part>

However, it doesn't work as expected.
tx_kbeventboard_pi1[selectedcategory] and tx_kbeventboard_pi1[pos]
appears in the URL. I'm stumped. What's going wrong?

You can see it live:
go to http://www.schlossbrauhaus.de/veranstaltungen.html
scroll down to the end of the page
click on the right arrow to go to the 2nd page
the URL is now
http://www.schlossbrauhaus.de/veranstaltungen/5/5.html?tx_kbeventboard_pi1[selectedcategory]=0
scroll down to the end of the page
click on the left arrow to go back to the 1st page
the URL is now
http://www.schlossbrauhaus.de/veranstaltungen/5.html?tx_kbeventboard_pi1[selectedcategory]=0&tx_kbeventboard_pi1[pos]=0

cu, Robo :)


More information about the TYPO3-english mailing list