added karma to collaboration ratings

This commit is contained in:
JT Smith 2005-05-04 03:04:39 +00:00
parent b631cbb2f4
commit 404830aa6c
6 changed files with 66 additions and 2 deletions

View file

@ -1,6 +1,21 @@
package WebGUI::i18n::English::Asset_Collaboration;
our $I18N = {
'preview' => {
message => q|preview|,
lastUpdated => 0,
},
'karma spent to rate' => {
message => q|Karma Spent To Rate|,
lastUpdated => 0,
},
'karma rating multiplier' => {
message => q|Karma Rating Multiplier|,
lastUpdated => 0,
},
'delete file warning' => {
message => q|Are you sure you wish to delete this file?|,
lastUpdated => 1109618544,
@ -849,6 +864,14 @@ Setting this number very high can slow the generation of the page.
If Karma is enabled on your site, the amount of Karma added for each Post
submitted by a user.
<p>
<b>^International("karma spent to rate","Asset_Collaboration");</b><br />
If karma is enabled on your site, this amount will be subtracted from the user rating a post as sort of a cost of rating posts. It is meant to keep users in check from just rating everything without thinking about the rating.
<p>
<b>^International("karma rating multiplier","Asset_Collaboration");</b><br />
If karma is enabled on your site, this amount multiplied by the rating the user gives a post will be the amount of karma the original author of the post receives.
<p>
<b>^International("filter code","Asset_Collaboration");</b><br>
Sets the level of HTML filtering done on each Post.