• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  1. #1
    Chajtek jest nieaktywny Stały bywalec
    Dołączył
    Dec 2008
    Posty
    174

    Domyślnie Edycja stopki

    Witajcie. Chciałbym pomniejszyć swoją stopkę o 10%, ale nie wiem jak...tutaj kod footer:

    $ad_footerStart
    $ad_location[ad_footer_start]

    <br/>

    <br />
    <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
    <br />
    $spacer_close
    <!-- /content area table -->

    <form action="$vboptions[forumhome].php" method="get">

    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center" id="tabela1">
    <tr>
    <if condition="$show['quickchooser']">
    <td class="tfoot">
    <select name="styleid" onchange="switch_id(this, 'style')">
    <optgroup label="$vbphrase[quick_style_chooser]">
    $quickchooserbits
    </optgroup>
    </select>
    </td>
    </if>
    <if condition="$show['languagechooser']">
    <td class="tfoot">
    <select name="langid" onchange="switch_id(this, 'lang')">
    <optgroup label="$vbphrase[quick_language_chooser]">
    $languagechooserbits
    </optgroup>
    </select>
    </td>
    </if>
    <td class="tfoot" align="$stylevar[right]" width="100%">
    <div class="smallfont">
    <strong>
    <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if>
    <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -</if>
    <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
    <if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
    <if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
    $template_hook[footer_links]
    <if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
    <a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
    </strong>
    </div>
    </td>
    </tr>
    </table>

    <br />

    <div align="center">
    <div class="smallfont" align="center">
    <!-- Do not remove this copyright notice -->
    $vbphrase[powered_by_vbulletin]
    <!-- Do not remove this copyright notice -->
    </div>

    <div class="smallfont" align="center">
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    $cronimage
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

    $vboptions[copyrighttext]
    </div>
    </div>

    </form>

    $ad_location[ad_footer_end]
    $ad_footerEnd
    <if condition="$show['dst_correction']">
    <!-- auto DST correction code -->
    <form action="profile.php?do=dst" method="post" name="dstform">
    <input type="hidden" name="s" value="$session[sessionhash]" />
    <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
    <input type="hidden" name="do" value="dst" />
    </form>



    <script type="text/javascript">
    <!--
    var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
    var utcOffset = new Date().getTimezoneOffset() / 60;
    if (Math.abs(tzOffset + utcOffset) == 1)
    { // Dst offset is 1 so its changed
    document.forms.dstform.submit();
    }
    //-->
    </script>
    <!-- / auto DST correction code -->

    </if>
    <script type="text/javascript">
    <!--
    // Main vBulletin Javascript Initialization
    vBulletin_init();
    //-->
    </script>
    <!-- (C) stat24 / forum -->

    <td class="tfoot" align="$stylevar[right]" width="100%"> - edycja tego nie działa.



  2. #2
    Marek jest nieaktywny Banned
    Dołączył
    May 2008
    Przegląda
    Where my hat is
    Posty
    0
    Przydatne posty
    26

    Domyślnie

    Każdy kto ma zainstalowany u siebie vBulletin ma także kod stopki więc takie wklejanie kodu nie ma sensu. Nie sprecyzowałeś za to co chcesz usunąć ze stopki by ją zmniejszyć.


Podobne wątki

  1. Zmiana stopki
    By QusQ in forum Pytania i problemy
    Odpowiedzi: 1
    Ostatni post / autor: 27.01.2011, 01:37
  2. Usunięcie wpisu ze stopki ...
    By Mind in forum Pytania i problemy
    Odpowiedzi: 2
    Ostatni post / autor: 07.02.2010, 00:21
  3. Kolor stopki - zmiana
    By uzin2 in forum Pytania i problemy
    Odpowiedzi: 3
    Ostatni post / autor: 07.08.2008, 00:10
  4. Edycja stopki
    By connect in forum Pytania i problemy
    Odpowiedzi: 2
    Ostatni post / autor: 08.07.2008, 13:58
  5. Usuwanie ze stopki
    By makaveli23 in forum Pytania i problemy
    Odpowiedzi: 3
    Ostatni post / autor: 03.02.2008, 05:10
Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67