• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
Strona 1 z 2 12 OstatniOstatni
  1. #1
    Awatar Flangerious
    Flangerious jest nieaktywny Stały bywalec
    Dołączył
    Oct 2008
    Przegląda
    Radom
    Posty
    281

    Domyślnie Poszerzenie stylu

    Witam, czy mógłby mi ktoś poszerzyc skin załączony w temacie? Próbowałem w All styles... ale żadna wartość nie chce go poszerzyć. Zależy mi na ok 85-90% szerokości tylko by nie rozjechały się tabele.

    Jeśli potrzebne, dodam obrazki.
    Załączone pliki Załączone pliki



  2. #2
    Seba jest nieaktywny Advanced Member
    Dołączył
    Feb 2009
    Posty
    1 059
    Przydatne posty
    44

    Domyślnie

    Zmiana szerokości w "style vars" nie pomaga ?
    Profesjonalne modyfikacje vBulletin oraz style - gg 1981480 badz PW


  3. #3
    Awatar Flangerious
    Flangerious jest nieaktywny Stały bywalec
    Dołączył
    Oct 2008
    Przegląda
    Radom
    Posty
    281

    Domyślnie

    Nie pomaga, w załączniku domyślne dane
    Załączone obrazki Załączone obrazki


  4. #4
    Seba jest nieaktywny Advanced Member
    Dołączył
    Feb 2009
    Posty
    1 059
    Przydatne posty
    44

    Domyślnie

    Edytuj szablon header, tam będzie szerokość.
    Profesjonalne modyfikacje vBulletin oraz style - gg 1981480 badz PW


  5. #5
    Awatar Flangerious
    Flangerious jest nieaktywny Stały bywalec
    Dołączył
    Oct 2008
    Przegląda
    Radom
    Posty
    281

    Domyślnie

    Gdzie to dokładnie jest? Ja tam nic nie widze..


  6. #6
    Seba jest nieaktywny Advanced Member
    Dołączył
    Feb 2009
    Posty
    1 059
    Przydatne posty
    44

    Domyślnie

    Wklej tu całą zawartość header'a.
    Profesjonalne modyfikacje vBulletin oraz style - gg 1981480 badz PW


  7. #7
    Awatar Flangerious
    Flangerious jest nieaktywny Stały bywalec
    Dołączył
    Oct 2008
    Przegląda
    Radom
    Posty
    281

    Domyślnie

    Kod php:
    <!-- logo -->
    <
    a name="top"></a>
    <!-- 
    header -->
    <
    div id="header"><div class="wrapper">
    <
    div class="logo">
        <
    td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]border="0" alt="$vboptions[bbtitle]/></a></td>
    </
    div>
        <
    div class="memberBox">
            <
    div class="loginBox">
    <if 
    condition="$show['member']">
        <
    div class="memberInfo">
            <
    small><phrase 1="$bbuserinfo[username]2="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[welcome_x_link_y]</phrase> &nbsp; &nbsp;
    [ <
    a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')">$vbphrase[log_out]</a> ]


            
                    <if 
    condition="$show['notifications']">
                <
    div><span id="notifications"><a href="usercp.php$session[sessionurl_q]">$vbphrase[your_notifications]:</a> <strong>$notifications_total</strong></span></div>
                <if 
    condition="$show['popups']">
                    <
    script type="text/javascript"vBmenu.register("notifications"); </script>
                <else />
                    <script type="text/javascript" src="clientscript/vbulletin_notifications_nopopups.js?v=$vboptions[simpleversion]"></script>
                    <script type="text/javascript"> vBulletin.register_control("vB_Notifications_NoPopups", "notifications");  </script>
                </if>
            <else /><if condition="$show['pmstats']">
                <div><phrase 1="$vbphrase[unread_x_nav_compiled]" 2="$vbphrase[total_x_nav_compiled]" 3="$session[sessionurl_q]">$vbphrase[private_messages_nav]</phrase></div>
            </if></if>

            <if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if>
        </div></small>
    <else />
            <!-- login form -->
            <form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, $show[nopasswordempty])">
            <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=$vboptions[simpleversion]"></script>
                            <div class="loginBoxInput" style="padding-right:4px;">
                                <input type="text" class="logininput" name="vb_login_username" id="navbar_username" accesskey="u" tabindex="101" value="$vbphrase[username]" onfocus="if (this.value == '$vbphrase[username]') this.value = '';" onblur="if (this.value == '') this.value = '$vbphrase[username]';" />
                                    </div>
                            <div class="loginBoxInput">
                                <input type="password" class="logininput" name="vb_login_password" id="navbar_password" accesskey="u" tabindex="101" value="********" onfocus="if (this.value == '********') this.value = '';" onblur="if (this.value == '') this.value = '********';" />
                            </div>

                            <span class="loginButton">
                            <input type="image" src="/images/styles/WJunction/header/goButton.gif" value="$vbphrase[log_in]" tabindex="104" title="$vbphrase[enter_username_to_login_or_register]" accesskey="s" />
                            </span>
            <input type="hidden" name="s" value="$session[sessionhash]" />
            <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
            <input type="hidden" name="do" value="login" />
            <input type="hidden" name="vb_login_md5password" />
            <input type="hidden" name="vb_login_md5password_utf" />
            </form>
            <!-- / login form -->
    </if>
    </div>

                </div>

            </div></div>

    <!-- /header -->
    <!-- Main Section -->

            <div id="subBar"><div class="wrapper">
                <div class="subSpace">


    <!--1607-1602-->
    <a href="#" target="_blank"
    style="background:#000 url(http://i40.tinypic.com/2quoqab.gif);"><span>Regulamin</span></a>

    <!--0908-0909-->
    <a href="#" target="_blank"
    style="background:#000 url(http://i40.tinypic.com/2quoqab.gif);"><span>Your Ad Here</span></a>

    <!--0105-0209-B-->

    <a href="#" target="_blank"
    style="background:#000 url(http://i40.tinypic.com/2quoqab.gif);"><span>Your Ad Here</span></a>

        <!--0209-0211-->
        <!--<a href="#" target="_blank"
        style="background:#000 url(http://i40.tinypic.com/2quoqab.gif);"><span>Your Ad Here</span></a>-->

    <!--0907-0909-->
    <a href="#" target="_blank"
    style="background:#000 url(http://i40.tinypic.com/2quoqab.gif);"><span>Your Ad Here</span></a>

    <!--0808-0903-->
    <a href="#" target="_blank"
    style="background:#000 url(http://i40.tinypic.com/2quoqab.gif);"><span>Your Ad Here</span></a>


    <!--<a href="showthread.php?t=6028" target="_blank"
    style="background:#000 url(http://i40.tinypic.com/2quoqab.gif);"><span>Your Ad Here</span></a>-->

                </div>
            </div></div>
            <div id="contentMain"><div class="contentWrapper">
    <!-- /Main Section -->


    <!-- content table -->
    $spacer_open

    $_phpinclude_output

    $ad_location[ad_header_end] 


  8. #8
    Awatar RadioErewan
    RadioErewan jest nieaktywny Advanced Member
    Dołączył
    Feb 2009
    Posty
    324
    Przydatne posty
    1

    Domyślnie

    Jeżeli to jest styl WJunction, to .contentWrapper ma stałą szerokość i trezba ją zmienić na %.

    Pozdrawiam
    Radosław "Radio Erewan" Przybył http://forum.olympusclub.pl; http://www.fototv.pl
    Dołącz do grupy Polska na http://www.vbulletin.com/forum/group.php?groupid=777


  9. #9
    Awatar Flangerious
    Flangerious jest nieaktywny Stały bywalec
    Dołączył
    Oct 2008
    Przegląda
    Radom
    Posty
    281

    Domyślnie

    Tak to jest WJunction, edytuje ContentWrapper ale niestety nie widać zmian

    Kod php:
    /* Page Wrapper
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    .wrapper{
        
    width:906px;
        
    margin:auto;
    }
    .
    contentWrapper {
        
    width:80%;
        
    margin:auto;
        
    padding:25px 0;
    }
    /* Content 
    Wrapper też edytuje i nic


    @// Działa, zly skin edytowałem, pozdrawiam
    Ostatnio edytowane przez Flangerious ; 08.11.2009 o 20:01


  10. #10
    Awatar RadioErewan
    RadioErewan jest nieaktywny Advanced Member
    Dołączył
    Feb 2009
    Posty
    324
    Przydatne posty
    1

    Domyślnie

    Cytat Zamieszczone przez Flangerious Zobacz posta
    Tak to jest WJunction, edytuje ContentWrapper ale niestety nie widać zmian

    @// Działa, zly skin edytowałem, pozdrawiam
    Nie wiem dlaczego sporo uczestników dyskusji wstydzi się pokazywać linki.
    Ten problem mozna było rozwiązac od ręki. Jest sobie taki plugin do firefoxa, co się nazywa firebug. Znalezienie elementu odpowiedzialnego za dany fragment layoutu na żywej stronie zajmuje 10 sekund...

    Pozdrawiam
    Radosław "Radio Erewan" Przybył http://forum.olympusclub.pl; http://www.fototv.pl
    Dołącz do grupy Polska na http://www.vbulletin.com/forum/group.php?groupid=777


Strona 1 z 2 12 OstatniOstatni

Podobne wątki

  1. Poszerzenie tabeli
    By Flangerious in forum Pytania i problemy
    Odpowiedzi: 17
    Ostatni post / autor: 04.12.2009, 18:04
  2. Poszerzenie tabelki i podmiana ikon
    By James in forum Style
    Odpowiedzi: 2
    Ostatni post / autor: 23.06.2009, 18:39
  3. Poszerzenie belek / ostatni temat
    By just in forum Pytania i problemy
    Odpowiedzi: 2
    Ostatni post / autor: 16.12.2008, 22:54
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