Results 1 to 4 of 4
Threaded View
-
21st Jan 2010, 08:03 PM #2BannedWebsite's:
ipbsource.comACP>Look & Feel>your_skin>Templates>Board Index>boardIndexTemplate
Find:
<div id='index_stats' class='right clearfix' <if test="sidebarclosed2:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>
<foreach loop="side_blocks:$side_blocks as $block">
{$block}
</foreach>
</div>
</if>
<div id='categories' class='<if test="nosidebar:IPSCookie::get('hide_sidebar') == '1' || !$this->templateVars['sidebar_enabled']">no_sidebar< /if> clearfix'>
Change it to:
<div id='index_stats' class='left clearfix' <if test="sidebarclosed2:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>
<foreach loop="side_blocks:$side_blocks as $block">
{$block}
</foreach>
</div>
</if>
<div id='categories' class='<if test="nosidebar:IPSCookie::get('hide_sidebar') == '1' || !$this->templateVars['sidebar_enabled']">no_sidebar< /if>right clearfix'>
Now, we need to move toggle button, which closes and opens sidebar, from the right to the left.
Go ACP>Look & Feel>your_skin>CSS tab>ipb_styles.css
Find:
.sidebar_toggle {
text-align: right;
padding: 0px 3px;
height: 20px;
right: 15px;
position: absolute;
-moz-outline: 0;
and change position value from absolute to left.
Hope this helps
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Left Sidebar or Right Sidebar
By EsotorisK in forum Polling PlazaReplies: 18Last Post: 29th Jun 2012, 03:02 AM -
[WTB] Left side vertical banner spaces.
By Sp32 in forum Traffic Market (Buy, Sell and Trade)Replies: 7Last Post: 10th Mar 2012, 10:14 AM -
Moving user info to left side insteadof top and right
By saini in forum vBulletinReplies: 1Last Post: 25th Dec 2011, 11:40 PM -
[Selling] Banner/Text Links [Header/Right/Left Sidebar]
By hoster80 in forum Completed TransactionsReplies: 0Last Post: 8th Jul 2011, 09:23 AM -
A Side-by-Side Comparison of PPD Rates For FileSonic and 8 Others
By [ACE] Diamond in forum File Host DiscussionReplies: 31Last Post: 24th Apr 2011, 02:41 PM
themaRegister - register to forums...
Version 3.55 released. Open older version (or...