disclaimer: I don't use serendipity_event_suggest myself, this was reported to me by a user via email. According to this user, the plugin configuration for serendipity_event_suggest does not offer an option to format the page generated by this plugin as an article (yet?), but plugin_suggest.tpl includes the following code:
Code: Select all
{if $plugin_suggest_articleformat}
<div class="serendipity_Entry_Date">
<h3 class="serendipity_date">{$plugin_suggest_name}</h3>
{/if}
YL