wersja skryptu MyBB: 1.6.15
adres forum: http://cs-hell.eu/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chciałem zamienić zieloną kropkę przy nicku w widoku posta na wstęgę tak jak tutaj na forum.
Dodałem do global.css:
Szablon postbit_offline:
Szablon postbit_online:
Szablon postbit_classic:
I nadal nic ;/
Może ktoś pomóc?
Ss w załączniku.
adres forum: http://cs-hell.eu/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chciałem zamienić zieloną kropkę przy nicku w widoku posta na wstęgę tak jak tutaj na forum.
Dodałem do global.css:
.post_online {
background-image: url(images/spark_v3/post_online.png) !important;
background-repeat: no-repeat !important;
background-position: top left !important;
}
.post_offline {
background-image: url(images/spark_v3/post_offline.png) !important;
background-repeat: no-repeat !important;
background-position: top left !important;
}
Szablon postbit_offline:
post_offline
Szablon postbit_online:
postbit_online
Szablon postbit_classic:
{$ignore_bit}<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<table border="0" cellspacing="0" cellpadding="0" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
<div class="post_info">
<div class="post_statname">
{$post['onlinestatus']} {$post['profilelink']}
</div>
<div class="post_date">
Napisano {$post['postdate']} {$post['posttime']}
</div>
<span class="nrPosta">#{$postcounter}{$post['inlinecheck']}</span>
</div>
</tr>
<tr>
<td class="post_autor {$post['onlinestatus']}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<ul class="info_o_autorze">
<li>{$post['usertitle']}<li>
<li class="user_avatar-post">{$post['useravatar']}</li>
<li>{$post['groupimage']}</li>
<li>{$post['reputation_title']}</li>
<li>{$post['user_details']}</li>
<li>{$post['iplogged']}</li>
</ul>
</td>
<td class="post_body" valign="top">
{$post['message']}
{$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>
<div class="post_buttons" style="vertical-align: middle;">
<a href="#top" class="button_post"><img src="images/carbon/totop.png" alt="" /> Do góry</a>
{$post['button_report']}
<span style="float: right;">
<a href="private.php?action=send&uid={$post['uid']}" class="posterek"><img src="images/carbon/iconButton/pw.png" alt="{$lang->postbit_pm}" title="{$lang->postbit_pm}" /> PW</a>
{$post['button_rep']}
{$post['button_edit']}
{$post['button_quote']}
<a href="warnings.php?action=warn&uid={$post['uid']}&pid={$post['pid']}" class="posterek"><img src="images/carbon/iconButton/warn.png" alt="{$lang->postbit_warn}" title="{$lang->postbit_warn}" /> Dodaj ostrzeżenie</a>
{$post['button_delete_pm']}
</span>
</div>
I nadal nic ;/
Może ktoś pomóc?
Ss w załączniku.
Pomogłem?
Kliknij "Pomógł"
To nic nie kosztuje a dużo dla mnie znaczy.