Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
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