Webboard

Pełna wersja: Jak usunac napis "podzialy" ze strony głównej?
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Stron: 1 2
wersja skryptu MyBB:
adres forum:
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): 

Witam nie wiem czy ten tema jak cos to przeniescie do odpowiedniego ;)
wiec jak usunac ten napis podzialy wiem ze duzu bylo tych tematow ale mi cos nie dziala , jeszcze jak usunac jedna kropke z podzialu napisanego
zdjecie w zalaczniku
Ardex probowalem z tym i nic


to moj szablon forumbit_subforums i ktore usunac?
Kod:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="5" align="center">{$lang->sub_forums_in}<strong></strong></td>
</tr>
<tr>
<td class="tcat" width="2%">&nbsp;</td>
<td class="tcat" width="59%"><span class="smalltext"><strong>{$lang->forumbit_forum}</stron></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$forums}
</table>
<br />
To nie jest forumbit_subforums tylko forumbit_depth1_cat

Edit, podaj adres forum
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
    
<
tr>
<
td class="tcat" width="2%">&nbsp;</td>
<
td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$forums}
</
table>
<
br />
@
"edited" 


Mała zmiana 
 Zobacz
Nie rozumiem po co takie zastosowanie
Mała zmiana przez to szablon będzie wyświetlał taki wpis
(31.01.2016, 21:47)Szogi1910 napisał(a): [ -> ]Nie rozumiem po co takie zastosowanie
Mała zmiana przez to szablon będzie wyświetlał taki wpis
Chciałem dopisać, że wprowadziłem zmianę, ale przypadkowo dałem to w kodzie.
antymed nic nie pomoglo

ardex www.cslowiczaki.pl

(31.01.2016, 21:47)Szogi1910 napisał(a): [ -> ]Nie rozumiem po co takie zastosowanie
Mała zmiana przez to szablon będzie wyświetlał taki wpis

wiem nie kopiowalem tego ale tez nic
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead" colspan="5" align="center">{$lang->sub_forums_in}<strong></strong></td
</
tr>
<
tr>
<
td class="tcat" width="2%">&nbsp;</td>
<
td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$forums}
</
table>
<
br /> 



Zobacz może coś takiego.
(31.01.2016, 21:54)Antymed napisał(a): [ -> ]
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead" colspan="5" align="center">{$lang->sub_forums_in}<strong></strong></td
</
tr>
<
tr>
<
td class="tcat" width="2%">&nbsp;</td>
<
td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_threads}</strong></span></td>
<
td class="tcat" width="7%" align="center" style="white-space: nowrap"><span class="smalltext"><strong>{$lang->forumbit_posts}</strong></span></td>
<
td class="tcat" width="15%" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$forums}
</
table>
<
br /> 



Zobacz może coś takiego.


nic
A dałeś kod z odpowiedniego szablonu?
dobra dziala i te dwie kropki co sa zeby byla jedna xd
Pomoże ktoś jak usunąć te kropki?
Kod:
ul, ol {
    list-style: none;
}

W global.css sobie wklep.
Nic to nie pomogło :(
Stron: 1 2