Activity Stream
48,167 MEMBERS
62189 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com

    Default IPB 3.x (3.0.5) - Sidebar on left side

    How do you easily move the sidebar on IPB boards to the left side instead of the right side. I want to experiment to see which one's I like better.

    is it a float setting in one of the template files or does it require file edits in the php files?
    Golden Falcon Reviewed by Golden Falcon on . IPB 3.x (3.0.5) - Sidebar on left side How do you easily move the sidebar on IPB boards to the left side instead of the right side. I want to experiment to see which one's I like better. is it a float setting in one of the template files or does it require file edits in the php files? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Banned
    Website's:
    ipbsource.com
    ACP>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

  4.     
    #3
    Member
    Website's:
    iGotMusic.org NitroRoms.com GamersFire.com
    Thanks, it works perfectly!

  5.     
    #4
    Probation
    Hello everyone here

    is there anyone who know sthat how to make sidebar shown on every page please?

    IPB 3.0.5

    thanks!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Left Sidebar or Right Sidebar
    By EsotorisK in forum Polling Plaza
    Replies: 18
    Last Post: 29th Jun 2012, 03:02 AM
  2. [WTB] Left side vertical banner spaces.
    By Sp32 in forum Traffic Market (Buy, Sell and Trade)
    Replies: 7
    Last Post: 10th Mar 2012, 10:14 AM
  3. Replies: 1
    Last Post: 25th Dec 2011, 11:40 PM
  4. [Selling] Banner/Text Links [Header/Right/Left Sidebar]
    By hoster80 in forum Completed Transactions
    Replies: 0
    Last Post: 8th Jul 2011, 09:23 AM
  5. A Side-by-Side Comparison of PPD Rates For FileSonic and 8 Others
    By [ACE] Diamond in forum File Host Discussion
    Replies: 31
    Last Post: 24th Apr 2011, 02:41 PM

Tags for this Thread

BE SOCIAL