Quote:
Originally Posted by Raug
I believe the first 3 div blocks in Display_Readers looked like this:
PHP Code:
<div id="thread_onlineusers" class="collapse">
<div class="inner_block" id="wrt_list" style="{vb:raw vbcollapse.collapseobj_wrt_list}">
<div>
But shouldn't it look like this?
PHP Code:
<div id="thread_onlineusers" class="collapse">
<div class="thread_info_block" id="wrt_list" style="{vb:raw vbcollapse.collapseobj_wrt_list}">
<div class="inner_block">
I had to swap it a little bit in order for the inner_block to show up correctly and at the correct dimensions.
Outside of that, thanks for updating!
|
I will take a look. This dates from one of the betas so it may have changed slightly without me noticing.
Edit: Yep, you are correct, updated in 4.0.3 - Thanks.