Jump to content

Помогите с боковой панель.

Featured Replies

Здравствуйте. Как перенести боковую панель на Flatty 2.0 c левой стороны в правую. 

Спойлер

112.jpg

 

Link to comment
https://ipbmafia.ru/topic/14058-pomogite-s-bokovoj-panel/
Share on other sites

egoriodo, я сам не пробовал еще. но вроде подсказали как. так что пробуй. а я пока не дома. с планшета я. через час буду дома и буду пробовать.

Спойлер



Админ Панель-Внешний вид-Ваш стиль-Список форумов-boardIndexTemplate найти:

<divid='board_index' class='ipsLayout <iftest="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withright</if>ipsLayout_largeright clearfix <iftest="sidebarclosed:|:IPSCookie::get('hide_sidebar') =='1'">no_sidebar</if>'>

Заменить на:

<divid='board_index' class='ipsLayout <iftest="sideBarEnabledL:|:$this->templateVars['sidebar_enabled']">ipsLayout_withleft</if> ipsLayout_largeleft clearfix <if test="sidebarclosed:|:IPSCookie::get('hide_sidebar') == '1'">no_sidebar</if>'>

Найти:

<div id='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>

Заменить на:

<div id='index_stats' class='ipsLayout_leftclearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>

Админ Панель-Внешний вид-Ваш стиль-css-ipb_styles.css найти:

.ipsLayout_content {float: left;width: 100%;} 

Заменить на:

.ipsLayout_content {float: right;width: 100%;}

Найти:

#board_index.no_sidebar {padding-right: 0;}

Заменить на:

#board_index.no_sidebar {padding-left: 0;}

Найти:

#toggle_sidebar {-moz-transition: all 0.4s ease-in-out 0s;background: none repeat scroll 0 0 #333333;border-radius: 4px 4px 4px 4px;color: #FFFFFF;right: -3px;opacity: 0.5;padding: 0 3px;position: absolute;top: -6px;z-index: 8000;}

Заменить на:

#toggle_sidebar {-moz-transition: all 0.4s ease-in-out 0s;background: none repeat scroll 0 0 #333333;border-radius: 4px 4px 4px 4px;color: #FFFFFF;left: 1px;opacity: 0.5;padding: 0 3px;position: absolute;top: -6px;z-index: 8000;}

 

 

Link to comment
https://ipbmafia.ru/topic/14058-pomogite-s-bokovoj-panel/?&do=findComment&comment=104384
Share on other sites

egoriodo, у меня все получилось. я в ксс ничего не менял. а просто в коде сменил слева на право.

вот этот код.

Спойлер

Админ Панель-Внешний вид-Ваш стиль-Список форумов-boardIndexTemplate найти:

<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='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>

 

 

а в самом CSS не трогал ничего. и получилось отлично.

Спойлер

5656.png

 

Link to comment
https://ipbmafia.ru/topic/14058-pomogite-s-bokovoj-panel/?&do=findComment&comment=104393
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.