MyBB Community Forums

Full Version: Adding custom Yes/No options in admin/users.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to figure out how to add four custom yes/No options to the users.php page and is updated on form submit. I can figure out abour 60% of what is done but not when the code is executed because there are no comments

See Image

I want to add the four Yes/No options after the Display options to update four custom fields in the mybb_users table:

requires_approval
can_upload_dloads
can_upload_screenshots
can_add_faq

All fields are tinyint(1) field types

*Edit* Wow that picture's big