I need the plugin serendipity_event_entrylastmodified for my CMS, that I use with s9y.
But the style is not good. I want the output like "Zuletzt bearbeitet am 17.09.2010 23:59" in the same line and style as: "Verfasser: XY • 17.09.2010" under each entry. The name of the last modifier should also be shown.
I suppose, I have to change something in the plugins/serendipity_event_entrylastmodified/serendipity_event_entrylastmodified.php and in the templates/my template/entries.tpl in the line:
Code: Select all
<p class="meta">Verfasser: {$entry.author} • {$entry.timestamp|@formatTime:'%d.%m.%Y'}{if $entry.has_comments}{if $view != 'entry'} • <a href="{$entry.link}#comments">{$entry.comments} {$entry.label_comments}</a>{/if}{/if}</p>