MyBB Community Forums

Full Version: [Dev] Theme Variables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Plugin still broken. Can't create variables. Sad

Edit: small error. line should be

if($mybb->request_method == "post" && verify_post_check($mybb->input['my_post_key']) && $mybb->input['unique_name'])

My only worry with this plugin is since it does a database request for the variables each time, and say I have 30 variables in one theme. Wouldn't users constantly fetching all these variables impact performance quite a bit?
Pages: 1 2