MyBB Community Forums

Full Version: check settings enabled?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've been searching the wiki and docs if someone could provide a link if i missed it, but at the moment, I'm looking to see how i can check if certain settings are enabled.

example:
what'd be the proper way to check if show birthdays_settings is enabled, also variables for who's online, statistics birthday, thanks.
         if(mybb->settings['birthdays']) {
          
         }

I'm tempting to get all settings for the statistics if anyone would know it'd be helpful.