I think I found a bug in the program. The stat box looks fine in the forum root folder, but when you go to a lower level category (with show on forumdisplay enabled and multiple comma separated values in the default results box), the box ends up looking cut off under all sub forums from the root.
You can see in the attached picture, the first picture is from the forum root which looks fine, the drop down box to select the # of results you want looks fine, but the second screen shot shows the box is cut at the bottom.
I tried it in both Firefox and Chrome and got the same results.
<div class="forumhead foruminfo collapse">
and
<span class="forumtitle"><a href="#" target="_blank">[AJAX] Advanced Forum Statistics</a></span>
get rendered with different pixel heights depending on whether or not it's being displayed from the forum home (root) or from a sub forum (forumdisplay).
Example:
In Forumhome, class forumhead is 33px high
and in a sub forum (forumdisplay), class forumhead is only 25px high (and thus the bottom of the drop down results box is cut off).
I've tried to find where this is happening in the code but can't quite figure it out.
Thanks,
Ernest A.
|