Update 2.3 - Fixed Staff Only Bug
As GeorgeofCS pointed out, there was a bug in version 2.2 - if you turn on the "Staff Only" option, it stops everyone including staff from using the vBCode in Custom User Titles.
I've fixed this in version 2.3. You can download the latest ZIP file. You can upgrade manually by doing this:
In member.php, find:
PHP Code:
if ($restrictcustom==1 AND ($bbuserinfo[usergroupid]!=6 or $bbuserinfo[usergroupid]!=5 or $bbuserinfo[usergroupid]!=7)) {
Replace with:
PHP Code:
if ($restrictcustom==1 AND $bbuserinfo[usergroupid]==2) {
Sorry for the bug - I missed it because I don't use the Staff Only option. Enjoy!