wersja skryptu MyBB:1.8.7
adres forum:http://forum-extremegames.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Jak zrobić by top użytkownicy byli wyświetlani tak :
Masz wgrany plugin na to? Bo nie widzę go u Ciebie.
W załączniku masz zmienione compatibility powinno działać.
Stylujesz cssami
Pewno jeszcze bedziesz musial zmienic strukture html z tabeli na liste
dodane tylko jak zmienic by avatary byly kwadratowe i jak usunac ten napis
global.css linia 1637 znajdziesz .avatar usuń border-radius:50%
Daj jeszcze tpt (szablony globalne)
(16.05.2016, 15:19)Conors napisał(a): [ -> ]global.css linia 1637 znajdziesz .avatar usuń border-radius:50%
ok jest a jak tego napisu sie pozbyc ?
(16.05.2016, 15:23)Conors napisał(a): [ -> ] (16.05.2016, 15:19)Conors napisał(a): [ -> ]Daj jeszcze tpt (szablony globalne)
<style type="text/css">
#top_posters li {
text-align: center;
padding: 8px 0 0 0;
margin: 5px 0 0 0;
min-width: 80px;
height: 80px;
float: left;
font-size: 0.80em;
}
.list_content {
word-wrap: break-word;
}
.avatar{
margin-left:8px;
margin-top:1px;
margin-bottom:1px;
float:left;
}
</style>
<table border="0" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="1">
{$collapse}
<strong>{$lang->name}</strong>
</td>
</tr>
<tr>
<tbody style="{$expdisplay}" id="post-today_e">
<td class="trow1">
<ol id="top_posters" style="list-style: none; padding: 0; margin: 0;">
{$tpt_row}
</ol>
</td>
</tr>
</tbody></table>
(16.05.2016, 15:26)Conors napisał(a): [ -> ]Kod PHP:
<table border="0" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="1">
<strong>{$lang->name}</strong>
</td>
</tr>
<tr>
<tbody style="{$expdisplay}" id="post-today_e">
<td class="trow1">
<ol id="top_posters" style="list-style: none; padding: 0; margin: 0;">
{$tpt_row}
</ol>
</td>
</tr>
</tbody></table>
Kolejny + leci
(16.05.2016, 15:26)Conors napisał(a): [ -> ]Kod PHP:
<style type="text/css">
#top_posters li {
text-align: center;
padding: 8px 0 0 0;
margin: 5px 0 0 0;
min-width: 80px;
height: 80px;
float: left;
font-size: 0.80em;
}
.list_content {
word-wrap: break-word;
}
.avatar{
margin-left:8px;
margin-top:1px;
margin-bottom:1px;
float:left;
}
</style>
<table border="0" cellspacing="{$theme[borderwidth]}" cellpadding="{$theme[tablespace]}" class="tborder" style="clear: both; border-bottom-width: 0;">
<tr>
<td class="thead" colspan="1">
<strong>{$lang->name}</strong>
</td>
</tr>
<tr>
<tbody style="{$expdisplay}" id="post-today_e">
<td class="trow1">
<ol id="top_posters" style="list-style: none; padding: 0; margin: 0;">
{$tpt_row}
</ol>
</td>
</tr>
</tbody></table>
tylko teraz w profilu rozjechaly mi sie zakładki do tematów postów i nagród
a tak bylo szybciej
ok rozwiazane na PW