The predefined 1-score in the comments is very annoying. But we can change it to 0-score which means that there is no score - seems to me far more reasonable and in line with the article default scoring.
In modules/News open comments.php
find
Code:
$url = $userinfo[user_website];
$score = 1;
and change it to
Code:
$url = $userinfo[user_website];
$score = 0;
Raven General
Joined: Mar 22, 2003
Posts: 5233
Location: USA
Posted:
Wed Apr 16, 2003 1:54 pm
I have often wondered about the reasoning behind this too . I think this should be submitted to FB for inclusion in the next release as appropriate
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum