Quote:
Originally Posted by daFish
Thanks. Got that, but what about the second issue?
|
I got The phrase to show up by manually adding another phrase called allowsig1 with the same text, "Allow Signatures ?" to the Global phrases from the admin CP Phrase Manager. After you add that, edit the admincp/user.php file, and find this:
PHP Code:
print_yes_no_row($vbphrase['allowsig'], 'user[allowsig]', $user['allowsign']);
With this line:
PHP Code:
print_yes_no_row($vbphrase['allowsig1'], 'user[allowsig]', $user['allowsig']);
This takes care of both the text display on the admin CP and also the function of being able to update it. The default will now display as "Yes" instead of "No"