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

  • Author
22 минуты назад, WOLF сказал:

сами по себе они не будут вылезать, смотрите код где вы в последний раз ковыряли 

 я только этот код ковырял... может подскажете что не так?

вот различия шаблонов. зеленый - добавлено  красный - удалено

 

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

.bbcode_hilight {
    background-color: yellow;
}

.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: #E4EBF2 url(http://vmagie.com/public/style_images/master/editor/toolbar_bg.png) repeat-x !important;
}

/* Normal STD */
.cke_skin_ips textarea.cke_source {
    /* removed as causes pasted text to appear on one line: white-space: pre-line !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 #D5DDE5 !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 #D5DDE5 !important;
    background-color: #E4EBF2 !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: #d5dde5 !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: #86caff !important;
}

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

/* Button separator */
.cke_skin_ips .cke_separator
{
    border-left:solid 1px #D5DDE5;
    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: #2c5687 url(http://vmagie.com/public/style_images/master/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: 20000 !important;
}

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

/* Dialog Title close button */
.cke_skin_ips .cke_dialog_close_button
{
    background: transparent url(http://vmagie.com/public/style_images/master/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
{
    position:position: relative;
    
    text-align:


text-align: center;
    overflow:
overflow: auto;
    margin:
margin: 0px auto 0px auto;
    padding:
padding: 4px 24px 4px 24px;
    min-width:
min-width: 600px;
    width:
width: 75%;
    height: 32px;
    border:

height: 100px;
border:
 1px solid #D5DDE5;
    -moz-border-radius:
-moz-border-radius: 3px;
    -webkit-border-radius:
-webkit-border-radius: 3px;
    border-radius:
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 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px 0 0 #eff3f8, 0px 2px 3px rgba(0,0,0,0.2);
    
    background: #E4EBF2;
    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(http://vmagie.com/public/style_images/master/editor/next.png) no-repeat;
        background-position: 0px 10px;
        display: inline-block;
        /*float: right;
        position: relative;
        right: -20px;*/
        position: absolute;
        right: 5px;
        top: 4px;
        width: 13px;
        height: 30px;
        cursor: pointer;
    }
    
    .ipsSmileyTray .ipsSmileyTray_prev {
        background: transparent url(http://vmagie.com/public/style_images/master/editor/prev.png) no-repeat;
        background-position: 0px 10px;
        display: inline-block;
        /*position: relative;
        left: -20px;
        float: left;*/
        position: absolute;
        left: 5px;
        top: 4px;
        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;
    }
///#ips_x_smile_show_all {display:none}///

/* Dialogs */
.cke_dialog.cke_single_page td.cke_dialog_contents {
    height: auto !important;
}

.cke_dialog .cke_dialog_ui_textarea { height: 130% !important }
    
/* ACP Specific */
table.cke_editor td { padding: 0px !important; }

 

 

 

  • Author
1 минуту назад, Axeland сказал:

Мб и ссылочку на сайт для полного счастья выложите? 

vmagie.com

может есть где нибудь настройка по сколько смайлов выводить в окне смайлов?

  • Author

короче никто тут не знает ккак это исправить!)

все что я менял я заменил на дефольт и ничего не изменилось. всеравно выступают смайлики.

раньше они не выступали потому что их в наборе было 10 штук. а я еще 150 добавил. вот и начали выступать. хоть бы написали что не можем помочь... молчуны... я ведь жду.

2 минуты назад, ssslllaaa сказал:

хоть бы написали что не можем помочь... молчуны... я ведь жду.

не пишут значит не знают, или не хотят отвечать. тут вам никто ничего не обязан 

8 часов назад, ssslllaaa сказал:

короче никто тут не знает ккак это исправить!)

все что я менял я заменил на дефольт и ничего не изменилось. всеравно выступают смайлики.

раньше они не выступали потому что их в наборе было 10 штук. а я еще 150 добавил. вот и начали выступать. хоть бы написали что не можем помочь... молчуны... я ведь жду.

Ну так чат для гостей открыли бы. Регаться то лень, может кто да помог бы

  • Author
5 часов назад, WOLF сказал:

только в чате так вылезает? 

да

2 часа назад, ro-avde сказал:

Ну так чат для гостей открыли бы. Регаться то лень, может кто да помог бы

щас сделаю тестовый вход

сделал

логин и пароль test

  • Author
1 час назад, WOLF сказал:

пробуй переустановить чат 

переустановка помогла, но только потому что значения тут стали на место... как я их раньше не мог найти....... выставил 999 в соответствующую графу, и смайлы начали выводиться так как я и мечтал)

Screenshot_1.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.