MyBB Community Forums

Full Version: 1 header & 1 boardstats problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, i will be very grateful if you solve out 2 of my problems,
Firstly,
i can't fit my banner properly at the header.
Screenshot :
http://www.xyzup.info/pictures/5b73d6c5c...53d998.jpg
-----------------------------------------

Secondly, after installing this new theme i'm facing some probs at the footer.
See this:
[Image: efdfa76219852c9cdec49ab332888ee9.jpg]

How to make the legend(crakter's plugin ) & the birthday in a line?

Help please.
Help pls, need it quickly.
for header, just above the navigation menu links <ul> use this code
<br/>

for bottom, look
<td>
in the index > index_boardstats template that whether there is twice this code is appearing, remove one <td>
The code in the boardstats template is this :
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$user_legend}
{$birthdays}
{$forumstats}
</tr>
</tbody>
</table>


There's no <td> repeatation. So what should i do? Thanks for ur reply though.
hmm.. what is the code in the index_stats template
1st one isn't MyB support, because it's something you've added yourself.

For the second, add colspan="2" to the two <td> tags in the template for that plugin.
ok thanks Matt, u're a genius. I have lost the count how many of my probs have u solved.
Ok, i edited the usergroup legends plugin template in global templates & it became ok. But i cannot find the birthday template, i mean its having the same problem as seen in the screenshot.
How to solve it?
its {$birthdays} in the index_boardstats template as i have mentioned in the code above.
index_birthdays?? Toungue