comment system
Hello,
I dint do much research myself, but is it possible to use the comment-system on any page? I once created a plugin for another CMS where i simply had to call something like:
Does a similar system exists in vanilla?
Do i really need to write a full commenting system for my news-system? :-)
I dint do much research myself, but is it possible to use the comment-system on any page? I once created a plugin for another CMS where i simply had to call something like:
$Comments = New Comments("myPageIdentifier", $ID);
echo $Comments->_Print();
echo $Comments->_Form();
Does a similar system exists in vanilla?
Do i really need to write a full commenting system for my news-system? :-)
0