Pekka
25th of July 2003 (Fri), 14:06
Some things about comments and ratings:
There is a switch in editor for situations when you get some moron flooding your comments - this switch on means you need to approve each new comment before it is visible.
About ratings: rating names are in translated file e.g. /eng/comment.php
There you have
$translated["rating_1"] = "composition";
$translated["rating_2"] = "technical quality";
$translated["rating_3"] = "wow factor";
$translated["rating_4"] = "personality";
which you can change to anything you like. It is of course polite not to change them after site has been online for some time, and also all languages must reflect the changes.
I'm open to suggestions how to make displays for most popular and least popular images or whatever - what would YOU like to have?
There is a switch in editor for situations when you get some moron flooding your comments - this switch on means you need to approve each new comment before it is visible.
About ratings: rating names are in translated file e.g. /eng/comment.php
There you have
$translated["rating_1"] = "composition";
$translated["rating_2"] = "technical quality";
$translated["rating_3"] = "wow factor";
$translated["rating_4"] = "personality";
which you can change to anything you like. It is of course polite not to change them after site has been online for some time, and also all languages must reflect the changes.
I'm open to suggestions how to make displays for most popular and least popular images or whatever - what would YOU like to have?