Put a placeholder into that user link part so I don't forget to fix it ;-)
authorDan
Tue, 11 Dec 2007 19:05:43 -0500
changeset 1 6e76ca311f2d
parent 0 a09fb41e48d5
child 2 4e7762863437
Put a placeholder into that user link part so I don't forget to fix it ;-)
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 )