Hi,
I try to list events of the DPcalendar package into articles. In HTML mode I enter the following code:
<table class="felix2">
{{#events calid=151 limit=10}}
<tr>
<td>{{startDate}}</td>
<td>{{startTime}}</td>
<td><span style="color: green;">{{title}}</span></td>
<td>{{#location}}{{title}}{{/location}}</td>
</tr>
{{/events}}
</table>
When I toggle to Editor Mode the Code is changed to:
{{#events calid=151 limit=10}}{{/events}}
<table class="felix2">
<tbody>
<tr>
<td>{{startDate}}</td>
<td>{{startTime}}</td>
<td><span style="color: green;">{{title}}</span></td>
<td>{{#location}}{{title}}{{/location}}</td>
</tr>
<tbody>
</table>
so, that the list of events is not displayed any longer. JCE is set to HTML5. How can I configure JCE so that the code is not being altered in Editor Mode? Thank you for helping!
I try to list events of the DPcalendar package into articles. In HTML mode I enter the following code:
<table class="felix2">
{{#events calid=151 limit=10}}
<tr>
<td>{{startDate}}</td>
<td>{{startTime}}</td>
<td><span style="color: green;">{{title}}</span></td>
<td>{{#location}}{{title}}{{/location}}</td>
</tr>
{{/events}}
</table>
When I toggle to Editor Mode the Code is changed to:
{{#events calid=151 limit=10}}{{/events}}
<table class="felix2">
<tbody>
<tr>
<td>{{startDate}}</td>
<td>{{startTime}}</td>
<td><span style="color: green;">{{title}}</span></td>
<td>{{#location}}{{title}}{{/location}}</td>
</tr>
<tbody>
</table>
so, that the list of events is not displayed any longer. JCE is set to HTML5. How can I configure JCE so that the code is not being altered in Editor Mode? Thank you for helping!
It seems that module parameters haven't been configured properly. Please make sure that you are using a valid twitter username, and
that you have inserted the correct keys. Detailed instructions are written in the module settings page.