MyBB Community Forums

Full Version: How to add data to thread header.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the database, I would like to add to the entry for threads so there is an extra block of data that holds a number such as 0 or 1. For example, if I make it print the value of $thread['private'], it will return 0 or 1. How would I add the entry, "private," though? I would need to modify sendthread as well as showthread, but how? And how would I make a thread not visible on the public boards? And which value holds the User ID of the owner? I need a basic explanation of this. I am new to modifying MyBB.

Thank you!