Jump to content


How to move sidebar from right to left...


5 replies to this topic

#1 Broni

    Malware Annihilator

  • 24,878 posts
  • Joined: October 04, 2004
  • 1,858 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 11:16 AM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Offline
  • Time Online: 57d 7h 43m 39s

Posted 09 November 2009 - 03:07 AM

ACP>Look & Feel>your_skin>Templates>Board Index>boardIndexTemplate

Find:

Quote

<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:

Quote

<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.

#2 .sin Re: How to move sidebar from right to left...

    Member

  • 63 posts
  • Joined: November 08, 2009
  • 9 topics
  • Age: 21
  • Skin: IP.Board
  • Local time: 06:16 PM
  • Gender:Male
  • Location:Utah
  • Interests:Graphics, guitar, counter strike, skinning
  • OS:Windows Vista
  • Country:
Offline
  • :

Posted 09 November 2009 - 03:50 AM

Thanks for this, Broni, will come in handy im sure :)
Posted Image

My site: http://www.distilledpixels.net

Graphic Arts forum check it out ;)

#3 Turkey Central Re: How to move sidebar from right to left...

    Member

  • 1 posts
  • Joined: October 08, 2010
  • 0 topics
  • Skin: IP.Board
  • Local time: 08:16 PM
  • OS:Windows 7
  • Country:
Offline
  • :

Posted 08 October 2010 - 01:58 PM

How would I move the sidebar completely? I have to re-skin our forum to match the rest of our site, and the sidebar must be completely removed...

#4 Broni Re: How to move sidebar from right to left...

    Malware Annihilator

  • 24,878 posts
  • Joined: October 04, 2004
  • 1,858 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 11:16 AM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Offline
  • Time Online: 57d 7h 43m 39s

Posted 08 October 2010 - 11:23 PM

Welcome aboard Posted Image

Disable/remove all sidebar modules and the sidebar will disappear.

#5 Matt Re: How to move sidebar from right to left...

    Member

  • 14 posts
  • Joined: August 28, 2010
  • 6 topics
  • Skin: IP.Board
  • Local time: 06:16 PM
  • OS:Windows Vista
  • Country:
Offline
  • Time Online: 1h 16m 25s

Posted 10 March 2011 - 08:09 PM

View PostBroni, on 09 November 2009 - 03:07 AM, said:

ACP>Look & Feel>your_skin>Templates>Board Index>boardIndexTemplate

Find:



Change it to:




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.



I tried this and it worked perfectly; but I was left with a big gap between the right edge of the (moved) sidebar and the topic list.

How do I get rid of the gap?

Thanks!

#6 Broni Re: How to move sidebar from right to left...

    Malware Annihilator

  • 24,878 posts
  • Joined: October 04, 2004
  • 1,858 topics
  • Age: 57
  • Skin: IPBoard wide
  • Local time: 11:16 AM
  • Zodiac:Virgo
  • Gender:Male
  • Location:Daly City, CA
  • OS:Windows Vista
  • Country:
Offline
  • Time Online: 57d 7h 43m 39s

Posted 10 March 2011 - 09:31 PM

Can you provide your website address, so I can take a look?





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 8 user(s)