H?mm sorry my bad.. Anyway here is your hack:
First find the 200th user's userid, from admin cp
Edit member.php
Find:
-- cut --
if ($ctEnable == 1 and $customtext) {// Custom Titles are ON, Make sure user can actually use them and isn't trying to manipulate them through forms
$ctShowTitle = 0;
-- cut --
BEFORE THAT ADD:
-- cut --
if ($bbuserinfo[userid]<=X) {$ctEnable = 1;} else {$ctEnable = 0;}
-- cut --
(Replace X with the 200th user's userid!)
ADD the same line, just BEFORE this line too:
-- cut --
if ($ctEnable == 1) { // Custom Titles are ON
$ctShowTitle = 0;
-- cut --
Not tested but should work..
Enjoy!
Logician \\=^))