friends-of-contao / contao-memberlist

Memberlist extension
6 stars 10 forks source link

Load data container of tl_member #21

Closed fritzmg closed 3 years ago

fritzmg commented 4 years ago

Fixes #17

In newer Contao versions, you don't have to define a label for each DCA field any more. It will be automatically pulled from the translations, if not given. Currently this extension relies on the label in the DCA though and thus no label will be shown in the front end for the <thead> or the <select>.

The labels will only be present, if the data container is actually loaded beforehand.