daj mi kod nav_bit_active
.navigation .active {
color: #333;
font-size: small;
font-weight: bold;
}
Ten Kod ?
Wybacz ja się pomyliłem. Chciałbym kod forumdisplay_thread
(21.08.2017, 12:03)Coonvert napisał(a): [ -> ]Wybacz ja się pomyliłem. Chciałbym kod forumdisplay_thread
A gdzie go znajde ?
D
<tr class="inline_row {$thread_type_class}">
<td align="center" class="{$bgcolor}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span></td>
<td align="center" class="{$bgcolor}" width="2%">{$icon}</td>
<td class="{$bgcolor}" style="width: 60%;">
{$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></span>
<div class="author smalltext">Napisany przez: {$thread['profilelink']}, {$thread['datethreadf']}. {$thread['multipage']}</div>
</div>
</td>
<td align="center" class="{$bgcolor} countForumdisplay" width="95%"> Odpowiedzi: {$thread['replies']}{$unapproved_posts}<br />Wyświetleń: {$thread['views']}</td>
<td class="{$bgcolor}" style="white-space: nowrap; text-align: right; width: 11%;">
<span class="lastpost smalltext">{$lastpostdate}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
mam
podaj też szablon nav_bit_active
<span class="active">{$navbit['name']}</span>
Przyda się jeszcze forumbit_depth2_forum_lastpost
(21.08.2017, 12:10)Coonvert napisał(a): [ -> ]Przyda się jeszcze forumbit_depth2_forum_lastpost
<span class="smalltext">
<a class="tipTip" href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date}<br />{$lang->by} {$lastpost_profilelink}</span>
<a class="tipTip" href="{$lastpost_link}" title="{$full_lastpost_subject}"><span class="active">{$navbit['name']}</span><strong>{$lastpost_subject}</strong></a>
Powiedz mi czy podziałało, ponieważ nie jestem pewny czy dobrze umieściłem kod.
(21.08.2017, 12:16)Coonvert napisał(a): [ -> ]<a class="tipTip" href="{$lastpost_link}" title="{$full_lastpost_subject}"><span class="active">{$navbit['name']}</span><strong>{$lastpost_subject}</strong></a>
Powiedz mi czy podziałało, ponieważ nie jestem pewny czy dobrze umieściłem kod.
Nie podziałało
Wklej
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<strong>{$lastpost_subject}</strong></a>
zamiast
<span class="active">{$navbit['name']}</span><strong>{$lastpost_subject}</strong></a>
Czy teraz coś się zmieniło ?
(21.08.2017, 12:30)Coonvert napisał(a): [ -> ]Wklej <span>{$prefix} {$gotounread}{$thread['threadprefix']}<strong>{$lastpost_subject}</strong></a>
zamiast <span class="active">{$navbit['name']}</span><strong>{$lastpost_subject}</strong></a>
Czy teraz coś się zmieniło ?
dalej nic nie pokazuje ale ten kod mam dać w nav_bit_active ? ta ?
Miałeś to wstawić w forumbit_depth2_forum_lastpost
Jeżeli wstawiłeś gdzie indziej to spróbuj tymi 2 metodami jeszcze raz
(21.08.2017, 12:33)Coonvert napisał(a): [ -> ]Miałeś to wstawić w forumbit_depth2_forum_lastpost
Jeżeli wstawiłeś gdzie indziej to spróbuj tymi 2 metodami jeszcze raz
[
attachment=12495]
coś nie pykło :/