Comments Demo page

This page shows how comment script works.

Comments page 14 of 265
Click here to add a comment
magic8ball
Posted 6739 days ago
yep..an option to have 10 comments per page would be cool
Troy
Posted 6739 days ago
Hi Adrian, I was talking about changing the spacing in CAPTCHA, not turning it on or off. :) Thanks for the detials on updating the code via a programmer. Can the number of comments shown on a page be controlled? For example, this page is getting longer and longer, can I limit it to 10 comments? (Would would be really god for SEO is to have a setting: MIN # of Comments to Show [X] Max # of Comments to Show [X] and then you already have the option to determine if the latest is on top or the bottom.
Adrian
Posted 6740 days ago
No, you cannot post malicious html code it will not be interpreted. You can try, I will delete the comment later.
GAWIDAN
Posted 6740 days ago
what about html tags ? can any one put html tags ? can any hacker do something like that ?
Adrian
Posted 6740 days ago
Yes, word wraping ^ works :)
In settings.php you set a number that represents the maximum characters inside a word, so that a really loooong word like above doesn't get outside of layout. Now is set to around 70 characters.
LESTAT
Posted 6740 days ago
wordwrappppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp pppppppppppppppppppppppppppppppppppppppp ppp
Adrian
Posted 6740 days ago
@Troy: To disable image verification you just change something like this: "image_verification = 1" to "image_verification = 0". To display something like "10 comments" to show number of comments inside a text link you will probably need a php developer to modify it.