Childboard Inside a Childboard

Started by [unplugged], July 10, 2009, 01:43:33 AM

Previous topic - Next topic

[unplugged]

I noticed today that when you place a childboard inside another childboard, the spacing for the second childboard in the index listing is strange.

This is a first-level childboard as seen on the board index:



This is a second-level childboard as seen on the message index:



I was able to correct it by replacing the entire foreach ($context['boards'] as $board) { ... } in the MessageIndex.template.php with the entire foreach ($category['boards'] as $board) { ... } from the BoardIndex.template.php.

I'm not sure this was the proper way to fix it, but it worked. Now, a second-level childboard as seen on the message index:



You can see the spacing is much nicer.
« Next Edit: Tomorrow at 08:34:45 PM by SunKing »   <---- « someone stole my sig... :o »



karlbenson

This is a bug in 2.0 RC1-1.
I have already fixed it in our SVN for RC2 when it is released.

Advertisement: