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.
Gembar-Gembor
Posts: 77
Reputation: 2

Message # 31 | 8:30 AM
Sunny, Hey hey hey, its coding and you can help me lol biggrin .
Btw, its work but still broken.

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

Message # 32 | 12:33 PM
Gembar-Gembor, what exactly is broken?
I'm not active on the forum anymore. Please contact other forum staff.
Gembar-Gembor
Posts: 77
Reputation: 2

Message # 33 | 8:23 PM
Sunny,

<?if($READ_REP_URL$)?>  
<?if($REP_RATING$<0)?>  
<img border="0" src="http://ucause.ucoz.com/icons/small/chart_pie.png">  
<?else?>  
<?if($REP_RATING$<3)?>  
<img border="0" src="http://ucause.ucoz.com/icons/small/chart_pie.png">  
<?else?>  
<?if($REP_RATING$<61)?>  
<img border="0" src="http://yoursite.com/3r.gif">  
<?endif?>  
<?endif?>  
<?endif?>
<?endif?>

Red, i change it because work.

Purple, 0. This code successfully for 0 reputation.

Blue, 3. This code fails, the picture is damaged and after I copy the link addresses, even leading to "http://yoursite.com/3r.gif", not "http://ucause.ucoz.com/icons/small/chart_pie.png".

Attachments: 0112996.jpg (6.1 Kb) · 4733082.jpg (109.3 Kb) · 3205941.jpg (6.5 Kb) · 1665494.jpg (6.9 Kb)

Click here for read Forum Rules. You can find more in every sub-forum.
Post edited by Gembar-Gembor - Thursday, 2010-10-07, 8:24 PM
Sunny
Posts: 9296
Reputation: 456

Message # 34 | 2:41 PM
Gembar-Gembor, in your code you have http://yoursite.com/3r.gif for $REP_RATING$<61, no wonder it does not work as it is a sample link and it leads to nowhere. Replace all the links from the example by your custom image links. If it still does not work, post here your code and the link to your website.
I'm not active on the forum anymore. Please contact other forum staff.
Gembar-Gembor
Posts: 77
Reputation: 2

Message # 35 | 10:30 AM
Quote (Sunny)
Gembar-Gembor, in your code you have http://yoursite.com/3r.gif for $REP_RATING$<61, no wonder it does not work as it is a sample link and it leads to nowhere. Replace all the links from the example by your custom image links. If it still does not work, post here your code and the link to your website.

This code its for 3 Reputation right <?if($REP_RATING$<3)?> ??? This code its for "Fail Pict".

Look at the reputation, its 3, right? Why code of <?if($REP_RATING$<3)?> leading to link image of 61 reputation code
"<?if($REP_RATING$<61)?>
<img border="0" src="http://yoursite.com/3r.gif">
<?endif?>
"

At this address http://yoursite.com/3r.gif its for 61 reputation <?if($REP_RATING$<61)?> , and in my question, how code for 3 Reputation leading for 61 Reputation code? (leading to http://yoursite.com/3r.gif or code for 61 Rep).

If i deleted code to this:

<?if($READ_REP_URL$)?>
<?if($REP_RATING$<0)?>
<img border="0" src="http://ucause.ucoz.com/icons/small/chart_pie.png">
<?else?>
<?if($REP_RATING$<3)?>
<img border="0" src="http://ucause.ucoz.com/icons/small/chart_pie.png">
<?endif?>
<?endif?>
<?endif?>
<?endif?>

, still not work. Instead all the images its "Fail".


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

Message # 36 | 11:59 AM
Gembar-Gembor, <?if($REP_RATING$<3)?> means "if reputation is less than 3", not if it equals to 3.
I'm not active on the forum anymore. Please contact other forum staff.
Ultra
Posts: 23
Reputation: 1

Message # 37 | 9:50 PM
When user click on "Thanks" button, reputation of user who was add post will increase, without adding explanation for +rep.
Is there a way to make something that look like this?

Attachments: 7490375.jpg (84.6 Kb)
SDMTEAM
Posts: 84
Reputation: 0

Message # 38 | 10:57 AM
Quote (Ultra)
When user click on "Thanks" button, reputation of user who was add post will increase, without adding explanation for +rep.
Is there a way to make something that look like this?

Attachments: 7490375.jpg(85Kb)

Yes Dear Same I want the this Click On Thanks Button and without adding explanation for +rep.

Like Look This

Attachments: 4084221.png (38.2 Kb)
Post edited by SDMTEAM - Tuesday, 2010-12-21, 11:17 AM
Animorph
Posts: 2856
Reputation: 189

Message # 39 | 12:49 PM
Ultra, and SDMTEAM, that is all possible with coding your custom script and graphics yourself with help of the reputation feature

Note: we will not make the code for you , you can do it with using your "great" knowledge , if you have actually some problems with REP and AWARD feature come here and ask again


To busy building a passive income online ;)
Post edited by Animorph - Tuesday, 2010-12-21, 12:50 PM
SDMTEAM
Posts: 84
Reputation: 0

Message # 40 | 3:21 AM
Quote (Animorph)
Ultra, and SDMTEAM, that is all possible with coding your custom script and graphics yourself with help of the reputation feature

Note: we will not make the code for you , you can do it with using your "great" knowledge , if you have actually some problems with REP and AWARD feature come here and ask again


Dear i have No more Knowledge Please Help me Any One
Thanks

Animorph
Posts: 2856
Reputation: 189

Message # 41 | 10:10 AM
SDMTEAM, not with coding it , sorry
To busy building a passive income online ;)
SDMTEAM
Posts: 84
Reputation: 0

Message # 42 | 3:10 AM
Ohhh Bad Luck My Dear sad sad sad sad sad
HorseIsleSense
Posts: 93
Reputation: 0

Message # 43 | 1:45 AM
I want to totally transform anything to do with Reputation to Helper Points.

I thought I got everything, but when you click on the link to view that user's reputation from their profile or from the forum... The lightbox that pops up says three things I need to change - at least.

"History of Reputation"
"Reputation of..."
"Reputation history is empty"

How can I edit that lightbox thingamajig?

CodeResolution
Posts: 1570
Reputation: 58

Message # 44 | 9:08 AM
HorseIsleSense, you cannot change those default phrases. Although you can just display reputation as points without displaying the AJAX window.
Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
Энштейн
Posts: 1
Reputation: 0

Message # 45 | 12:49 PM
Send to me please html-code your copyright.
I want to make the html-site.
uCoz Community » uCoz Modules » Site Users » Reputation and reproofs (what it is and what for)
Search: