"Chmurka" Temacie

Założony przez  Happens.

wersja skryptu MyBB: MyBB 1.6.3
adres forum: www.serwery-minecraft.pl - jest na przemo, lecz mamy nowego dedyka, a tam bedzie Mybb
na czym polega problem (screen, opis, komunikaty): Edytuje styl dla tego forum. Mam mały problem - chcę się dowiedzieć jak pozbyć się takiej "chmurki" przy poscie. Chodzi mi o to :

http://imageshack.us/f/600/pomocn.jpg/

Zaznaczylem na czerwono.
RadnoK napisał 09.06.2011, 17:32:
Skoro styl to daj to do odpowiedniego działu. Przenoszę. Jak szybko otrzymać pomoc na forum?
Na 99,9% owa chmurka znajduje się w szablonie postbit_classic.
Panel administratora → Style i szablony → szablony Twojego stylu → Opis posta - szablony → postbit_classic
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
Okeej :D. Dziękuję za przeniesienie. Znalazłem ten szablon ale niestety 0 wiem co się w nim znajduję.

Posiadam styl Chameleon.

Kod postbit_classic :

{$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="trow1" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class=postbit>
<div class=postbitt>
        <strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="user_{$post['pid']}">{$post['username_formatted']}<img src="{$theme['imgdir']}/arrow_down.gif" alt="v" style="vertical-align: middle;" /></a></span></strong><br />
                        <div id="user_{$post['pid']}_popup" class="popup_menu smalltext" style="display: none;">
                            <div class="popup_item_container">
                                                        <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" class="popup_item"> {$post['username_formatted']} <img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/pb/pbpr.png" style="vertical-align: top;"></a></div>
                            {$post['button_email']}
                            {$post['button_pm']}
                            {$post['button_find']}
                            {$post['button_www']}
                        </div>
                        <script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("user_{$post['pid']}");}</script>
            <div><strong><span>{$post['usertitle']}<br /></div>
                        <div><strong><span>{$post['useravatar']}<br /></div>
            <div><strong><span>{$post['userstars']}</div>
            <div><strong><span>{$post['groupimage']}</div>            
            <div><strong><span>{$post['user_details']}</div>
        </span>
    </td></div>

    <td class="trow1" valign="top">
        <table width="100%"><div class="postmessage">
            <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;">
                <div>
<div id="1" style="float:left; z-index: 1; position: Absolute;">
<br><img src="images/chameleon/arrowleft.png">
</div>
<div id="2" style="z-index: 0; padding: 5px;">
<fieldset style="background: #ffffff;
border:2px solid #C3C3C3;
-moz-border-radius:8px;
-webkit-border-radius:8px;
position: relative;">
{$post['message']}
</fieldset>
</div>
</div>
            </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>
                
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr><span class="separator">
    <td class="trow2" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}<br />{$post['iplogged']}</span></td>

    <td class="trow2" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$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></div>
            </tr>
        </table>
    </td>
</tr>
</table>

Prosił bym o znalezienie danego fragmentu z tą "chmurką"
{$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="trow1" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class=postbit>
<div class=postbitt>
        <strong><span class="largetext"><a href="{$post['profilelink_plain']}" id="user_{$post['pid']}">{$post['username_formatted']}<img src="{$theme['imgdir']}/arrow_down.gif" alt="v" style="vertical-align: middle;" /></a></span></strong><br />
                        <div id="user_{$post['pid']}_popup" class="popup_menu smalltext" style="display: none;">
                            <div class="popup_item_container">
                                                        <a href="{$mybb->settings['bburl']}/member.php?action=profile&uid={$mybb->user['uid']}" class="popup_item"> {$post['username_formatted']} <img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/pb/pbpr.png" style="vertical-align: top;"></a></div>
                            {$post['button_email']}
                            {$post['button_pm']}
                            {$post['button_find']}
                            {$post['button_www']}
                        </div>
                        <script type="text/javascript">if(use_xmlhttprequest == "1"){new PopupMenu("user_{$post['pid']}");}</script>
            <div><strong><span>{$post['usertitle']}<br /></div>
                        <div><strong><span>{$post['useravatar']}<br /></div>
            <div><strong><span>{$post['userstars']}</div>
            <div><strong><span>{$post['groupimage']}</div>            
            <div><strong><span>{$post['user_details']}</div>
        </span>
    </td></div>

    <td class="trow1" valign="top">
        <table width="100%"><div class="postmessage">
            <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;">
{$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>
                
            </div>
        </td></tr>
    </table>
</td>
</tr>
<tr><span class="separator">
    <td class="trow2" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}<br />{$post['iplogged']}</span></td>

    <td class="trow2" style="vertical-align: middle;">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
            <tr valign="bottom">
                <td align="left" ><span class="smalltext">{$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></div>
            </tr>
        </table>
    </td>
</tr>
</table>



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

1 gości