Jump to content

[SOLVED] Beta Test: Post comment system.


JustinM01

Recommended Posts

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
Share on other sites

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
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.