Webboard

Pełna wersja: Profil - błędny zapis statusu dostępności
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB:MyBB 1.6
adres forum:cs-scorpion.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa i wersja wtyczki): [Obrazek: Przechwyt_wwxepew.jpg]
pokaż zawartość szablonu
member_profile_online
<a href="online.php"><span class="inf_bg inf_green tipTip" title="{$location}" style="font-weight: bold;">Dostępny</span></a> <span class="od_kiedy">{$memlastvisitdate} {$memlastvisittime}</span>

Proszę bardzo więcej nic nie ma
wyrzuć

title="{$location}"
a to tak ma wyglądać
Kod:
<a href="online.php"><span class="inf_bg inf_green tipTip" title="{$location}" style="font-weight: bold;">Dostępny</span></a> <span class="od_kiedy">{$memlastvisitdate} {$memlastvisittime}</span>title="{$location}"

czy tak
Kod:
<a href="online.php"><span class="inf_bg inf_green tipTip" title="{$location}" style="font-weight: bold;">Dostępny</span></a> <span class="od_kiedy">{$memlastvisitdate} {$memlastvisittime}</span>

title="{$location}"
Kod:
<a href="online.php"><span class="inf_bg inf_green tipTip" style="font-weight: bold;">Dostępny</span></a> <span class="od_kiedy">{$memlastvisitdate} {$memlastvisittime}</span>