2011-05-04, 05:28 PM
I've been fighting with a solution to handle a major usability issue on my site.
My forums are set to a wroldwide audience, but I want to add individual boards with a regional focus. The goal is to allow a user to choose their specific region, then when they enter the forums, under the regional heading, only boards pertainent to their region will show.
I have an idea of how to make this work, btu simply adding another ID column to the MySQL database to define the region. I have created an additional table within my database that names each region and gives it an ID number. I would like to simply add another field to the admin section to include the choice of what region the created board is located in, then update that field in the MySQL database.
If anyone has a better solution, or can lead me to an idea on how to accomlish this by editing the source code, it would be much apprecited.
Thank You.
My forums are set to a wroldwide audience, but I want to add individual boards with a regional focus. The goal is to allow a user to choose their specific region, then when they enter the forums, under the regional heading, only boards pertainent to their region will show.
I have an idea of how to make this work, btu simply adding another ID column to the MySQL database to define the region. I have created an additional table within my database that names each region and gives it an ID number. I would like to simply add another field to the admin section to include the choice of what region the created board is located in, then update that field in the MySQL database.
If anyone has a better solution, or can lead me to an idea on how to accomlish this by editing the source code, it would be much apprecited.
Thank You.