Quote:
Originally Posted by TosaInu
Would it be possible to make it an option for usergroups? Seems a more server intensive feature and I like to have some control over this when performance is hurt too much by this and other hacks.
|
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>