Adding comments to project tasks

edited November 2012 in Help - 5.4.0 Vote Up0Vote Down
I just upgraded to 5.4.0, and enabled ModComments.

However, I cannot see them on the Detail View of any module.
I use it a lot for project tasks... How do I enable it like I had in 5.3.0? <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;

Comments

  • 3 Comments sorted by Votes Date Added
  • hello yedidel, please follow this step:
    1. go the directory of the module you'd like to add comments to (in your case modules/projecttask/).
    2. go into detailview.php
    3. beneath the require_once files enter this code: (line 14-15 - depands on vtiger version).
    3.
    require_once 'modules/modcomments/modcomments.php';
    4.
    $detailviewblock = modcomments::addwidgetto('projecttask');
    - make sure to change 'projecttask' to the name of the module you'r editing.

    that's it, enjoy.
  • thanks for the post "edan-wmg" <!-- s:d --><img src="{smilies_path}/icon_biggrin.gif" alt=":d" title="very happy" /><!-- s:d -->

    great work!!!!!
Sign In or Register to comment.