MyBB Community Forums

Full Version: Adding new field to New Thread page and accessing value
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
snippp
I think you should access inputed value like this $customfield= $mybb->get_input('customfiled');
Then you can insert it in database.
That can be made via plugin as you have requested.

https://community.mybb.com/thread-212604.html

It is an idea and right now is on a develelopment fase but i have not finished at all, so when i have some free time maybe i can work on it again but i dunno.