* "Comments" Sidebar plugin can now have a custom title
(garvinhicking)
-Version 0.8.1 ()
+Version 0.8.2 ()
+------------------------------------------------------------------------
+
+ * Fix missing authorname when previewing entry. Thanks to winkiller,
+ aquatic, thomas, wurstprinz and hansi for fixing this!
+
+Version 0.8.1 (May 17th, 2005)
------------------------------------------------------------------------
* Fix missing PDF thumbnail creation (imagemagick only)
foreach($dategroup as $properties) {
foreach($properties['entries'] as $x => $_entry) {
$entry = &$properties['entries'][$x]; // PHP4 Compat
+ if ($preview) {
+ $entry['author'] = $entry['realname'];
+ $entry['authorid'] = $serendipity['authorid'];
+ }
+
serendipity_plugin_api::hook_event('frontend_display', $entry);
$entry['link'] = serendipity_archiveURL($entry['id'], $entry['title'], 'serendipityHTTPPath');