cotonti.com : comments for plugin https://www.cotonti.com Laatste forum onderwerpen Cotonti en Sat, 31 Jan 2026 08:42:26 -0000 ruben already found it, need to add this to the code

$comments = true; 

 

]]>
Wo, 13 Feb 2013 17:57:05 -0000
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.

]]>
Wo, 13 Feb 2013 11:09:37 -0000
tensh Wild guess - did you set and/or check permissions?

 

Also, maybe post a bit more of the plugin code? 

]]>
Wo, 13 Feb 2013 07:29:55 -0000
ruben i trie to add comments for a plugin but i'm getting this message: Adding comments has been disabled for this item
i added this to the plugin

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,
));

 

]]>
Za, 09 Feb 2013 16:05:08 -0000