watch this:
compojoom.com/media/tutorials/PLUGINDocman_newentry.htm
and include the following things:
<!-- START joomlacomment INSERT -->
<div style="float:left;" align="left">
<?php
global $option;
require_once(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_docman_doc.php");
?>
</div>
<div class="clr"></div>
<!-- END OF joomlacomment INSERT -->
* at the end of the following file :
* components/com_docman/themes/.../templates/documents/document.tpl.php
<!-- START joomlacomment INSERT -->
<div class="dm_description" style="text-align:right;">
<?php
global $option;
require(JPATH_SITE."/administrator/components/com_comment/plugin/$option/josc_com_docman_item.php");
?>
</div>
<!-- END OF joomlacomment INSERT -->
* at the end of the following file :
* components/com_docman/themes/.../templates/documents/list_item.tpl.php