Quote:
Originally Posted by paul41598
anyone u set the permissions for.
Look for this part in the "whorate" template
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))">
Probably best if you just set it for admins. I havnt wrote my hack yet so that the delete permissions are only for admins. Just thought about that....
|
Cool.. Simple enough.. Yea.. Even if deleting was not an option, I like the ratings to stay anonymous... Except to me of course..
So in my template edit, I just made it
<if condition="in_array($bbuserinfo[usergroupid], array(6))">
Thanks for the response.. :Clicks Install: