The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Can someone show me how to make it to where only the ADMIN's can see a link to view reputation comments... Like how to show the link in everyones postbit but only allow the ADMIN's to see it.
Thanks. |
|
#2
|
|||
|
|||
|
I might be totally wrong here, but i think reputation comments is not a standard function in vB. I suggest you ask this question in the thread of the hack you are using for the comments.
|
|
#3
|
|||
|
|||
|
Quote:
Does that make more sense? Thank you. |
|
#4
|
|||
|
|||
|
Sorry misunderstood you.
I guess you could do it with a simple condition in the postbit, something like (not tested): HTML Code:
<if condition="$bbuserinfo[usergroupid] == 6"><a href="put link here">Show comments</></if> |
![]() |
|
|