Сайдбар с левой стороны.
1. Редактирование шаблона boardIndexTemplate
- Находим
- Вырезаем и переносим выше
<div id='categories' class='ipsLayout_content clearfix'>
Класс
ipsLayout_right заменяем на
ipsLayout_left
- Находим
<div id='board_index' class='ipsLayout <if test="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if> ipsLayout_largeright clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'>
и заменяем на
<div id='board_index' class='ipsLayout <if test="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withleft</if> ipsLayout_largeleft clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'>
2. Редактирование ipb_styles.css
- Находим
#board_index.no_sidebar { padding-right: 0px; }
#board_index.force_sidebar { padding-right: 280px; }
padding-right заменяем на
padding-left
- Находим
#toggle_sidebar {
position: absolute;
right: -5px;
right заменяем на
left