Ignore:
Timestamp:
01/29/10 04:10:52 (3 years ago)
Author:
nick_ramsay
Message:

[Branch] Linked user names to their accounts in Post Manager and Comment Manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/content/plugins/post_manager/post_manager_settings.php

    r876 r1033  
    223223            $output .= "<b>" . stripslashes(urldecode($post->post_title)) . "</b><br />\n"; 
    224224            $output .= "<i>" . $h->lang["post_man_posted"] ."</i> " .  date('d M Y H:i:s', strtotime($post->post_date)) . "<br />\n"; 
    225             $output .= "<i>" . $h->lang["post_man_author"] ."</i> " . $username . " (id:" .  $post->post_author . ")<br />\n"; 
     225            $output .= "<i>" . $h->lang["post_man_author"] ."</i> <a href='" . $h->url(array('user'=>$username)) . "'>" . $username . "</a> (id:" .  $post->post_author . ")<br />\n"; 
    226226            $output .= "<p><i>" . $h->lang["post_man_content"] ."</i> " . stripslashes(urldecode($post->post_content)) . "</p> \n"; 
    227227            $output .= "<i>" . $h->lang["post_man_category"] ."</i> " . $category . "<br /> \n";   // we got $category above 
Note: See TracChangeset for help on using the changeset viewer.