Problem z Reksio Elegant Theme

Założony przez  MrDr4gon.

wersja skryptu MyBB: 1.6
adres forum: KLIKNIJ
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Gdy najeżdzam myszka na jakis poddzial to zaslania go tabelka z iloscia postow. (Kliknij, aby zobaczyc o co mi chodzi).

Filmik: http://www.youtube.com/watch?v=WEX1CZ672...e=youtu.be

Co zrobic?

Tutaj zobaczcie na zywo o co chodzi...
http://forum.miastografiki.cba.pl/forumd....php?fid=7

Najedzcie myszka np. na poddzial "Moderator"

Masz wgrany chyba jakiś plugin lub edytowałeś któryś szablon który to powoduje. Ja tak miałem bo miałem plugin wgrnay
a jaki?
SzymonWis napisał(a):a jaki?
Zgaduję, że avatar w widoku wątków.

Panel administratora → Style i szablony → szablony Twojego stylu → Opis działu (Forum Bit)
Podrzuć tutaj zawartość szablonów:
- forumbit_depth1_cat
- forumbit_depth1_cat_subforum
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
forumbit_depth1_cat

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder nobr"><thead><tr><td class="thead" colspan="3"><div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div><div><h3><a href="{$forum_url}">{$forum['name']}</a></h3></div></td></tr></thead><tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e"><tr class="tcat"><td /><td><span class="smalltext"><strong>{$forum['description']}</strong></span></td><td width="200" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td></tr>{$sub_forums}<tr><td colspan="3" class="tfoot"></td></tr></tbody></table><br />


_____________________________________


forumbit_depth1_cat_subforum

<tr><td class="tcat" colspan="6"><strong>&raquo;&nbsp;&nbsp;<a href="{$forum_url}">{$forum['name']}</a></strong><br /><span class="smalltext">{$forum['description']}</span></td></tr>{$sub_forums}
Prawdopodobnie sidebox koliduje z tą skórka :)
dezaktywowalem sidebox'a, ale jest to samo :(

newet wylaczylem wszystkie pluginy, ale tez nie pomoglo. Wie ktos o co chodzi?
Zauważyłem, że w szablonach nagłówka widoku subfor masz o jedną komórkę za dużo - dlatego wszystko się sypie.
Żadna sprawa nie jest przegrana dopóki choć jeden szaleniec o nią walczy. Tylko wariaci są coś warci.
czyli co mam zrobic?
@ref...
pomoze ktos?
Na logikę idąc sprawdź w tych kodach co Ci się powtarza i usuń jedną, powtarzającą się część lub coś co tam nie pasuje. Trochę samodzielności... metoda prób i błędów.
A jak się boisz, że coś się zepsuje to rób kopię.
Najpewniej koliduje z pluginem avatary przy postach w działach.

Zainstalowałem te skórke na swoim forum i działa wszystko poprawnie.

W forumbit_depth2_forum_lastpost -> wklej miedzy ten div <div class="smalltext desc" align="left"> <div>

wklej to {$forum['lastposteravatar']}

Ma to tak wyglądać:

<div class="smalltext desc" align="left"> {$forum['lastposteravatar']} <div>

Prawdopodobnie w forumbit_depth1_forum_lastpost po smalltext już jest ten zapis : {$forum['lastposteravatar']}


Tak powinien wyglądać : forumbit_depth1_cat

<table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder nobr">
<
thead>
<
tr>
<
td class="thead" colspan="3">
<
div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}title="{$expaltext}/></div>
<
div><h3><a href="{$forum_url}">{$forum['name']}</a></h3></div>
</
td>
</
tr>
</
thead>
<
tbody style="{$expdisplay}id="cat_{$forum['fid']}_e">
<
tr class="tcat">
<
td />
<
td><span class="smalltext"><strong>{$forum['description']}</strong></span></td>
<
td width="240" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</
tr>
{
$sub_forums}
<
tr><td colspan="3" class="tfoot"></td></tr>
</
tbody>
</
table>
<
br /> 

Powinno działać.
W forumbit_depth2_forum_lastpost nie ma u mnie wogole tego diva :(
U mnie tak to wszystko wyglada:

forumbit_depth2_forum_lastpost
<div align="left" class="smalltext"><a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br/>{$lang->by} {$lastpost_profilelink}</div>
<div align="right"><span class="smalltext">{$forum['lastposteravatar']}{$lastpost_date}
<span class="darktext">{$lastpost_time}</span></span>
</div>

forumbit_depth1_forum_lastpost
<span class="smalltext">{$forum['lastposteravatar']}
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
<br />{$lastpost_date} {$lastpost_time}<br />{$lang->by} {$lastpost_profilelink}</span>

forumbit_depth1_cat
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder nobr">
<thead>
<tr>
<td class="thead" colspan="3">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><h3><a href="{$forum_url}">{$forum['name']}</a></h3></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr class="tcat">
<td />
<td><span class="smalltext"><strong>{$forum['description']}</strong></span></td>
<td width="240" align="center"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></td>
</tr>
{$sub_forums}
<tr><td colspan="3" class="tfoot"></td></tr>
</tbody>
</table>
<br />


Wklej ten : forumbit_depth2_forum_lastpost

<div class="smalltext desc" align="left"> {$forum['lastposteravatar']}<div> <span style="white-space:nowrap"> <img class="inlineimg" src="images/swój/swój" alt="" border="0" />
<a href="{$lastpost_link}" title="{$full_lastpost_subject}"><strong>{$lastpost_subject}</strong></a>
</span> </div> <div style="white-space:nowrap; float:left">
        {$lang->by} {$lastpost_profilelink} </div> <div align="right" style="white-space:nowrap">
        {$lastpost_date} {$lastpost_time} <a href="{$lastpost_link}"><img class="subforumicon" src="images/swój/swój" alt="{$full_lastpost_subject}" border="0" /></a> </div> </div>


Uprzednio zrób kopię swojego szablonu .Oczywiście obrazek i link do obrazka zmieniasz na swój albo w ogóle go wywalasz.
nie dziala :(



Użytkownicy przeglądający ten wątek:

1 gości