| ruben |  | 
|---|---|
| 
	i trie to add comments for a plugin but i'm getting this message: Adding comments has been disabled for this item list($comments_link, $comments_display, $comments_count) = sed_build_comments($item_code, $row1, $comments); $t->assign(array( "COMMENTS" => $comments_link, "COMMENTS_DISPLAY" => $comments_display, "COMMENTS_COUNT" => $comments_count, )); 
 | 
| tensh |  | 
|---|---|
| Wild guess - did you set and/or check permissions? 
 Also, maybe post a bit more of the plugin code? | 
| lukgoh |  | 
|---|---|
| I think you might find that you are not defining what comments to load for your plugin. You need to check what those variables are set to, if anything. | 
| ruben |  | 
|---|---|
| already found it, need to add this to the code $comments = true; 
 |