Hi Erwin,
One question came up, where can I remove the sem_notab in the eventlist-overview? It's at the beginning of the table but I can't find it back in the views\eventlist\tmpl\default.php
You can find it in administrator/components/com_matukio/helper/util_events.php in the getEventlistHeader(..) function - starting at line 221 or you could out comment $knopfunten = MatukioHelperUtilsEvents::getEventlistHeader(($this->art + 1)); in the eventlist/tmpl/default.php
And in the detailled event, is it possible to remove the header? (COM_MATUKIO_DESCRIPTION). I've been looking for this in views\event\tmpl\default.php and found that it is definied in
$html = MatukioHelperUtilsEvents::getTableHeader(4);
but is it possible to remove the description at the top? This because for me the event-description will be the title-description of the event, so all the events will have unique names.
Hmm you use the modern template also, perhaps this would be a bit more suitable for you. In the old (default) template it is somewhere near line 348 (MatukioHelperUtilsEvents::printHeading($this->ueberschrift[0], $this->ueberschrift[1]);
Best regards,
Yves
P.S.: If you have any other questions or need some more detailed help, you could also add me on Skype (yves.hoppe).