wersja skryptu MyBB:1.6
adres forum:pixelstrike.com.pl
na czym polega problem (screen, opis, komunikaty):
Mam tak :
Chcę tak :
Na początku szablonu postbit_groupimage (opis posta) dodaj <br />.
Mam tak :
Kod:
<span class="smalltext">
<br /><br />
{$post['useravatar']}</br></br>
{$post['groupimage']}<br />
</span>
</div>
I nie działa :l
Szablon postbit:
pod </div> odpowiedzialnym za avatar, dodaj <br />
Zapewne nie dodałeś w szablonie o którym pisałem... Podaj zawartość postbit_groupimage.
Kod:
<br /><img src="{$usergroup['image']}" alt="{$usergroup['title']}" title="{$usergroup['title']}" />
W takim razie pokaż cały postbit (opis posta).
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="showthread_postmain" style="{$post_extra_style} {$post_visibility}margin-top:0px;" id="post_{$post['pid']}">
<tr>
<td class="tcatleft"><center>{$post['onlinestatus']} <span class="showthread_authorname">{$post['profilelink']}</span></center>
</td><td class="tcatright">
<div class="left">{$post['postdate']}, {$post['posttime']}
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>{$post['posturl']}</td></tr>
<tr><td class="showthread_postauthorinfo"><center>
<div>
<div><span class="smalltext">{$post['usertitle']}</span><br />
<span class="showthread_useravatar">{$post['useravatar']}</span>
</div>
<div>
<span class="smalltext">
{$post['userstars']}
{$post['groupimage']}
</span>
</div>
<div><div style="padding-top: 5px;">
{$post['user_details']}{$post['ougc_awards']}{$post['awards']}</div>
</div>
</div></center> </td>
<td valign="top" class="showthread_postcontent">
<div class="showthread_postcontentwrapper">
<div class="showthread_postbody_message" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
</div>
</div>
</td>
</tr>
<tr>
<td class="showthread_postauthorinfo2">
</td>
<td colspan="2" class="showthread_post_options">
<span class="right"> {$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['iplogged']}{$post['button_rep']}{$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']}
</span></td></tr>
</table>
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" class="showthread_postmain" style="{$post_extra_style} {$post_visibility}margin-top:0px;" id="post_{$post['pid']}">
<tr>
<td class="tcatleft"><center>{$post['onlinestatus']} <span class="showthread_authorname">{$post['profilelink']}</span></center>
</td><td class="tcatright">
<div class="left">{$post['postdate']}, {$post['posttime']}
<span id="edited_by_{$post['pid']}">{$post['editedmsg']}</span>
</div>{$post['posturl']}</td></tr>
<tr><td class="showthread_postauthorinfo"><center>
<div>
<div><span class="smalltext">{$post['usertitle']}</span><br />
<span class="showthread_useravatar">{$post['useravatar']}</span>
</div>
<div>
<span class="smalltext">
{$post['userstars']}<br />
{$post['groupimage']}
</span>
</div>
<div><div style="padding-top: 5px;">
{$post['user_details']}{$post['ougc_awards']}{$post['awards']}</div>
</div>
</div></center> </td>
<td valign="top" class="showthread_postcontent">
<div class="showthread_postcontentwrapper">
<div class="showthread_postbody_message" id="pid_{$post['pid']}">
{$post['message']}
</div>
{$post['attachments']}
{$post['signature']}
<div class="post_meta" id="post_meta_{$post['pid']}">
</div>
</div>
</td>
</tr>
<tr>
<td class="showthread_postauthorinfo2">
</td>
<td colspan="2" class="showthread_post_options">
<span class="right"> {$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['iplogged']}{$post['button_rep']}{$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']}
</span></td></tr>
</table>
No to inaczej to obejdziemy
.showthread_useravatar img w showthread.css → dopisz:
margin-bottom: 10px;.
Sorry za tego posta, ale wcześniej nie działało , a teraz działa.
Więc można tego posta usunąć.