Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

wizz

Użytkownik
  • Postów

    242
  • Dołączył

  • Ostatnia wizyta

Odpowiedzi opublikowane przez wizz

  1. Licencja umożliwia instalacje testowego forum i tutaj mam pytania,

    czy to forum może być postawione na osobnym serwerze?

    po utworzeniu wszystkiego kupuje licencję wpisuje klucz i wszystko działa normalnie?

    jest jakiś określony czas korzystania z takiej testowej instalacji?

    Oczywiście na forum była by całkowicie wyłączone możliwość rejestracji i logowania do puki nie została by wykupiona pełna licencja.

  2. Szukam i nie moge znaleźć tego koloru do zmiany chodzi mi o #444444

    o to cała zawartość tego pliku

    /***************************************************************/
    /* 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: #ebf2e4 url(http://forum.invisionize.pl/public/style_images/master/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 #131313 !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 #1e1e1e !important;
    background-color: #3b3b3b !important;
    background-image: none !important;
    }
    /* OFF state for editor buttons */
    .cke_skin_ips .cke_toolgroup
    {
    background-color: transparent !important;
    }
    cke_skin_ips a {color: #fff;}
    /* 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: #343434 !important;
    color:#Fff;
    }
    /* 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 #343434;
    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://forum.invisionize.pl/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: 10000 !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://forum.invisionize.pl/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
    {
    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 #343434;
    -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 #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: #1e1e1e;
    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://forum.invisionize.pl/public/style_images/master/editor/next.png) no-repeat;
     background-position: 0px 10px;
     display: inline-block;
     float: right;
     width: 13px;
     height: 30px;
     cursor: pointer;
    }
    
    .ipsSmileyTray .ipsSmileyTray_prev {
     background: transparent url(http://forum.invisionize.pl/public/style_images/master/editor/prev.png) no-repeat;
     background-position: 0px 10px;
     display: inline-block;
     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;
    }
    .cke_panel_grouptitle {background: #fff;}
    
    /* ACP Specific */
    table.cke_editor td { padding: 0px !important; }
    

    Mogę prosić o jeszcze jedną podpowiedź ? :(

  3. Nie mogę namierzyć jaki fragment kodu jest odpowiedzialny za przycisk "Moje media" ;/

    u mnie to wygląda dosyć mało widocznie i chciałem to jakoś rozjaśnić ale namierzyć tego nie mogę ;/

    tak to wygląda

    mojemedia.jpg

  4. Na początku mam to

    <?php @Zend;
    4123;
    /* !This is not a text file!Ţí*/
    print <<<EOM
    <html><body><a href="http://www.zend.com/products/zend_guard"><img border="0" src="http://www.zend.com/images/store/safeguard_optimizer_img.gif" align="right"></a><center><h1>Zend Optimizer not installed</h1></center><p>This file was encoded by the <a href="http://www.zend.com/products/zend_guard">Zend Guard</a>.
    In order to run it, please install the <a href="http://www.zend.com/products/zend_optimizer">Zend Optimizer</a> (available without charge), version 3.0.0 or later. </p><h2>Seeing this message instead of the website you expected?</h2>
    This means that this webserver is not configured correctly. In order to view this website properly, please contact the website's system administrator/webmaster with the following message:<br><br><tt>The component "Zend Optimizer" is not installed on the Web Server and therefore cannot service encoded files. Please download and install the Zend Optimizer (available without charge) on the Web Server.</tt><br><br><b>Note</b>: Zend Technologies cannot resolve issues related to this message appearing on websites not belonging to <a href="http://www.zend.com">Zend Technologies</a>.
    <h2>What is the Zend Optimizer?</h2><p>The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been available without charge, since the early days of PHP 4. It improves performance by scanning PHP's intermediate code and passing it through multiple Optimization Passes to replace inefficient code patterns with more efficient code blocks. The replaced code blocks perform exactly the same operations as the original code, only faster. </p><p>In addition to improving performance,
    the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Guard.
    </p><p>The Zend Optimizer is a free product available for download from
    <a href="http://www.zend.com">Zend Technologies</a>. Zend Technologies also developed the PHP scripting engine, known as the <a href="http://www.zend.com/products/zend_engine">Zend Engine</a>.</p></body></html>
    EOM;
    exit();
    __halt_compiler();
    ?>
    

    Tak to wygląda części miedzy \ \ nie dało się całej skopiować bo to jakieś krzaki

  5. W ustawieniach jak chcę wejść w Rachunki wyskakuje mi ten błąd

    Fatal error: Unable to read 27205 bytes in /home/platne/trimek/public_html/trimek/forum/admin/applications_addon/ips/nexus/modules_admin/payments/invoices.php on line 0

    Po wejściu w Pakiety zaś ten

    Fatal error: Unable to read 27205 bytes in /home/platne/trimek/public_html/trimek/forum/admin/applications_addon/ips/nexus/modules_admin/payments/invoices.php on line 0

    Po kliknięciu w Pakiety reklam odsyła mnie zakładki System w panelu administracyjnym.

    Wcześniej tego nie było dopiero po aktualizacji do najnowszej wersji, wie ktoś może jak to naprawić?

×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.