defroster Posted January 30, 2011 Share Posted January 30, 2011 I am wondering if anyone has a good idea how I could create a simple voting feature to each comment on a certain page? I would like to have a +/- button and a total count for each comment. The count would start at '0' (zero) and if it is voted up, the count would become 1 and if voted down the count would be -1. If the count would be negative the comment would be collapsed and not shown. The thing is that I would like to create this so it happens instantly on the page when clicked with AJAX or similar. Does anyone know of any good tutorial where I could find info how to do this? It would look something like this: Thanks a million /df Quote Link to comment https://forums.phpfreaks.com/topic/226168-vote-on-a-comment-and-hide-the-comment-if-vote-becomes-negative-ajaxphp/ Share on other sites More sharing options...
doddsey_65 Posted January 31, 2011 Share Posted January 31, 2011 do you have any current code i could work off? it will be easier to help you if i can see what you currently have. Quote Link to comment https://forums.phpfreaks.com/topic/226168-vote-on-a-comment-and-hide-the-comment-if-vote-becomes-negative-ajaxphp/#findComment-1167573 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.