Search Result

Collapse
2 results in 0.0045 seconds.
Keywords
Members
Tags
comments
  •  

  • Carly Jung
    started a topic Comment System
    in PHP

    Comment System

    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
    See more | Go to post

  • 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-','');
    ...
    See more | Go to post
Working...