|
coolskin
Guest
|
 |
« on: May 05, 2009, 22:03:15 » |
|
Hello all ^^...
I have see the help page on integration of Jcomment on Docman, and read all the trhead about the integration.
And don t work....
Can you help me ?
I have tried :{jcomments on} on the comment of the files.... don t work.
I have tried : integration faq for 1.4.2 beta
<?php global $mosConfig_absolute_path; $comments = $mosConfig_absolute_path . '/components/com_jcomments/jcomments.php'; if (file_exists($comments)) { require_once($comments); echo '<div style="clear:both; padding-top: 10px;"></div>'; echo JComments::showComments($this->data->id, 'com_docman', $this->data->dmname); }
don t work ... ;(
and i have tried the 1.3 in the faq , don twork ^^!
|