diff -r a09fb41e48d5 -r 6e76ca311f2d plugins/nuggie/postbit.php --- a/plugins/nuggie/postbit.php Tue Dec 11 02:03:54 2007 -0500 +++ b/plugins/nuggie/postbit.php Tue Dec 11 19:05:43 2007 -0500 @@ -150,6 +150,12 @@ $strings['PERMALINK'] = makeUrlNS('Blog', $this->post_author . date('/Y/n/j/', $this->post_timestamp) . $this->post_title_clean, false, true); $strings['EDIT_LINK'] = makeUrlNS('Special', "Preferences/Blog/Write/{$this->post_id}", false, true); + /* + * FIXME: Make this a real colored userpage link + */ + + $strings['USER_LINK'] = '<fixme>' . htmlspecialchars($this->post_author) . '</fixme>'; + if ( $this->num_comments == 0 ) $comment_string = 'No comments'; else if ( $this->num_comments == 1 )