Changing BlogCFC's comment approval
One little thing thats bugged me with BlogCFC with moderated comments is the need to go from List > View Comment < back to list to approve. Silly I know but still ...
So I've added the following on the comment.cfm page in the admin section
ColdFISH is developed by Jason Delmore. Source code and license information available at coldfish.riaforge.org
<input type="button" name="approve" value="Approve" onclick="location.href='#application.rooturl#/admin/moderate.cfm?approve=#comment.id#'" />
1<input type="button" name="approve" value="Approve" onclick="location.href='#application.rooturl#/admin/moderate.cfm?approve=#comment.id#'" />
All this does is add the button "Approve" to the view comment page to smooth out the flow of the process