UBB.Dev
I have a board with some troublsome users on it. Not wanting to go into every profile and violate my users privacy i need a hack that removes my users ability to turn off recieve emails from Admins. It is the only field i wish to stop users from selecting. i wish to be able to send all my users Emails without the trouble of looking up every email address.

Thanks
Ive done the exact same thing on my board, all you need to do is look through the file for the tag that has that radio button and add the word
DISABLED in it, eg



and dont forget to set the value of the other one to CHECKED as it isnt by default.
I am a novice Bass. Is there any chance you could give me the full tag? what to remove and what to replace? I would really appreciate it. Thanks
Could anyone tell Me where the field is which CGI at least?
Thanks Bass i figured it out.

I Took


$vars_wordlets{yes_option}


$vars_wordlets{no_option}




and subsituted it with this



$vars_wordlets{yes_option}


$vars_wordlets{no_option}




In both Public_Edit_Profile.pl and Public_Register_Page.pl

That should be all i have to do right?
© UBB.Developers