wersja skryptu MyBB: nie wiem
adres forum: swiatowefragi.pl
[b]na czym polega problem (screen, opis, komunikaty):
Czy da się przesunąć w lewo 2/3 razy te 4 postów i wątków bo jak widać nie mieszczą mi się awatary i login wychodzi poza dane miejsce. Czerwone na ss. Proszę o szybką pomoc !
Albo jak to wyłączyć
Daje plusy !
Pokaż szablony:
forumbit_depth2_forum_lastpost
forumbit_depth1_forum_lastpost
ACP -> Style i Szablony -> Szablony -> Twój_Szablon -> Opis Działu
forumbit_depth1_forum_lastpost:
<span class="smalltext">{$forum['lastposteravatar']}{$forum['lastposteravatar']}
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>
forumbit_depth2_forum_lastpost:
<span class="smalltext">{$forum['lastposteravatar']}{$forum['lastposteravatar']}
<a href="{$lastpost_link}" class="pmpopup" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br /><span class="forumbit_posttime">{$lastpost_date}</span> {$lang->by} {$lastpost_profilelink}</span>
A ten mógłbyś mi dać kod cały i dokładnie
gdzie mam wkleić? bardzo prosze
odswiezam prosze pomoze ktos ?
halo ? !
Człowieku tu nie ma żadnych elfów czy murzynków.. Dałem Ci rozwiązanie praktycznie na tacy tylko trzeba pomyśleć..
Spróbuj tak:
forumbit_depth2_forum:
Kod:
<tr>
<td class="forumbit_row" align="center" valign="top" width="1"><img class="f_img" src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="forumbit_row" valign="top" style="width:60%;">
<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="top" align="center" style="white-space: nowrap"><div class="left">{$threads}{$unapproved['unapproved_threads']} Threads<br />
{$posts}{$unapproved['unapproved_posts']} Replies</div></td>
<td class="forumbit_row" valign="top" style="white-space: nowrap;width:200px;">{$lastpost}</td>
</tr>