JustinM01 Posted April 10, 2007 Share Posted April 10, 2007 Hi all, I have a basic comment system on a website I'm making. I would appreciate it if some people could test it out a bit. There is nothing much to it, just commenting, no comment rating or comment replies. It uses Ajax+PHP system. Name field expects either a one word name, or firstname lastname, but no more than two words. Example: "foo", "bar", or "foo bar", but not "foo bar baz". Website field is not required, but expects a normal format like http://www.phpfreaks.com/. Comment field, try whatever here, hopefully it will catch most things. The script should update the comment div and than the amount of comments for the post particular post within a second. URL: http://www.plugbrainhere.com/demo/indextest.php Thanks to those with the time to test it out. Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/ Share on other sites More sharing options...
clown[NOR] Posted April 10, 2007 Share Posted April 10, 2007 well... nothing happens when I press Submit well.. now it did... just took really long time Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/#findComment-225862 Share on other sites More sharing options...
JustinM01 Posted April 10, 2007 Author Share Posted April 10, 2007 Thanks for taking the time to test it. I haven't run into that problem before, maybe it was your internet slowing down for a bit? If not, maybe someone else could see if the same thing happens to them? Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/#findComment-225899 Share on other sites More sharing options...
maxic0 Posted April 10, 2007 Share Posted April 10, 2007 Works fine for me and it looks really nice. Good job! Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/#findComment-225925 Share on other sites More sharing options...
JoshF Posted April 10, 2007 Share Posted April 10, 2007 Worked smoothly for me. Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/#findComment-226054 Share on other sites More sharing options...
JustinM01 Posted April 10, 2007 Author Share Posted April 10, 2007 Great, thanks for helping out, I really appreciate it. Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/#findComment-226144 Share on other sites More sharing options...
s0c0 Posted April 11, 2007 Share Posted April 11, 2007 I like it, except the user needs some kind of notification once it has been posted. An alert() would do it, but its ugly. I'm sure you can figure out something easy with you DOM skills though. You'll notice several posts under the first thread on there that go like this "just checking this out man per phpfreaks." thats because I did not know it had been posted, the user needs verification. Other than that its slick. Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/#findComment-226607 Share on other sites More sharing options...
JustinM01 Posted April 11, 2007 Author Share Posted April 11, 2007 Thanks again everyone for the testing. To s0co: yes, I've been thinking about that actually, thanks for the input! Link to comment https://forums.phpfreaks.com/topic/46383-solved-beta-test-post-comment-system/#findComment-226617 Share on other sites More sharing options...
Recommended Posts