hm, I've set now the follwoing:
includes/constants.php
PHP Code:
define('COMMENTS_TABLE', $table_prefix.'comments');
includes/sessions.php
PHP Code:
"user_comments" => "user_comments",
I've also tried there "comments" and "4images_comments" (4images is the table prefix)
It seems that nothing is broken, but it also doesn't work and shows the number of user's comments... can anyone help?