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

Archiwum działu Ogólne (posty do 12.2008) - Tabelka w index_body.tpl

adrian507120 - 18-01-2009, 15:12
Temat postu: Tabelka w index_body.tpl
Witam jak u mnie na forum po czy ma dodać kod tabelki aby tabelka wyświetlała się po menu obrazkowym w pliku index_body.tpl
xlesiu - 18-01-2009, 15:38

Spróbuj za kodem:
Kod:
 <img src="templates/Abreo_LoteQ/images/menu/stronynaszychznajomych.png" border="0"><br>Nasi Znajomi</td></tr></table>

adrian507120 - 18-01-2009, 16:06

Lesiu iniby działa ale powiększyło mi te napisy pod sb
xlesiu - 18-01-2009, 16:09

Masz konto testowe, żebyśmy mogli to zobaczyć.
adrian507120 - 18-01-2009, 16:10

Konto testowe :

test
test

[ Dodano: 18-01-2009, 16:13 ]
Kod:
<!-- Kod Sponsorów -->
    <div id="hmZ" style="POSITION: relative">
        <br>
        <table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
             <tr>
            <th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
        </tr></table>
uuii
        </tr>
        </table>       
    </div>
   
    <div id="hmZ2" style="DISPLAY: none; POSITION: relative">
        <br>
        <table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
           <tr>
            <th class="thCornerL" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
        </tr>
        </table>       
    </div>
        <br>   
    <script language="javascript" type="text/javascript">
        <!--
        if(GetCookie('hmZ3') == '2') ShowHide('hmZ', 'hmZ2', 'hmZ3');
        //-->
    </script>


Taki kod wklejam

xlesiu - 18-01-2009, 16:18

Znajdź:
Kod:
 <div id="hmZ" style="POSITION: relative">
        <br>
        <table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">

             <tr>
            <th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
        </tr></table>
uuii
        </tr>
        </table>       
    </div>
i zamień na:
Kod:
 <div id="hmZ" style="POSITION: relative">
        <br>
        <table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">

             <tr>
            <th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th></tr>
<tr><td>uuii</td></tr></table>
    </div>


i co to jest to na końcu
Kod:
name="r">{SHOUTBOX_DISPLAY}</a> <br />

adrian507120 - 18-01-2009, 16:28

xlesiu, potym to miałem dwa sb jest jakiś inny kod na tabelkę :?:
xlesiu - 18-01-2009, 16:35

Zobacz taki kod
Kod:
<!-- Kod Sponsorów -->
    <div id="hmZ" style="POSITION: relative">
        <br>
        <table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
             <tr>
            <th class="thCornerL" title="{L_VHIDE}" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
        </tr></table>
<table width="100%" class="forumline" cellspacing="1" cellpadding="3" border="0" align="center">
        <tr>
            <td class="row2" align="middle" width="50%"><span class="gensmall">sponsor1</span></td>
        </tr>
        </table>       
    </div>
   
    <div id="hmZ2" style="DISPLAY: none; POSITION: relative">
        <br>
        <table class="forumline" cellspacing="1" cellpadding="3" width="100%" align="center" border="0">
           <tr>
            <th class="thCornerL" style="CURSOR: pointer" onclick="javascript:ShowHide('hmZ','hmZ2','hmZ3');" nowrap="nowrap" height="25">Sponsorzy</th>
        </tr>
        </table>       
    </div>
        <br>   
    <script language="javascript" type="text/javascript">
        <!--
        if(GetCookie('hmZ3') == '2') ShowHide('hmZ', 'hmZ2', 'hmZ3');
        //-->
    </script>

adrian507120 - 18-01-2009, 16:53

Dzięki teraz działa

[ Dodano: 18-01-2009, 19:03 ]
A da radę zrobić że jak odświerze stronę to co innego będzie w polecamy będzie się samo zmieniało da radę takie coś zrobić ??



Powered by phpBB modified by Przemo © 2003 phpBB Group