Quote:
Originally Posted by GeorgeB85
I installed this following the directions, but for some reason the button and reply button are now only showing to unregistered members. Any idea how to make it to show to registered members?
|
hi there....this is impossible...we together of my members are using this without problem...this is something to do with adding maybe a conditional...maybe try to add this...
Show only members:
Code:
<vb:if condition="$show['member']">CODE HERE!</vb:if>
Quote:
Originally Posted by Dr.osamA
installed
thanxxx
hwo i can make it viseble only for mods ?
|
hi...this is possible maybe by adding conditional too...not tested but you can try to add this code...
Show specific user groups :
Code:
<vb:if condition="is_member_of($bbuserinfo, 1,2,3)">CODE HERE!</vb:if>
================================
Show only moderators of any forum:
Code:
<vb:if condition="can_moderate()">CODE HERE!</vb:if>
best regards and hope that helped you guys...
PLS. MARKED INSTALLED-NOMINATE-RATE!

:up: