26.02.2013, 09:29
26.02.2013, 09:52
W tej chwili na forum jest wszystko w porządku. Nie widzę problemów.
26.02.2013, 09:56
tu masz ten styl co przerabiam: http://testyy.p.ht/index.php
Uporałem się z tym sam ;p
forumbit_depth2_forum
Zamieniłem na:
Otrzymałem taki efekt jak chciałem.
Do zamknięcia.
Uporałem się z tym sam ;p
forumbit_depth2_forum
Kod:
<tr id="forum_{$forum['fid']}">
<td class="trow1" 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="trow1" valign="middle">
<div class="float_right">
<strong class="white">{$threads}</strong>{$unapproved['unapproved_threads']} {$lang->forumbit_threads} <br /> <strong class="white">{$posts}</strong>{$unapproved['unapproved_posts']} {$lang->forumbit_posts}
</div>
<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="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Zamieniłem na:
Kod:
<tr id="forum_{$forum['fid']}">
<td class="trow1" align="center" valign="middle" 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="forumbit_row" valign="middle" style="width:70%;">
<strong class="forumtitle"><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="forumdesc">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="forumbit_row postcountgrid" valign="middle" align="center" style="white-space: nowrap"><strong div class="left">Wątków: {$threads}{$unapproved['unapproved_threads']} <br />
Postów: {$posts}{$unapproved['unapproved_posts']} </div>
</td>
<td class="{$bgcolor}" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Otrzymałem taki efekt jak chciałem.
Do zamknięcia.