I'm currently in the design stage of making my own forum software, having been inspired by invision board I already have an understanding of how I'll do the posts, how I'll allow members to register, and all the basic such as those. But, I was wondering how I'd do different forum sections, similair to how this forum has different sections for Database, Newbies, etc. I quickly found a solution on how to do it, but that would mean hardcoding links into the script, useful for a forum only I'd use for my site, but not for public forum software. Other ideas I had were to have different sections premade and have their names changed through variables, but what if a user of my software only wanted a certain number of sections, or more?
Short, and summary: I need a way of having my forum software in the making have different forum sections, that a user of my software can choose.
Thanks in advance for any help.