07-19-2013, 02:20 AM
Hello all! I'm in the process of updating a portion of my site and I'm hoping for a little help. I'm presently using Xthreads for one particular forum section and I'm looking to renovate said section even further.
Here's what the section currently looks like:
Here's what I'm trying to get it to look like (just a quick concept thrown in Paint rather messy-like):
Basically, I'm trying to rearrange the section in a more grid-like manner rather than MyBB's normal linear manner. I also wish to divide the section up into subsections based on which server is selected when creating the post. For example, someone clicks "Server X" while making a new thread and the new thread will automatically get categorized in that subsection. In the above concept art, there are only 3 such subcategories (which is all I intend on using).
Hopefully that came across clearly and wasn't overly confusing . Assuming people understand what I'm trying to achieve, is this possible? And any ideas on how to achieve it?
Below is my code for the forumdisplay_threadlist template for this particular section:
Here's what the section currently looks like:
Here's what I'm trying to get it to look like (just a quick concept thrown in Paint rather messy-like):
Basically, I'm trying to rearrange the section in a more grid-like manner rather than MyBB's normal linear manner. I also wish to divide the section up into subsections based on which server is selected when creating the post. For example, someone clicks "Server X" while making a new thread and the new thread will automatically get categorized in that subsection. In the above concept art, there are only 3 such subcategories (which is all I intend on using).
Hopefully that came across clearly and wasn't overly confusing . Assuming people understand what I'm trying to achieve, is this possible? And any ideas on how to achieve it?
Below is my code for the forumdisplay_threadlist template for this particular section:
PHP Code:
|