Quote:
Originally Posted by daFish
Is it possible to add the function so moderators and super moderators are allowed to use this mod?
|
Yes, I added it to my mod profile editor, that way only mods that you give profile editing permissions to are able to disable sigs. In the /modcp/user.php file, find:
PHP Code:
print_input_row($vbphrase['icq_uin'], 'user[icq]', $user['icq'], 0);
And above it insert:
PHP Code:
print_yes_no_row($vbphrase['allowsig1'], 'user[allowsig]', $user['allowsig']);
Note: this will only work if you have completed the fixes I listed in my thread above.