MyBB Community Forums

Full Version: Problem at the Board Statistics!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone help me please, please take a look here 1st Game Expert Community at the board Statistics how can I fix that vertical mess up in to horizontal....

this is the code at index_whosonline what is it wrong? o.O


Code:
<tr>
<td class="tcat" colspan="2"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</td>
</tr>
<tr>
<td class="trow1" width="43" align="center" valign="middle">
<img src="{$theme['imgdir']}/online.png" alt=""/>
</td>
<td class="trow1" ><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
I would suggest to change the value of width (e.g. 100%) or leave it at all.

Edit: I am just thinking about..changing the colspan value could be of help as well!? I am not sure, sorry Wink
That didn't work can someone please help me fast .... my forum is looking ugly Sad
The width is 43 is'nt that a bit to small change it to lets say round 700
"pachel" that 43% width is for the icon space in the board statistics area <_<

I might just delete this mod...cause no help!
Oh I know what it is I had to do this. Give me a little and I'll take alook at what I did... I think I still have the coding anyway.

EDIT: I'm sorry I couldn't find the coding but you have to make it a table with the td's I think split up. Like the image to the left then at 20% have the info at 80% to the right. You can look at the coding for the forum stats it should help you figure out what I'm trying to say. Good luck if you make sense of what I was saying. lol

Another edit: I just took alook at the source of your website and I found this that might help....
Code:
<tr>
<td class="trow1" width="43" align="center" valign="middle">
<img src="images/MDT/online.png" alt=""/>
</td>
<td class="trow2"><span class="smalltext">(put function for who onlinetoday)<br /></span></td>
</tr>
Hope that helped a little bit.
Oh thanks "xScopex" .... really its getting lack of helps these days around here.
DragonLord Wrote:Oh thanks "xScopex" .... really its getting lack of helps these days around here.

Odd. I have only ran across this with the Online Today mod and the vB style themes along with a couple of others and thus i am guessing it has to do with perhaps that Statistics mod?

What i did to fix my issue was to edit the following area in the Index template. basically changed it back to the original mybb template.

Code:
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online_today}
{$birthdays}
{$forumstats}
</tbody>
</table>
<br />

Do note though that i have none of the images/icons showing in that section. Example from your forum [Image: online.png]

I personally didnt care for them so i wasnt worried about having them there and thus have never asked on how to have them added.
help me please with this forum
id try anything but dont work online24
my forum is http://www.mb.sbs.ee
agrius Wrote:help me please with this forum
id try anything but dont work online24
my forum is http://www.mb.sbs.ee

Server not found

Firefox can't find the server at http://www.mb.sbs.ee.
Reference URL's