The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help me move sidebar
I want to move up as shown in figure sidebar. Thank
|
#2
|
|||
|
|||
You will need to give a link so others can get the code in case you have custom coding
|
#3
|
|||
|
|||
I use the default style. Help me with default style pls
|
#4
|
|||
|
|||
I am not a skin coder wait for one to reply and what vb version are you using
|
#5
|
|||
|
|||
vb version 4.2.2
|
#6
|
||||
|
||||
You want it to kinda look like XenForo where its directly under the header and the breadcrumbs are to the left of it? Be sure to make a backup before starting just in case.
You will need to edit two templates. FORUMHOME & navbar. To do this do the following: 1. Login to your AdminCP. 2. Scroll down on the left side and find Styles & Templates > Style Manager. Click on the Style Manager link. 3. Find the style you want to edit in the list and click the drop down menu on the far right and choose "Edit Templates" That list of templates in the box is where you will find the templates that I stated. 4. Find the template you need to edit & double click on it to open it, then do your edit and save. To accomplish that try the following: Open your FORUMHOME template and find: Code:
<vb:if condition="$show['sidebar']"> <div id="content_container" class="{vb:raw $sidebar_class} <vb:if condition="$show['sidebarposition'] == 'left'">contentright</vb:if>"> <div id="content" <vb:if condition="$sidebar_class">class="{vb:raw $sidebar_class}"</vb:if>> </vb:if> Code:
<div class="body_wrapper"> Code:
<div class="body_wrapper"> <vb:if condition="$show['sidebar']"> <div id="content_container" class="{vb:raw $sidebar_class} <vb:if condition="$show['sidebarposition'] == 'left'">contentright</vb:if>"> <div id="content" <vb:if condition="$sidebar_class">class="{vb:raw $sidebar_class}"</vb:if>> </vb:if> |
Благодарность от: | ||
Easy5s.net |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|