I am wondering if somebody knows about a free (or cheap) php/mysql comment system that can be added to web pages.
I am interested in a comment system that allows replies, rating and allos also the user to load an "avatar" or his/her picture.
Thanks,
Carly
Search Result
Collapse
2 results in 0.0045 seconds.
Keywords
Members
Tags
-
why does jQuery's fadeOut() work different in IE?
[CODE=javascript]
//deleteComment
$('a.c_delete') .livequery("cli ck", function(e){
if(confirm('Are you sure you want to delete this comment?')==fal se)
return false;
e.preventDefaul t();
var parent = $(this).parent( );
var c_id = $(this).attr('i d').replace('CI D-','');
...