Hello,
i hope somebody knows more.
return BxDolService::call('wmap', 'homepage_part_block', array ('events'));
shows me all events on 1 Map, but i want to show profiles and events on 1 map.
I have tried this, but it doesn't work
return BxDolService::call('wmap', 'homepage_part_block', array ('events') ('profiles'));
Why?
Thank you
Thomas