MyBB Community Forums

Full Version: MySQL `threadnum`
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is the threadnum field the number of threads a user has started?
if you are referring to users table in the database then yes, threadnum field is for number of threads user had started.
(2017-05-13, 03:13 AM).m. Wrote: [ -> ]if you are referring to users table in the database then yes, threadnum field is for number of threads user had started.

Yup, that is it! I am writing a Java (no max process time issues) program to convert an SMF board I admin over to MyBB. Yes, I know there is a merge system but the forum is large (about 2GB) and I would like to fine tune a few things along the way. I will release source once completed.  Smile