The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#4
|
||||
|
||||
![]()
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 \\=^)) |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|