Template is always the default one
Closed this issue · 3 comments
xApep commented
fritzmg commented
I cannot reproduce the issue. However, I only tested with the content element, as your description is missing exact reproduction steps. If this issue still occurs, please provide more detailed reproduction steps.
xApep commented
To reproduce it:
- Copy sharebuttons_default.html5. Paste it into root /templates and rename it.
- Create News archive
- Select options for Share as above and select newly created template
- Save
- Edit anything within newly create template and you will see no effect
fritzmg commented
I also cannot reproduce it this way. The custom template will be output:
<div class="mod_newslist block">
<!-- TEMPLATE START: templates/news_latest.html5 -->
<div class="layout_latest arc_1 block first even">
<!-- … -->
<!-- TEMPLATE START: templates/sharebuttons_foobar.html5 -->
<!-- … -->
<!-- TEMPLATE END: templates/sharebuttons_foobar.html5 -->
</div>
</div>