PDA

View Full Version : Priority - admin only?


mondala
Tue 28th Aug '07, 9:54pm
Is there a way to make the priority level an internal/admin only setting? So that regular users submitting an issue are not the ones to initially decide the priority?

DelphiVillage
Wed 29th Aug '07, 6:01am
wouldn't something like this work ?


<if condition="is_member_of($bbuserinfo, 6)">
//.........
</if>
<else />
.....

mondala
Mon 3rd Sep '07, 4:32pm
Thanks for the reply.

It sounds like it could be that simple, (I'm not a programmer :o) but I was hoping that it was a toggle in the settings I missed.

Thanks for the code though and I'm sure our coders can throw that in. :)