Index: /branches/1.0/content/plugins/post_manager/post_manager_settings.php
===================================================================
--- /branches/1.0/content/plugins/post_manager/post_manager_settings.php	(revision 1032)
+++ /branches/1.0/content/plugins/post_manager/post_manager_settings.php	(revision 1033)
@@ -223,5 +223,5 @@
             $output .= "<b>" . stripslashes(urldecode($post->post_title)) . "</b><br />\n";
             $output .= "<i>" . $h->lang["post_man_posted"] ."</i> " .  date('d M Y H:i:s', strtotime($post->post_date)) . "<br />\n";
-            $output .= "<i>" . $h->lang["post_man_author"] ."</i> " . $username . " (id:" .  $post->post_author . ")<br />\n";
+            $output .= "<i>" . $h->lang["post_man_author"] ."</i> <a href='" . $h->url(array('user'=>$username)) . "'>" . $username . "</a> (id:" .  $post->post_author . ")<br />\n";
             $output .= "<p><i>" . $h->lang["post_man_content"] ."</i> " . stripslashes(urldecode($post->post_content)) . "</p> \n";
             $output .= "<i>" . $h->lang["post_man_category"] ."</i> " . $category . "<br /> \n";   // we got $category above
Index: /branches/1.0/content/plugins/comment_manager/comment_manager_settings.php
===================================================================
--- /branches/1.0/content/plugins/comment_manager/comment_manager_settings.php	(revision 1032)
+++ /branches/1.0/content/plugins/comment_manager/comment_manager_settings.php	(revision 1033)
@@ -293,5 +293,5 @@
             $output .= "<td class='cm_status'><b>" . ucfirst($h->comment->status) . "</b></td>\n";
             $output .= "<td class='cm_date'>" . date('d M \'y H:i:s', strtotime($h->comment->date))  . "</a></td>\n";
-            $output .= "<td class='cm_author'>" . $user->name . "</td>\n";
+            $output .= "<td class='cm_author'><a href='" . $h->url(array('user'=>$user->name)) . "'>" . $user->name . "</td>\n";
             $output .= "<td class='cm_post'><a href='" . $post_link . "'>" . $h->post->title . "</a></td>\n";
             $output .= "<td class='cm_approve'>" . "<a href='" . $approve_link . "'>\n";
