wersja skryptu MyBB: 1.8.6
adres forum: ubladego.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam serdecznie,
Problem polega na tym, że w widoku wątku czcionki poszczególnych użytkowników wyglądają różnie.
Przykład - ten wątek:
http://ubladego.pl/showthread.php?tid=38...06#pid3206
Czcionka autora tematu nie jest wyboldowana, tak samo data napisania posta + informacje o userze takie jak np Miejscowość oraz Steam ID. Post niżej, innego użytkownika wszystkie te dane są wyboldowane - zawartość posta, data napisania posta oraz info o userze. Pytanie brzmi - jak ustawić wszystkim tę samą czcionkę, nie pogrubioną.
Pozdrawiam.
W global.css dodaj do .post_body poniższy kod:
Kod:
font-weight: 400 !important;
Dodane, czcionka nadal jest w niektórych postach pogrubiona.
Masz powrzucane tagi <strong> dla całego bloku, co jest zdeczka bezsensu, ale kij z tym. Podaj zawartość szablonu postbit_classic
Kod:
{$ignore_bit}
<a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
<div class="post classic {$unapproved_shade}" style="{$post_visibility}" id="post_{$post['pid']}">
<h3>
<div class="post_username">
<strong><span class="largetext">{$post['onlinestatus']}{$post['profilelink']}</span></strong>
</div>
<div class="post_date2">
</div>
</h3>
<div class="post_author scaleimages">
<center>{$post['useravatar']}</center>
<div class="author_information">
<span class="smalltext">
{$post['groupimage']}
{$post['userstars']}
</span>
</div>
<div class="author_statistics">
{$post['user_details']}
</div>
</div>
<div class="post_content">
<div class="post_head">
{$post['subject_extra']}
<span class="post_checkandid">
{$post['posturl']}
{$post['icon']}
</span>
</div>
{$post['postdate']}<br>
<div class="post_body scaleimages" id="pid_{$post['pid']}">
{$post['message']}
<div class="post_meta" id="post_meta_{$post['pid']}">
<span class="post_edit" id="edited_by_{$post['pid']}">{$post['editedmsg']}</span></span>
{$post['iplogged']}
</div>
</div>
{$post['attachments']}
{$post['signature']}
</div></div>
<div class="post_controls">
<div class="postbit_buttons author_buttons float_left">
<a href="#top" class="button_post"><img src="images/carbon/totop.png" alt=""> Do góry</a> {$post['button_report']}
</div>
<div class="postbit_buttons post_management_buttons float_right">
{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quickrestore']}{$post['button_rep']}{$post['button_find']}{$post['button_quote']}{$post['button_multiquote']}{$post['button_warn']}{$post['button_purgespammer']}{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}
</div>
</div>
Posty widzę już są ok, dodaj jeszcze do .post.classic .post_author div.author_statistics znowu font-weight: 400 !important; i będzie ok.
Ogólnie prawdopodobnie w którymś pobocznym szablonie masz coś namieszane. W tym szablonie są miliony strongów postosowane - gdzie i po co, nie wiem.
I popraw stopkę - aby Polski Support MyBB przenosiło na mybboard.pl
Pomogło. Btw gdzie te boldy widzisz?
(29.03.2016, 10:32)Piotrs napisał(a): [ -> ]Pomogło. Btw gdzie te boldy widzisz?
W kodzie, są albo w małych szablonach powrzucane, albo z formatu loginu albo jakiś plugin albo kij wie co. Zbadaj element i przejrzyj sobie jeden kontener z postem