To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

Ogólne - szerokośc nazw tematów

lsteam - 30-05-2009, 14:14
Temat postu: szerokośc nazw tematów
Mam pytanie, jak rozszerzyć to co zaznaczyłem ;)
kevin_ - 30-05-2009, 14:31

templates/bLock/viewforum_body.tpl


zmień wartości width - to jest wygląd dla "normalnych tematów"
Kod:

    <tr>
        <th colspan="{SPAN_I}" align="center" class="thCornerL" style="height: 24px;" nowrap="nowrap">&nbsp;{L_NORMAL_TOPICS}&nbsp;</th>
        <th width="50" align="center" class="thTop" style="height: 24px;" nowrap="nowrap">&nbsp;{L_OBRAZEK}&nbsp;</th>
        <th width="50" align="center" class="thTop" style="height: 24px;" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
        <th width="100" align="center" class="thTop" style="height: 24px;" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
        <script language="JavaScript" type="text/javascript">
    if( {TR_ENABLED} == 1 )
        { document.write('<th width="100" align="center" class="thTop" style="height: 24px;" nowrap="nowrap">&nbsp;{L_RATE}&nbsp;</th>'); }
</script>
        <th width="50" align="center" class="thTop" style="height: 24px;" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
        <th width="150" align="center" class="thCornerR" style="height: 24px;" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
    </tr>


dla tematów podklejonych, etc
Kod:

    <tr>
        <th colspan="{SPAN_I}" align="center" height="25" class="thCornerL" nowrap="nowrap"<!-- BEGIN switch_show_hide --> onclick="javascript:ShowHide('imp_topics_{FORUM_ID}','imp_topics2_{FORUM_ID}','imp_topics3_{FORUM_ID}');" style="cursor: pointer" title="{L_VHIDE}"<!-- END switch_show_hide -->>&nbsp;{L_TOPICS}&nbsp;</th>
        <th width="30" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_OBRAZEK}&nbsp;</th>
        <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_REPLIES}&nbsp;</th>
        <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_AUTHOR}&nbsp;</th>
        <!-- BEGIN topics_rate_enabled -->
        <th width="100" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_RATE}&nbsp;</th>
    <!-- END topics_rate_enabled -->
        <th width="50" align="center" class="thTop" nowrap="nowrap">&nbsp;{L_VIEWS}&nbsp;</th>
        <th width="150" align="center" class="thCornerR" nowrap="nowrap">&nbsp;{L_LASTPOST}&nbsp;</th>
    </tr>



Powered by phpBB modified by Przemo © 2003 phpBB Group