21.10.2011, 20:12
wersja skryptu MyBB: 1.6.x
screen
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam mam problem z .tcat, ponieważ w moim stylu nie wyświetla wątków i postów lecz tylko ostatni post.
Proszę screen jak to powinno wyglądać:
a jak wygląda:
Można jakoś wstawić te tabele tam ?
proszę kod: acp->szablony->styl->Opis działu - Szablony->forumbit_depth1_cat
Będę bardzo wdzięczny za pomoc.
Odświeżam
screen
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Witam mam problem z .tcat, ponieważ w moim stylu nie wyświetla wątków i postów lecz tylko ostatni post.
Proszę screen jak to powinno wyglądać:
a jak wygląda:
Można jakoś wstawić te tabele tam ?
proszę kod: acp->szablony->styl->Opis działu - Szablony->forumbit_depth1_cat
Kod PHP:
<div class="forum_wrap">
<div class="thead_main"><div class="thead_left"><div class="thead_right"><div class="thead_wrap">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div class="float_left"><strong><a href="{$forum_url}" title="{$forum['description']}" class="tip">{$forum['name']}</a></strong></div>
<div class="clear"></div>
</div></div></div></div>
<table border="0" cellspacing="0" cellpadding="8" class="tborder">
<tbody class="forums" style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat_main" colspan="3"><div class="float_right" style="margin-right: 208px"><span class="smalltext"><strong>{$lang->forumbit_lastpost}</strong></span></div><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
</div>
Odświeżam