MyBB Community Forums

Full Version: Forums Bugged.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Take a look:

[Image: zf0QF.png]

To expedite the process of answering the multitude of questions for MyBB 1.6, please include the following information when posting your problems:

* Detailed description of your problem, including steps to reproduce if necessary
* URL to your forum/URL to specific problematic page
* New installation or upgrade (from which version of MyBB)?
* Test user account (if a posting/UserCP issue)
* Screenshot or error text, verbatim

Also, please read the sticky threads and search before posting your question.

Finally, to those offering support, please do not ask for your reply to be marked as the best answer, if users wish to mark a best answer they will do so of their own accord.

Thanks for your cooperation,
MyBB Support Team
You need to add a colspan increment somewhat in your forum bit templates.
(2011-09-15, 11:23 PM)Glas Wrote: [ -> ]To expedite the process of answering the multitude of questions for MyBB 1.6, please include the following information when posting your problems:

* Detailed description of your problem, including steps to reproduce if necessary
Ok. I was browsing my forum to check for bugs when I clicked a categories link. It sent me to a page displaying the forums in that particular category. That's where there's a bug. In the screenshot there is a grey area where the black gradient should be. Also the title that says "Stats LAst Post" is messed up.
* URL to your forum/URL to specific problematic page
http://everett777.tk/forumdisplay.php?fid=1
* New installation or upgrade (from which version of MyBB)?
I'm using MyBB 1.6.4
* Test user account (if a posting/UserCP issue)
N/A
* Screenshot or error text, verbatim
Above.

Also, please read the sticky threads and search before posting your question.

Finally, to those offering support, please do not ask for your reply to be marked as the best answer, if users wish to mark a best answer they will do so of their own accord.

Thanks for your cooperation,
MyBB Support Team

Sorry, I was in a rush.

(2011-09-15, 11:28 PM)Sama34 Wrote: [ -> ]You need to add a colspan increment somewhat in your forum bit templates.

how do I do that?
forumdisplay_subforums find the second colspan="X" and add a number to i.

(For example, if it is colspan="2" change to colspan="3")
Thanks! Tremendous Help!