Gdy dodałem ten kod css
td.forumdisplay_sticky span:before {
content: "\f08d";
font-family: "FontAwesome";
color: #fff;
background: seagreen;
height: 21px;
width: 21px;
line-height: 21px;
border-radius: 2px;
display: inline-block;
text-align: center;
margin-right: 5px;
}
Nwm czemu ale to się dziwnie zrobiło i pomoże mi ktoś to naprawić?td.forumdisplay_sticky span:before {
dodaj jakąś osobną klasę do
td w którym chcesz prefiks.
<td class="trow11 forumdisplay_sticky">
.trow11.forumdisplay_sticky span:before {
content: "\f08d";
font-family: "FontAwesome";
color: #fff;
background: seagreen;
height: 21px;
width: 21px;
line-height: 21px;
border-radius: 2px;
display: inline-block;
text-align: center;
margin-right: 5px;
}
Następnie edytujesz
span aby się nie dublowało.
Gdzie dokładnie zapikować ten kod:
<td class="trow11 forumdisplay_sticky">
<td class="trow1 forumdisplay_sticky">
<div class="lavatar-old lavatar-old-f"><a href="http://mpcgames.pl/uzytkownik-ristirpl_1" title="RistirPL" rel="nofollow"><img src="./uploads/avatars/avatar_1.gif?dateline=1481397243" alt="MultiPlayer Community Games" onerror="this.src='http://mpcgames.pl/images/default_avatar.png';"></a></div>
<div>
<span> <span class=" subject_old" id="tid_85"><a href="
temat-wygl%C4%85d-awans%C3%B3w_85">Wygląd awansów</a></span></span>
<div class="author smalltext"><a href="http://mpcgames.pl/uzytkownik-ristirpl_1">RistirPL</a></div>
</div>
</td>
span dubluje się i dlatego tak wyświetla
Więc co muszę zrobić a tu masz kod:
<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{+}forumdisplay_thread_firstpost|{$thread['uid']}{-}{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="
{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
<div class="author smalltext">{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
{+}forumdisplay_thread_lastpost|{$thread['lastposteruid']}{-}<span class="lastpost smalltext">{$lastpostdate}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
Tym razem oddaliło się
<span><td class="trow11 forumdisplay_sticky"> {$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="
{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
trochę nie rozumiem HTML i CSS ale chcę się tego nauczyć
Ten prefiks jest przy każdym wątki a chciałem żeby był tylko przy przypiętych.