[TYPO3-dev] COA_INT in extension ?

Franz Holzinger franz at fholzinger.com
Tue Feb 27 13:44:02 CET 2007


Hello Joey,

>     20 = USER
>     20 {
>         userFunc = tx_cachetest_pi1->main
>         userFunc {
>             basket = COA_INT
>             basket {
>                 wrap = <hr />|
>                 10 = TEXT
>                 10.value = Basket (COA_INT):
>                 20 = USER
>                 20.userFunc = tx_cachetest_pi1->callTimeBasket
>             }
>             singleView = COA
>             singleView {
>                 wrap = <hr />|

I have implemented your proposals now with tt_board 1.1.7. Here it is
needed to make it possible to fill in the post fields with the data of a
logged in frontend user. The caching must be disabled here, but not in
the forum textual and graphical display. A bug in 1.1.6 has been fixed
now where the data has always been filled in with the first frontend
user of the day on this page.

I hope the versions >= 1.1.7 will work as intended.

Thanks.

- Franz




More information about the TYPO3-dev mailing list