Does anyone know the comment module for kohana 3.2? On the Internet did not find
3 answers
Easier to write yourself. Or use a third-party solution, such as Disqus .
|
There is an even more convenient third-party solution (Russian-speaking): Commenting on a piece of text, you install a free version ... You put the functions that you need and go ahead.
|
In Kohane out of the box there are no modules for posts, articles, forum, etc. Therefore, a ready-made universal comment module is not found. They are written for a specific functionality.
Write a module from scratch to fit your needs. Or use ready-made general solutions, for example. Disqus as advised codefucker.
|