wersja skryptu MyBB:1.6.15
adres forum:
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Witam mam pytanie gdzie edytować ten napis w FTP to powinno być chyba ale nie wiem gdzie, pomoże ktoś ?
http://scr.hu/3e3q/k57jz
Chodzi mi tylko o napisy oprócz tych liczb wszystkich.
Tego nie ma w FTP tylko w PA - Style i Szablony - Twój Szablon - Strona Główna - index_boardstats
////////////////////////////////////////////
Wróć ...
index_stats
Jest jest

Tylko to nie jest tekst ciągły a funkcje JS w zmiennej
Kod:
<table border="0" cellspacing="0" cellpadding="4" class="tborder"
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$online24}
{$birthdays}
{$forumstats}
<tr>
<td class="tfoot" style="text-align: right">
<span class="smalltext">
{$logoutlink}
<a href="misc.php?action=markread{$post_code_string}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</span>
</td>
</tr>
</tbody>
<!-- The main menu font -->
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Ropa+Sans' rel='stylesheet' type='text/css'>
<script>
jQuery.noConflict();jQuery(document).ready(function(){jQuery('.sidebar_collapse').show();jQuery('.sidebar_expand').show();});
</script>
<ul class="footermenu"></ul></div>
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
<br><br>
Jak mam usunąć te napisy ?