# HG changeset patch # User Dan # Date 1197417943 18000 # Node ID 6e76ca311f2d5a9f35cf71d0a46c77cb7b05c707 # Parent a09fb41e48d5952987b6935b2e3e183a4f5f1a7a Put a placeholder into that user link part so I don't forget to fix it ;-) 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 )