[TYPO3-project-seminars] no list of attendences in BE

Mario Rimann typo3-coding at rimann.org
Sun Dec 2 21:01:40 CET 2007


Hi Tomas

Tomas Balek schrieb:
> I've checked it over and over for several times...
> 
> plugin.tx_seminars.attendancesPID = 130

This looks good so far - I can't see any mistake. But your TypoScript is
hard to read. You could clean up by writing it like this

plugin.tx_seminars {
  attendancesPID = 130
  otherConfig = foo
  language = bar
}

One other hint to test it out: Go to the page in the BE were your
tx_seminars list view is located. Now open the TypoScript Object Browser
(TSOB) within the Template Module. Check whether the configuration for
plugin.tx_seminars.attendancesPID is equal to 130.

Then make sure that your TypoScript applies to the page that contains
the registration plugin.

> I configured the rest over the flexforms.

Is there a wront page selected?

And where are all the attendance records stored? Default (without any
misleading config) will be PID 0 - the root page.

Cheers,
Mario


More information about the TYPO3-project-seminars mailing list