Dolna nawigacja MyBB
|1. Style i szablony >>> szablony >>> nasz styl >>> Widok działu – Szablony >>> forumdisplay_threadlist
kod
<div class="float_right" style="margin-top: 4px;"> {$newthread} </div> <br style="clear: both;" /> <br />
zamieniamy na:
<div class="float_right" style="margin-top: 4px;"> {$newthread} </div> <br style="clear: both;" /> <navigation> <br style="clear: both;" />
2. Style i szablony >>> szablony >>> nasz styl >>> Widok wątku – Szablony >>> szablon showthread
po kodzie
<div style="padding-top: 4px;" class="float_right"> {$newreply} </div> <br style="clear: both;" />
dodajemy
<navigation> <br style="clear: both;" />