Jump to content
Дизайн и модификация Invision Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Fisana

IPB 3.2-3.4 IBR Skin

Recommended Posts

Попробуйте заменить код ipb_ckeditor.css этим

/***************************************************************/
/* IP.Board 3.2 Editor CSS                                        */
/* ___________________________________________________________ */
/* By Matt Mecham					                            */
/***************************************************************/
/* Styles for the editor (colors in main css) */
/***************************************************************/

.as_content {
background: #fff;
font-size: 1.0em;
border: 1px solid black;
padding: 6px;
margin: 8px;
overflow: auto;
max-height: 400px;
}
.as_buttons {
text-align: right;
padding: 4px 0px;
}
.as_message {
display: inline-block;
}

.ipsEditor_textarea
{
width: 99%;
height: 200px;
   font-size: 14px;
}

.cke_browser_webkit {outline:none !important;}

/* Main tool bar BG */
.cke_top
{
background: #e4e4e4 url({style_images_url}/editor/toolbar_bg.png) repeat-x !important;

}

/* Minimized RTE */
.cke_skin_ips .cke_wrapper.minimized { 
   opacity: 0.6 !important;
   background: none !important;
   border: none !important;
}

/* Minimized STD */
.cke_skin_ips .cke_wrapper.minimized.std { border: 2px solid #d2d7df !important; }

/* Main Editor wrapper */
.cke_skin_ips { margin-bottom: 0px !important; }

.cke_skin_ips .cke_wrapper
{
padding: 0px 5px 0px 3px !important;
border: 2px solid #d2d7df !important;
background-color: #E4E4e4 !important;
background-image: none !important;
}

/* OFF state for editor buttons */
.cke_skin_ips .cke_toolgroup
{
background-color: transparent !important;
}

/* HOVER 'off' button */
.cke_skin_ips .cke_button a:hover,
.cke_skin_ips .cke_button a:focus,
.cke_skin_ips .cke_button a:active	/* IE */
{
background-color: #fff !important;
}

/* HOVER 'on' button */
.cke_skin_ips .cke_button a:hover.cke_on,
.cke_skin_ips .cke_button a:focus.cke_on,
.cke_skin_ips .cke_button a:active.cke_on	/* IE */
{
background-color: #cbc3ed !important;
}

/* Button group */
.cke_skin_ips .cke_toolgroup
{
margin-right: 0px !important;
}

/* Button separator */
.cke_skin_ips .cke_separator
{
border-left:solid 1px #d2d7df;
display:inline-block !important;
float:left;
height:30px;
margin:0px 2px;
}

/* DIALOG: Modal blind */
.cke_dialog_background_cover
{
background-color: #3e3e3e !important;
}

/* DIALOG: Title - based on .maintitle */
.cke_skin_ips .cke_dialog_title
{
background: #555 url({style_images_url}/maintitle.png) repeat-x top !important;
color: #fff !important;
padding: 10px 10px 11px !important;
font-size: 16px !important;
font-weight: 300 !important;
text-shadow: 0 1px 2px rgba(0,0,0,0.3);
font-weight: normal;
}

/* Dialog: Body */
.cke_skin_ips .cke_dialog_body {
z-index: 10000 !important;
}

/* Dialog tab bg (will usually match dialog title) */
.cke_skin_ips .cke_dialog_tabs {
background: #5b3f7d !important;
}

/* Dialog Title close button */
.cke_skin_ips .cke_dialog_close_button
{
background: transparent url({style_images_url}/close_popup.png) no-repeat top left !important;
width: 13px !important;
height: 13px !important;
top: 11px !important;
right: 10px !important;
}

/* Dialog OK / Cancel buttons - based on ipsButton_secondary*/
.cke_skin_ips span.cke_dialog_ui_button
{
height: 22px !important;
line-height: 22px !important;
font-size: 12px !important;
color: #7c7c7c !important;
padding: 0 10px !important;
background: #f6f6f6 !important;
background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%) !important; /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)) !important; /* webkit */
border: 1px solid #dbdbdb !important;
-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3) !important;
-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3) !important;
box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3) !important;
-moz-border-radius: 3px !important;
-webkit-border-radius: 3px !important;
border-radius: 3px !important;
color: #616161 !important;
display: inline-block !important;
white-space: nowrap !important;
}


/* Turn off resizer */
.cke_skin_ips .cke_dialog_footer .cke_resizer { display: none; }

/* Emo slide out tray */
.ipsSmileyTray
{
text-align: center;
overflow: auto;
margin: 0px auto 0px auto;
padding: 4px 4px 4px 4px;
min-width: 600px;
width: 75%;
height: 32px;
border: 1px solid #d2d7df;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;

-moz-border-radius-topleft: 0px;
-webkit-border-radius-topleft: 0px;
border-top-left-radius: 0px;

-moz-border-radius-topright: 0px;
-webkit-border-radius-topright: 0px;
border-top-right-radius: 0px;

border-top: 0px;
-moz-box-shadow: inset 0 1px 0 0 #eee, 0px 2px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 1px 0 0 #eee, 0px 2px 3px rgba(0,0,0,0.2);
box-shadow: inset 0 1px 0 0 #eee, 0px 2px 3px rgba(0,0,0,0.2);

background: #e4e4e4;
overflow-y: hidden;
}
.ipsSmileyTray img.bbc_emoticon {
	opacity: 0.8;
	cursor: pointer;
	margin: 6px 3px 0px 3px;
	max-width: 30px;
	max-height: 30px;
 }
 	.ipsSmileyTray img.bbc_emoticon:hover {
		opacity: 1.0;
 	}

.ipsSmileyTray .ipsSmileyTray_next {
	background: transparent url({style_images_url}/editor/next.png) no-repeat;
	background-position: 0px 10px;
	display: inline-block;
	float: right;
	position: relative;
	right: -20px;
	width: 13px;
	height: 30px;
	cursor: pointer;
}

.ipsSmileyTray .ipsSmileyTray_prev {
	background: transparent url({style_images_url}/editor/prev.png) no-repeat;
	background-position: 0px 10px;
	display: inline-block;
	position: relative;
	left: -20px;
	float: left;
	width: 13px;
	height: 30px;
	cursor: pointer;
}

   .ipsSmileyTray_all {
       display: block;
       width: auto;
       margin: 3px auto 0px auto;
       text-align: center;
       cursor: pointer;
       font-size: 10px !important;
   }

/* ACP Specific */
table.cke_editor td { padding: 0px !important; }

 

700К - это ИМХО очень много на 30 постов. Картинки надо сжимать. Для показа багов высокое качество не нужно.

 

Увеличила всем пользователям лимит до 1000, но размер вложений к посту уменьшила до 50 (было 200). Потому что картинки с показом багов больше 50 кб загружать неприлично.

Share this post


Link to post

поменял, но баг остался, все так же без изменений.

post-41225-0-35046000-1333539636_thumb.jpgpost-41225-0-01689800-1333539652_thumb.jpg

На втором рисунке как должно быть.

Edited by BertT

Share this post


Link to post

.ipsSmileyTray 
{ 
*******
height: 32px;

 

32 замените на 60

Share this post


Link to post

Проблема решена, спасибо!

На всех трех скинах в ipb_ckeditor.css

было 32 - поменял -60 - теперь все ок!

Edited by BertT

Share this post


Link to post

.ipsSmileyTray

{

text-align: center;

overflow: auto;

margin: 0px auto 0px auto;

padding: 4px 4px 4px 4px;

min-width: 600px;

width: 75%;

height: 32px;

 

Достаточно заменить выделенную строчку на

padding: 4px 24px 4px 24px;

и блок со смайликами будет отображаться корректно.

  • Upvote 2

Share this post


Link to post

.............

Достаточно заменить выделенную строчку на

padding: 4px 24px 4px 24px;

и блок со смайликами будет отображаться корректно.

24рх 24рх 24рх 24рх

Вот так самый лучший вариант получается, в двух первых что выше проблема решается но не видно с права треугольника на прожение просмотра смайликов в этом же окне с прокруткой в права.

Но у меня теперь новая проблема в админ панели невидно кнопку забанить..(Пользователи > Управление пользователями )

открывается окно но нижние надписи не видно.

Подскажите пожалуйста, где это можно исправить.. Может конечно не в тему, но если что всегда можно удалить))

Share this post


Link to post

Вот честно, не знаю ничего про кнопку Забанить :(

Share this post


Link to post

Вот честно, не знаю ничего про кнопку Забанить :(

 

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

А решается все просто, мышкой растягиваем и уменьшаем окно для сообщения забаненному пользователю, вместе с изменением окна меняется и вид всего окна, если все уменьшить по умолчанию, всё ок! Кнопка видна на все 100%.

Share this post


Link to post

Добрый день, после установки ibr skin 3.3.0 в разделе профиль> обо мне выдаёт следующее Error: Could not load template 'tabAboutMe' from group 'profile', пробовал сам руками создать файл tabAboutMe cо следующим содержанием:

<div class='general_box clearfix'>
<h3>{$this->lang->words['pp_tab_aboutme']}</h3>
<div class='ipsPad'>

<if test="$member['pp_about_me']">
{$this->lang->words['pp_about_me']}
</if>
<else />
{$this->lang->words['err_no_aboutme_to_show']}											
</if>	

</div>
</div>
<hr/>
</div>

 

Не помогает. И еще не могу понять откуда вылезли эти "По " post-50816-0-83539300-1337945689_thumb.gif

Заранее спасибо.

Edited by EviL-

Share this post


Link to post

Вы когда устанавливали 3.3.0, скин (версию под 3.3) догадались новый поставить?

Или скин от 3.2 остался?

Share this post


Link to post

Скин установлен после удаления старой версии.

Запустил у себя на денвере, форум 3.1 - tabAboutMe создается.

Если запускать на форуме 3.3.х - эффект отрицательный.

 

П.С "По " отношение к скину не имеет, извините.

Share this post


Link to post

На 3.3 нет вообще tabAboutMe. Этот блок убрали внутрь главной страницы профиля. Но IBR традиционно профукали этот момент и перетащили этот файл из 3.2. В дистрибутиве от IPS этого таба нет.

 

Просто удалите /admin/applications/members/extensions/profileTabs/aboutMe.php и aboutme.conf.php.

  • Upvote 1

Share this post


Link to post

Fisana, скажите пожалуйста, будет ли этот скин работать на IPB 3.3.3?

Share this post


Link to post

Наверное будет.

Share this post


Link to post

Здравствуйте,простите за глупый вопрос,но как вообще ставить дополнительные шаблоны?(скины)скачал скин,а там 3 файла формата xml как ставить не знаю,помогите пожалуйста.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...