Hello,
I basically try to display the information about the teacher of an event like it's done for the organizer.
I created a custom field called "Vortragender" and put the user-id there. In the file components/com_matukio/views/event/tmpl/bootstrap3.php I managed to add a section like mat_event_organizer for the teacher.
If I could get the ID from the custom field to use it for $user = JFactory::getUser(541);
or is it possible to get the organizer-info for just a different ID ? (The teachers are also stored as organizers) like on
$organizer = MatukioHelperOrganizer::getOrganizer($this->event->publisher);
Thankful for any help ;-)