MyBB Community Forums

Full Version: Forum selector in settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I've gotten to this point, with this code:

(Optionscode in database)
php
".$form->generate_forum_select('forum_1_forums[]', $mybb->input['forum_1_forums'], array('multiple' => true, 'size' => 5))."
[Image: 7iJflfoO.png]

But, it never seems to save the selected values in the database. Does anyone have any ideas?
What is your code for sending the request and updating the database?
There is none it's just a setting