Quote:
Originally Posted by the wiz
So is there I can make this only for certain usergoups?
|
Have you read this thread at all?
Quote:
Originally Posted by tamarian at the top of the same page you asked the question
This can be easily done through template conditionals. Like surrounding the spellcheck button code with something like this:
<if condition="$bbuserinfo[usergroupid] == 2">
.....spellcheck template code....
</if>
|