elmati
05-15-2007, 12:43 PM
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
<if condition="$show['reputation'] AND !is_member_of($post, 5, 6, 7)">
reputation
</if>
but, i need show the reputation link only for admins other users cant give reputation...
i hope yall understand me
thx in advance
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
<if condition="$show['reputation'] AND !is_member_of($post, 5, 6, 7)">
reputation
</if>
but, i need show the reputation link only for admins other users cant give reputation...
i hope yall understand me
thx in advance