The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
only admins & mod's can spread Reputation
Theres a way to limit the sprend of reputation to admins and mod only?
im searchin' on admincp -> groups, but only say user can give negative reputation (yes-no)... Well, thx in advance guys ill explain a little... how can i display the reputation link just for admins & mods? i mean, just admins & mods can give reputation to others users... the users cant see the link, so cant give reputation... theres is a way? im using this conditional to hide reputation of admins, mods and smods PHP Code:
but, i need show the reputation link only for admins other users cant give reputation... i hope yall understand me thx in advance |
#2
|
|||
|
|||
If you only want the link visible to a cetain usergroup and you have disabled the other groups from being able to give rep points, you can use this to only show the link to who you want.
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))"> </if> |
#3
|
|||
|
|||
hey thanks
i think its work! thanks m8! |
#4
|
|||
|
|||
Your Welcome.
I use that on a few boards to hide certain links from mods & regular users. |
#5
|
|||
|
|||
now, i cant find how to reset reputation to 0
anyone knows? |
#6
|
|||
|
|||
I don't believe there is a way to reset it to 0 in the admincp, i dont use rep, most likely you need to change it thru the db, use phpmyadmin and reset the the rep fields.
|
#7
|
|||
|
|||
yes, but when i recalculate reputation from update counters the reputation points came again
what fields i need to reset? i run this query: PHP Code:
must be closed! |
#8
|
||||
|
||||
Thanks, needed to reset the reputation points.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|