uCoz Community uCoz Modules Site Users Reputation and reproofs (what it is and what for) |
Reputation and reproofs |
Reputation is usually used to demonstrate one’s attitude towards someone. On game forums reputation is used for other purposes that’s why there is the possibility to change reputation more than once. There are three options in user group settings: 1. View history of user reputation 2. Change user reputation 3. Change user reputation irrespective of the timeout These options may be enabled for all groups except Guests. (For Guests you can only choose whether to view history or not.) Reputation can be edited and removed by an administrator. The number of rep points depends on the reputation of a person, who changes reputation (max 20). rep>5000 =20 rep>2500 =15 rep>1000 =10 rep>900 =9 rep>700 =8 rep>500 =7 rep>300 =6 rep>200 =5 rep>100 =4 rep>50 =3 rep>10 =2 Reproofs are used to ban a user (block user’s activity for some time or forever, i.e. he/she can view the site but can’t post anything. If you want to prohibit someone from viewing the site you must adjust user group permissions. See http://forum.ucoz.com/forum/9-2577-1 for more information on ban.). There is only one option for users: 1.View history of user reproofs Reproofs can be edited and removed by an administrator. How to put images instead of reputation and reproofs
For reproofs Code <img border="0" src="http://yoursite.com/$_BAN_RATING$00.gif"/> Files must have the following names: Code 000.gif 100.gif 200.gif 300.gif 400.gif 500.gif For reputation: Here is an example of the code where you should only put your own images. Code <?if($REP_RATING_PERS$)?> <?if($REP_RATING_PERS$<21)?> <img border="0" src="http://yoursite.com/1r.gif"> <?else?> <?if($REP_RATING_PERS$<41)?> <img border="0" src="http://yoursite.com/2r.gif"> <?else?> <?if($REP_RATING_PERS$<61)?> <img border="0" src="http://yoursite.com/3r.gif"> <?else?> <?if($REP_RATING_PERS$<81)?> <img border="0" src="http://yoursite.com/4r.gif"> <?else?> <img border="0" src="http://yoursite.com/5r.gif"> <?endif?> <?endif?> <?endif?> <?endif?> <?endif?> This code is intended for 5 images, nothing will be displayed for guests and removed users. How to disable reputation for a definite user Log in to your site using Admin account and click on the user profile, click Reputation and select "Disable reputation". It's a red icon. Is it possible to remove all reputations NOT manually? No. Is it possible to increase the number of reproofs from 5 to 100 or more? No. Is it possible to display separately pluses and minuses in reputation? What’s the use of this? Reputation is the result of pluses and minuses. I'm not active on the forum anymore. Please contact other forum staff.
|
Энштейн,
Quote (Энштейн) Send to me please html-code your copyright. I want to make the html-site. Will you kindly rephrase your question for us to be able to help you and answer it. Please, specify what exactly are you interested in. (which code) Please, post your messages in the proper thread. |
CreativeCollusions, How can I do this?
Also, I'm not sure if I should do that or not... Or if I should keep it so I could make sure people aren't just abusing the system. If I did make it so only I could view the "Reputation" history, would that solve the problem so nobody could see that flaw? Added (2011-02-24, 3:57 PM) Also, I do not want the lightbox type thing that pops up when you click to add/remove reputation. So basically, I want members to be able to click one button and that person's reputation goes up a point, while Moderators and Administrators can remove reputation. I do not want members to be able to leave it unchanged, or remove. Is there any way I can do this? |
Quote (HorseIsleSense) Also, I do not want the lightbox type thing that pops up when you click to add/remove reputation. So basically, I want members to be able to click one button and that person's reputation goes up a point, while Moderators and Administrators can remove reputation. I do not want members to be able to leave it unchanged, or remove. Is there any way I can do this? I'm sorry but that is not possible, you cannot only use a part of a whole Reputation feature , then i better suggest you to modify the icons in awards like a + and a - icon . that is the only feature where you can edit permissions to certain awards To busy building a passive income online ;)
|
Animorph, Okay, thank you for that! Didn't remember there were those awards
|
Is it possible to change this "The number of rep points depends on the reputation of a person, who changes reputation (max 20)." All i want is if someone gives reputation it's an addition of +1 and it shouldnt depend on the reputation they already have.
|
Nik Aka Wind,
Quote (Nik Aka Wind) Is it possible to change this "The number of rep points depends on the reputation of a person, who changes reputation (max 20)." All i want is if someone gives reputation it's an addition of +1 and it shouldnt depend on the reputation they already have. I am afraid it is not possible |
Balrog, you can disable the reproofs feature by group (CP > Users > User Groups > Set permissions for user groups.) or alternatively remove them from the templates by looking for the associated lines of code in the Thread display and User Profile templates.
Hope this helps. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Hi i desperately need a way to make it so people can ADD rep but can NOT -rep as we have certain elements that like to use this to attack other forum members silently and abuse the system and i would like to fix this problem without removing the rep system entirely
|
lspiderl, I unfortunately don't believe it is possible to do this using the standard system methods. It ay be possible using custom scripting however we do not assist with that here.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
| |||