- Issue created by @trichers
- 🇨🇦Canada endless_wander
@tricher it is great that you are getting use out of this module, but you may not be used to the Drupal issue-reporting system. It is not really a place for individual troubleshooting. You can see this guide for more information -- https://www.drupal.org/docs/develop/issues/issue-procedures-and-etiquett... →
At a minimum, you need to provide all of the steps required to replicate any issue that you have and you should most often do a quick test on a brand new Drupal installation to make sure it is not custom code interfering with something else.
Otherwise, you may have more luck asking these kinds of questions on other support forums like StackExchange -- https://drupal.stackexchange.com/. The Drupal Slack chat group has a dedicated support channel that is great for questions like this -- https://www.drupal.org/community/contributor-guide/reference-information... →
- 🇩🇪Germany trichers
Many thanks for the tip. I will take it to heart.
In this case, however, my feature request is really meant seriously. With all Drupal modules it is possible to overwrite module templates with your own templates in the theme. This does not seem to be the case here and severely restricts the display of the individual events and event series. Or am I missing something?
- 🇨🇦Canada endless_wander
Custom templates in my theme are working with no problems. I have them in /templates/content folder of my theme -- e.g., /templates/content/eventinstance.twig.html
You may want to try debugging Twig to see why yours are not registering
- https://drupak.com/blog/enable-debugging-twig-templates-drupal-8
- https://www.drupal.org/docs/develop/theming-drupal/twig-in-drupal/debugg... →