The first problem is not a theme problem. In one of your notices, have a big image (this image). For solved this problem... Install Fit on page or a similar plugin.

The second... Use this code in the forumbit_depth2_forum template and the problem will be solved.
Código:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap" width="120">{$threads}{$unapproved['unapproved_threads']}<br /> {$lang->forumbit_threads}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap" width="120">{$posts}{$unapproved['unapproved_posts']}<br /> {$lang->forumbit_posts}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap" width="220">{$lastpost}</td>
</tr>
Ok.That fixed all that problems. Thank you! Big Grin
Now their is one more small problem ,and again it has something to do with IE...
This is what i mean :
Firefox,Chrome :
[Imagen: 23049927.png]

IE 8
[Imagen: 69490790.png]

Also...a special request...
This is how a guest views that options bar... with "Today's Post"
[Imagen: 64003609.png]
But a registered member dosen't have that option.....how can we add a "Today's Post" "Help" Member List and all that options for all the registered members.?
[Imagen: 95015707.png]

Thank you.! and +1 ! Big Grin


Última modificación: 28 Jan, 2011, 9:39 pm por Waxy.
First, I tell you, whit the incompatibility of Internet Esplorer we can do absolutely NOTHING, now, second, copy and paste your header_welcomeblock_member and your header_welcomeblock_guest templates here Big Grin and I promese you, I make it ;D
About Today's Posts for registered members: We've figured that out.
Thanks for your support!
All the rounded corners in IE are square. Why? Because IE don't run css3.


The other problem...

header_welcomeblock_guest
Código:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1" width="60%" rowspan="2"><navigation></td>
<td width="27%" class="trow2" style="font-size:11px">
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><strong><span class="smalltext">Nick:</span></strong>&nbsp;&nbsp;</td>
<td><input type="text" class="textbox" name="username" title="Nick:" value="{$lang->login_username}" onfocus="this.value=''" />
</td>
</tr>
<tr>
<td><strong><span class="smalltext">Pass:</span></strong>&nbsp;&nbsp;</td>
<td><input type="password" class="textbox" name="password" title="Pass:" value="{$lang->login_password}" onfocus="this.value=''" />&nbsp;&nbsp;<input type="submit" class="button" name="submit" value="{$lang->welcome_login}" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<div align="center">
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="thead2mnu">
<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=register"><b>{$lang->welcome_register}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>{$lang->toplinks_help}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/memberlist.php"><b>{$lang->toplinks_memberlist}</b></a></td>
<td class="welcome"><a href="search.php?action=getnew"><b>{$lang->welcome_newposts}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><b>{$lang->welcome_todaysposts}</b></a></td>
</tr>
</table>
</div>

header_welcomeblock_member
Código:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" align="center">
<tr>
<td class="trow1" width="100%"><navigation></td>
<td class="trow2" nowrap="nowrap" style="padding:6px; font-size:11px">
{$lang->welcome_back}<br />
{$lang->welcome_current_time}<br />
<a href="{$mybb->settings['bburl']}/private.php">{$lang->welcome_pms}</a> {$lang->welcome_pms_usage}
</td>
</tr>
</table>
<div align="center">
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="thead2mnu">
<td class="welcome"><a href="{$mybb->settings['bburl']}/usercp.php"><b>Mis opciones</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>{$lang->toplinks_help}</b></a></td>
{$modcplink}
{$admincplink}
<td class="welcome"><a href="search.php?action=getnew"><b>{$lang->welcome_newposts}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><b>{$lang->welcome_todaysposts}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}"><b>{$lang->welcome_logout}</b></a></td>
</tr>
</table>
</div>

header_welcomeblock_member_admin
Código:
<td class="welcome"><b><a href="{$mybb->settings['bburl']}/{$config['admin_dir']}/index.php">{$lang->welcome_admin}</b></a></td>

header_welcomeblock_member_moderator
Código:
<td class="welcome"><a href="{$mybb->settings['bburl']}/modcp.php"><b>{$lang->welcome_modcp}</b></a></td>
Última modificación: 29 Jan, 2011, 1:41 am por Cluster.
No other major problems... Big Grin
Thank you guys for all your help.Great support forum! Big Grin
Heart