uCoz Community » uCoz Modules » Site Users » Reputation and reproofs (what it is and what for)
Reputation and reproofs
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 1:54 PM
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.
Administrator9537
Posts: 6
Reputation: 0

Message # 16 | 7:15 PM
Does't work
Dartz
Posts: 1931

Message # 17 | 10:09 PM
How and where you placed it?
[... With uCoz since December 2 2007 ...]
Administrator9537
Posts: 6
Reputation: 0

Message # 18 | 1:35 PM
I've created a user panel on first page when you are logged shows up yours panel on this panel i have put 7 pictures and if you click on first pictures shows up your profile and so for each pictures.Here i have 2 pictures one for reputation and one for Awards i can't find links for this two.
Please help sad

Sorry for my english

Dartz
Posts: 1931

Message # 19 | 2:55 PM
If you can't find both links - Reputation and Award the code I provided isn't at fault.
[... With uCoz since December 2 2007 ...]
Programer
Posts: 10
Reputation: 0

Message # 20 | 3:12 PM
I noticed that anyone on my ucoz site can increase, decrease or leave reputation unchanged.

How do I make so that Users can Increase reputation, but not decrease it or leave unchanged
and so Admins & Moderators can do everything from those 3?

Is it possible, how?


My Computing & Programming forum: http://computing-tech.com
Dartz
Posts: 1931

Message # 21 | 3:20 PM
There is no such feature. You can either enable whole reputation feature or
disable for a specific group. You cannot allow only adding or only removing.

[... With uCoz since December 2 2007 ...]
Lykos
Posts: 26
Reputation: 1

Message # 22 | 6:03 PM
Is there any way to make various 'levels' of reproofs? Like, instead of going up by 20%, going up by 10%?
Sunny
Posts: 9296
Reputation: 456

Message # 23 | 8:38 AM
Lykos, no, it is not possible.
I'm not active on the forum anymore. Please contact other forum staff.
Sunny
Posts: 9296
Reputation: 456

Message # 24 | 9:59 AM
Quote (jams)
How do I make $REP_RATING$ work outside the forum module? Is it possible?

You cannot. If you do not find the necessary code under the corresponding template (Control Panel -> Customize Design), then it is not available and won't work.


I'm not active on the forum anymore. Please contact other forum staff.
jams
Posts: 8
Reputation: 0

Message # 25 | 12:19 PM
How do I make $REP_RATING$ work outside the forum module? Is it possible?
Thanks.
Sunny
Posts: 9296
Reputation: 456

Message # 26 | 12:29 PM
jams, please read my post above.
I'm not active on the forum anymore. Please contact other forum staff.
Gembar-Gembor
Posts: 77
Reputation: 2

Message # 27 | 1:56 PM
Where i placed this code?

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?>

Click here for read Forum Rules. You can find more in every sub-forum.
Sunny
Posts: 9296
Reputation: 456

Message # 28 | 2:04 PM
Gembar-Gembor, Control Panel -> Customize Design -> Forum -> Appearance of entries.
I'm not active on the forum anymore. Please contact other forum staff.
Gembar-Gembor
Posts: 77
Reputation: 2

Message # 29 | 9:06 AM
Sunny, The name of image its sensitively or i can change it? I mean = src="http://yoursite.com/5r.gif" Red color its image name.

I can change <?if($REP_RATING_PERS$<21)?> "Red, 21" or not? "Red, 21" its for 21 Reputation for 1 image, right?

I placed this code in "Appearance of entries", between Reputation and Reproofs, and not works.


Click here for read Forum Rules. You can find more in every sub-forum.
Post edited by Gembar-Gembor - Tuesday, 2010-10-05, 9:13 AM
Sunny
Posts: 9296
Reputation: 456

Message # 30 | 11:02 AM
Gembar-Gembor, I think you can put your custom image names and the numbers can be changed as well.

Quote (Gembar-Gembor)
I placed this code in "Appearance of entries", between Reputation and Reproofs, and not works.

Change $REP_RATING_PERS$ into $REP_RATING$


I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » uCoz Modules » Site Users » Reputation and reproofs (what it is and what for)
Search: