BattleGear 3.7.4 Updated by Filez

GgAcE

New Member
Yea I am sorry for abandoning this... I actually lost track of it & didn't see it again until now.

My apologies & nice work Patchy.
 

w5a

New Member
Open header and remove these, your skin will look normal

<table cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td class="sidebar">
<div class="sidebar_cat">Navigation</div>
<div class="sidebar_menu"><a href="#">LEAGUES</a></div>
<div class="sidebar_menu"><a href="#">TOURNAMENT NEWS</a></div>
<div class="sidebar_menu"><a href="#">FORUMS</a></div>
<div class="sidebar_menu"><a href="#">SEARCH</a></div>
<div class="sidebar_menu"><a href="#">ADVERTISE</a></div>
<div class="sidebar_cat">Members Area</div>
<div class="sidebar_menu"><a href="#">MY TEAMS</a></div>
<div class="sidebar_menu"><a href="#">MY ACCOUNT</a></div>
<div class="sidebar_menu"><a href="#">MY MESSAGES</a></div>
<div class="sidebar_menu"><a href="#">SUPPORT</a></div>
<div class="sidebar_cat">Sponsors</div>
<div class="sidebar_content">
<br />
<div align="center">
<a href="#"><img src="$stylevar[imgdir_misc]/vbsw125.jpg" alt="" border="0" /></a></div>
</div>
<div class="sidebar_cat">Match of the week</div>
<div class="sidebar_content" align="center">
<strong>Gears of war:</strong> <a href="#">The clan</a><br />
Click to watch Video
</div>
</td>
<td class="content">

<div class="forumlinks">
<a href="$vboptions[forumhome].php$session[sessionurl_q]">Forum Index</a> &nbsp; - &nbsp;
<if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]">User CP</a> &nbsp; - &nbsp;</if>
<a href="memberlist.php$session[sessionurl_q]">Member List</a> &nbsp; - &nbsp;
<a href="search.php?$session[sessionurl]do=getnew">New Posts</a> &nbsp; - &nbsp;
<a id="navbar_search" href="search.php$session[sessionurl_q]">Search</a> &nbsp; - &nbsp; <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search", 1); </script></if>
<if condition="$show['member']"><a id="usercptools" href="$show[nojs_link]#usercptools">Quick Links</a> &nbsp; - &nbsp; <script type="text/javascript"> vbmenu_register("usercptools", 1); </script></if>
<if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]">Logout</a></if>
<if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></if>
</div>

<div style="padding:4px">

<!-- content table -->
 

w5a

New Member
its not a bad skin, but still its a shitty skin, vb skins are for kids, they are not gr8 for pro forums..
 

AWC108

New Member
Patchy said:
Fresh install - and the scrollbar appears at the bottom.

88619563oz6.jpg


Then I edited the main css, that's all.

Style Manager > BattleGear > Main CSS > Body (Customized in this Style) > Extra CSS Attributes:

margin: -6px; ---> change it to 0px
padding: 0px;

87449808xq1.jpg


After that no bottom scrollbar.

33505975ba6.jpg

what do I do if I have this message when I go and try to save the edited CSS?
Code:
Required variables have gone missing and execution can not continue. Please try again.

This error can sometimes occur as a result of Suhosin / Hardened PHP being installed on your server. If you know that you have Suhosin running and you have access to the PHP configuration, try increasing the value of the following variables:

    * php_value suhosin.post.max_vars
    * php_value suhosin.request.max_vars
 
Top