Comments Demo page

This page shows how comment script works.

Comments page 24 of 266
Click here to add a comment
Adrian
Posted 6809 days ago
Bob, Image can be increased in 2 ways: increase "width" and "height" of img in its html code or change a number inside the image .php file.
bob
Posted 6809 days ago
Sorry. Ignore my last question. Just got off my backside to check what other people had asked and found the answer to my question.
bob
Posted 6809 days ago
Hi Adrian. Is it possible (once I've purchased the script) to enlarge the image verification image or to make it easier to read some other way? I've got to meet stringent accessibility guidelines and I suspect that my boss wouldn't be happy with the image's readability.
Adrian
Posted 6809 days ago
Ok :)
bob
Posted 6809 days ago
Thanks for that Adrian. I'm still looking at other options but I suspect (based on what I've seen of other systems out there) that I'll be back soon!
Adrian
Posted 6809 days ago
Bob, unless your site has some very special settings it will work to add the include line inside your index.php then if you have problems you should tell it the id to use, in your case you will need to add: $comment_id = $_GET['eID'];
I assumed your unique id used in your items to be commented is "eID" as I see it in your URL.
bob
Posted 6809 days ago
My website is a dynamic / template driven PHP events calendar: If I added the single PHP include line to the index.php template page (used to display individual event entries), would the comments script be able to identify and differentiate between the entries as they're generated on the fly from the database? Would I need to use the optional comment id line to acheive this? (demo of calendar entry: http://tinyurl.com/yw6f95 )