wersja skryptu MyBB:1.8.4
adres forum:http://forum.brygadaskill.pl/index.php
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Zainstalowałem plugin :https://webboard.pl/thread-57503.html
Wszystko, ładnie działa lecz w opisie posta są one tak ustawione:
http://scr.hu/21p0/9qm37
Jak zrobić aby one się wyświetlały pionowo jeden za drugim ?
Z tego co widzę obrazek masz jeden tylko w tej tabeli gropuimage
Kod PHP:
<center>
<!-- start: postbit_groupimage -->
<img src="images/rangi brygadaskill/zastepca.png" alt="Zastępca H@" title="Zastępca H@" <br="">
<!-- end: postbit_groupimage --><img src="images/rangi brygadaskill/ac team.png" alt="" title=""><br><img src="images/rangi brygadaskill/grafik.png" alt="" title=""><br>
</center>
A powinny byc 3 w tej samej tabeli a nie pod spodem, tak mi sie grubo wydaje
mój postbit_groupimage:
Kod:
<img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}"
i postbit_classic:
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="6" class="postborder" style="{$post_extra_style} {$post_visibility} margin: 5px 0;" id="post_{$post['pid']}">
<tr>
<td class="postcat" align="center" style="padding: 8px 8px 8px 8px;">
<div class="largetext centered" style="padding-bottom: 0px;">{$post['onlinestatus']} {$post['profilelink']}</div>
</td>
<td class="postcat" valign="middle" style="padding: 8px 6px 4px 6px;">
<span class="smalltext">{$post['postdate']}, {$post['posttime']}</span>
<div style="float: right; width: auto; vertical-align: top;"><span class="smalltext">{$post['posturl']}</span></div>
</tr>
<tr>
<td class="trow1" width="17%" valign="top" style="white-space: nowrap; text-align: center; border-right: 1px solid #;">
{$post['usertitle']}<br />
<span class="smalltext">
<br />
{$post['userstars']}
{$post['useravatar']}<br />
<center>
{$post['groupimage']}
</center>
<div class="author_statistics" style="margin: 0 auto; width: 120px;">
{$post['user_details']}
</div>
<br />
</span></div></div>
</td>
<td class="{$altbg}" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
<br />
<div id="pid_{$post['pid']}" class="post_body">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
<div id="edited_by_{$post['pid']}">{$post['editedmsg']}</div>
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
<td class="{$altbg}" style="vertical-align: middle;">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="bottom">
<td align="left" ><span class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}</span></td>
<td align="right">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
</tr>
</table>
</td>
</tr>
</table>
Może problem gdzieś tu tkwi.
hmmm no to moze usun z global.css
linia 650 chyba
Naucz się korzystać z ,,Zbadaj Element" dużo się nauczysz...
u mnie ta komedna działa.
Nie ma co się kłócić wiecie jak rozwiązać ten problem ?
nie mogę znaleść takiej linii mógłbyś dokładniej napisać gdzie to jest w global.css ?
w całym global.css nie ma? ctrl+f5
nie nie ma.
linia 650:
Kod PHP:
.smalltext {
font-size: 13px;
}