Quote:
Originally Posted by Stargesicht
Sorry for my bad englisch.
I have a problem with this fine Mod.
2 Lines looks super, but when i get three lines, the third line ist too wirde riht.
Look at the screenshot...
I need the vB - Version 3.0.8. Is this the Porblem???
|
No problem with 3.0.8
To fix the column width for 3, change this:
PHP Code:
$output .= "<td width=\"50%\">" . construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1) . "";
To this:
PHP Code:
$output .= "<td width=\"33%\">" . construct_subforum_bit($forumid, $cancontainthreads, $subforum, $depthmark . '--', $depth + 1) . "";