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

  • Replies 184
  • Просмотров 28,1k
  • Created
  • Последний ответ

Лучшие авторы в теме

Most Popular Posts

  • После установки ЧАТА, рекомендую проделать следующие манипуляции: 1) Убираем заезд букв за смайлик: В поиск вбиваем .bimcb_chatInput 2) Выравниваем Х, меняем цвет на белый: В поиск вбиваем

  • А теперь идете в админ центре Сообщество - Чат. Настраиваете его и права. А потом идем на форум, жмем боковую стрелку и перетаскиваем чат куда надо

  • Как известно - стили от IPSFocus довольно сильно изменены и чат в них порой выглядит "ниочинь" (мягко говоря). Переделал внешний вид чата так, что на стиле Shift выглядеть стало неплохо, да и на

Posted Images

3 часа назад, IAF сказал:

Права в АЦ попробуйте настроить для чата.

там все включено, пробовал перезапускать но безрезультатно!

37 минут назад, Just_kai сказал:

все ясно с тех поддержкой

Скрины настроек покажите... Кэш в админке пробовали чистить после установки чата? (иногда помогает :) )

1 минуту назад, Redneck сказал:

Скрины настроек покажите... Кэш в админке пробовали чистить после установки чата? (иногда помогает :) )

попробовал переустановить форум с нуля, даже русификатор не садится ошибка :

Sorry, you do not have permission for that!

1S111/1 XMLReader::readString(): /tmp/IPS4ikrkt:841: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xD0 0xB8 0x20 0xD0

и с чатом та же самая ошибка 

К сожалению, возникла проблема

You don't have permission to chat.

Код ошибки: 2D161/2

В 26.05.2016 в 20:54, Just_kai сказал:

попробовал переустановить форум с нуля, даже русификатор не садится ошибка :

Sorry, you do not have permission for that!

1S111/1 XMLReader::readString(): /tmp/IPS4ikrkt:841: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xD0 0xB8 0x20 0xD0

и с чатом та же самая ошибка 

К сожалению, возникла проблема

You don't have permission to chat.

Код ошибки: 2D161/2

Вам сюда http://ipbmafia.ru/topic/13766-problema-s-russkoy-lokalizaciey-418

 

Перейти ACP - Customization -> Theme - ваш скинь ->  Edit HTML and CSS -> CSS -> bimchatbox -> chatbox.css  и найти:

Спойлер

.cbTitle {
	height: 40px; color: #fff; line-height: 30px;
}

 

Изменит на :

Спойлер

.cbTitle {
    height: 40px;
    color: ваш цвет;
    line-height: 30px;
}

 

 

8 минут назад, Silence сказал:

Перейти ACP - Customization -> Theme - ваш скинь ->  Edit HTML and CSS -> CSS -> bimchatbox -> chatbox.css  и найти:

 

нет такого 

 

Спойлер



#chatboxWrap {
	height: 300px; 
	overflow-y: scroll;
	resize: vertical;
}

.bimcb_chatArea {
	/*padding: 4px; background: #fff; */
}

#cbInput_container { position:relative; padding:0; margin:0; }
#input_img, #elEmoticons_chatbox { position:absolute; bottom: 6px; right: 80px; padding: 0 10px 0 10px !important; height: 26px !important; line-height: 24px !important; }
#chat_button { position:absolute; bottom: 6px; right: 5px; padding: 0 10px 0 10px !important; height: 26px !important; line-height: 24px !important;}


.cbDisconnect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: #fff;
	opacity: 0.8;
}
.cbDisconnectMSG {
	text-align: center;
}

.bimcb_chatInput {
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 2px;
	height: 36px;
	padding: 8px 90px 8px 8px !important;
	border: none !important;
	background: transparent;
}
#cbInput_container input{
	margin: 0px !important;
}

#cbInput_container input:focus {
	border: none !important;
	outline: 0 !important;
}

.bimcb_editform {
	width: 100% !important;
	max-width: 100% !important;
}

.cbEmoList {
	float: left; 
	width: 55px; 
	height: 55px; 
	text-align: center;
}

.cbEmoList img {
	cursor: pointer; cursor: hand;
}

#elChatbox {
  background: {theme="section_title"};
  color: {theme="section_title_font"};
}	

#elChatboxBar > li > a {
	color: #000;
}
	#elChatboxBar > li > a:not( .ipsTabs_activeItem ) {
		background: rgba(225,225,225,0.2);
		color: {theme="section_title_font"};
	}

.cbTabSmall { font-size: 12px !important; padding-right: 8px !important; padding-left: 8px !important; }

.ipsWidget.ipsWidget_horizontal[data-blockid^="app_bimchatbox"] {
	padding: 5px !important;
}

.ipsWidget.ipsWidget_horizontal div[data-controller="bimChatBoxMain"] {
	margin-top: -20px;
}

@media screen and (max-width: 767px) {
	#elChatboxBar > li > a:not( .ipsTabs_activeItem ) {
		color: #52585f;
		background: #fff;
	}

	#elChatboxBar {
		margin-right: 150px;
		font-size: 13px !important;
	}	

	#elChatboxBar a { font-size: 13px !important; }
	
	#cbexpandTabs
	{
		margin-right: 150px !important;
		left: 100px !important;
	}	
}

.manaButtonSmall a { color: #fff; line-height: 30px; }


 

 

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.