Buttony w widoku wątku nie wyświetlają się w rzędzie

Założony przez  dziadek15.

Kilka szczegółów o moim forum i stylu, z którym mam problem:
nazwa stylu:technology
wersja skryptu MyBB:1.6
adres forum:cs-k4f.pl
opis problemu:
Chciałbym ułożyć jakoś te buttony może ktoś pomoże?
Chce aby te buttony były w rzędzie;]
Jak to zrobić?
[Obrazek: bez_tytulu.JPG]
@odswieżam
A nie masz za wąskiego forum?


Pozdrawiam!
a jak poszerzyć
Zmienić szerokość w #container w global.css
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
jak co i jak;]
#container TO MOJE
margin: auto auto;
padding: 0px 20px 20px 20px;
text-align: left;
-webkit-box-shadow: 0px 0px 10em #40A9D6;
-moz-box-shadow: 0px 0px 1em #40A9D6;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#454545), to(#0F0F0F));
background-image: -moz-linear-gradient(19% 75% 90deg,#0F0F0F, #454545);
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
Po lewej masz pole width (szerokość). Tam wpisujesz odpowiednią wartość.
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
wpisałem 100% i dalej w poście nie jest tak poukładane.
dalej tak jak było
wg mnie to trze ustawić gdzieś w css ale nie wiem gdzie.;]
@REFRESH
@refresh 2
Adrian napisał 11.11.2010, 14:46:
Od odświeżania wątków jest funkcja Podbij wątek na belce obok nazwy wątku.
Z tego co zauważyłem używasz niestandardowych buttonów (css zamiast obrazków).
Styl pewnie jest pod wersję 1.4 i nie było w nim buttona od reputacji za post, dlatego nie integruje się z innymi. ;)
Podrzuć tutaj zawartość szablonu postbit_classic z grupy Postbit templates (opis posta-szablony).
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
tą reputację dodałem poprzez plugin:];
a co mam podrzucic to jest w Panelu admina?
To jest z opisu posta
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        <
div class="postbit_username" align="center" style="cursor: pointer;" id="userdetails_{$post['pid']}"><strong><span class="largetext">{$post['profilelink']}</span></strong> <br /></div>

        <
span class="smalltext">
            {
$post['usertitle']}<br />
            {
$post['userstars']}
            {
$post['groupimage']}
            {
$post['useravatar']}<br />
            {
$post['user_details']}
        </
span>
    </
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']}style="padding: 5px 0 5px 0; color:white;">
                {
$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']} </span></td>
<
div class="ikony">
<
ul>


<
li>{$post['button_warn']}</li>
<
li>{$post['button_report']}</li>
<
li>{$post['button_quote']}{$post['thanks']}</li>
<
li>{$post['button_multiquote']}</li>
<
li>{$post['button_quickdelete']}</li>
<
li>{$post['button_spam']}{$post['button_edit']}</li>
<
li>{$post['button_reply_pm']}{$post['button_replyall_pm']}</li>

</
ul>
</
div>
{
$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </
div>
</
tr>
        </
table>{$post['thxdsp']}
    </
td>
</
tr>
</
table

a to z widoku posta
{$ignore_bit}
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder" style="{$post_extra_style} {$post_visibility}id="post_{$post['pid']}">
    <
tr>
        <
td class="{$altbg}width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}id="pid{$post['pid']}"></a>
        <
div class="postbit_username" align="center" style="cursor: pointer;" id="userdetails_{$post['pid']}"><strong><span class="largetext">{$post['profilelink']}</span></strong> <br /></div>

        <
span class="smalltext">
            {
$post['usertitle']}<br />
            {
$post['userstars']}
            {
$post['groupimage']}
            {
$post['useravatar']}<br />
            {
$post['user_details']}
        </
span>
    </
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']}style="padding: 5px 0 5px 0; color:white;">
                {
$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']} </span></td>
<
div class="ikony">
<
ul>


<
li>{$post['button_warn']}</li>
<
li>{$post['button_report']}</li>
<
li>{$post['button_quote']}{$post['thanks']}</li>
<
li>{$post['button_multiquote']}</li>
<
li>{$post['button_quickdelete']}</li>
<
li>{$post['button_spam']}{$post['button_edit']}</li>
<
li>{$post['button_reply_pm']}{$post['button_replyall_pm']}</li>

</
ul>
</
div>
{
$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </
div>
</
tr>
        </
table>{$post['thxdsp']}
    </
td>
</
tr>
</
table
{$post['thxdsp']}
Jest w złym miejscu, czytaj: poza tabelą postu.
Końcówkę:
</div>
{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}</td>
            </div>
</tr>
        </table>{$post['thxdsp']}
    </td>
</tr>
</table>
Zamień na:
</div>
{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}{$post['thxdsp']}</td>
            </div>
</tr>
        </table>
    </td>
</tr>
</table>
i po krzyku.
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
Zaraz czekaj bo się zgubiłęm już
GDZIE TO ZAMIENIC w panelu admina
Paczki szablonów>>NAZWA STYLU
W Opis posta - Szablony
czy
Widok wątku - Szablony
A MOŻE?
Post - Szablony
Zakładając, że zrzut wykonałeś podczas przeglądania wątku to Opis posta - szablony.
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
    <tr>
        <td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
        <div class="postbit_username" align="center" style="cursor: pointer;" id="userdetails_{$post['pid']}"><strong><span class="largetext">{$post['profilelink']}</span></strong> <br /></div>

        <span class="smalltext">
            {$post['usertitle']}<br />
            {$post['userstars']}
            {$post['groupimage']}
            {$post['useravatar']}<br />
            {$post['user_details']}
        </span>
    </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']}" style="padding: 5px 0 5px 0; color:white;">
                {$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']} </span></td>
<div class="ikony">
<ul>


<li>{$post['button_warn']}</li>
<li>{$post['button_report']}</li>
<li>{$post['button_quote']}{$post['thanks']}</li>
<li>{$post['button_multiquote']}</li>
<li>{$post['button_quickdelete']}</li>
<li>{$post['button_spam']}{$post['button_edit']}</li>
<li>{$post['button_reply_pm']}{$post['button_replyall_pm']}</li>
<li>{$post['button_replyall_pm']}</li>
<li>{$post['button_forward_pm']}</li>
<li>{$post['button_delete_pm']}</li>
<li>{$post['thxdsp']}</li>
</ul>
</div>
</td>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>

</tr>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</table>

&nbsp;&nbsp;&nbsp;&nbsp;</td>

</tr>

</table>

TO mój postbit_classic

Ok,zrobiłem,leci pomógł



Użytkownicy przeglądający ten wątek:

1 gości