Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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;}

 

 

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

 

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.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.