25-12-2013 Saat: 16:36
Resimde görüldüğü gibi kimler çevrimiçi gözükmüyor nasıl düzeltebilirim kodlarla oynamadım
index_whosonline
index_boardstats
index_whosonline
Kod:
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> </span></td>
</tr>
<tr>
<td class="tcat"><span class="smalltext">[<a href="online.php" rel="nofollow">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
index_boardstats
Kod:
<table border="0" cellspacing="0" cellpadding="10" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage" style="padding: 15px;"><img src="http://st.10tl.net/tema/aloneboss/skthememavi/collapse{$collapsedimg['boardstats']}.gif.png" id="boardstats_img" class="expander" alt="Gizle-Göster" title="Gizle-Göster" /></div>
<div class="thead-sol" style="margin-left: 21px;"><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread{$post_code_string}" rel="nofollow">{$lang->markread}</a> |
<a href="showteam.php" rel="nofollow">{$lang->forumteam}</a> |
<a href="stats.php" rel="nofollow">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
</table>
<br />