Welcome Guest, Not a member yet? Register   Sign In
Moderated comments handling in codeigniter
#2

[eluser]pistolPete[/eluser]
There is probably no "plugin" for that task, but it's easy to implement.
Add a column "hidden" (ENUM: yes, no; default: yes) to your comments table; a new comment is then saved with hidden="yes".
On the public pages, only display comments where hidden="no".
In your admin area add a controller / method to change the value of the hidden column from "yes" to "no" to approve the comments.


Messages In This Thread
Moderated comments handling in codeigniter - by El Forum - 03-09-2009, 09:15 AM
Moderated comments handling in codeigniter - by El Forum - 03-09-2009, 09:23 AM
Moderated comments handling in codeigniter - by El Forum - 03-09-2009, 09:25 AM
Moderated comments handling in codeigniter - by El Forum - 03-09-2009, 09:27 AM
Moderated comments handling in codeigniter - by El Forum - 03-09-2009, 10:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB