MyBB Community Forums

Full Version: How to show All Subforums on Main Page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know how I can show all subforums/subsubforums/subsubsubforums on the Main Page, like how it is shown in the Archive Mode?
I think you'd use the build_forumbits function. Just make sure the second parameter is higher than the depth of your max depth forum. https://github.com/mybb/mybb/blob/featur...st.php#L18
Someone else showed me that exact link, but truth be told, I still don't know how to make it work for the homepage.