Skocz do zawartości

michal7840

Użytkownik
  • Postów

    93
  • Dołączył

  • Ostatnia wizyta

Treść opublikowana przez michal7840

  1. Ok już sobie poradziłem. Dzięki za pomoc, można zamknąć.
  2. Dodam, że stopke też wywaliło, nie można nawet wybrać stylu czy języka.
  3. Działa. Coś pochrzaniłem i wywaliło mi tą strzałkę po lewej stronie od widgetów. Oto aktualny globalTemplate: <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}"> <head> <title>{expression="output.getTitle( $title )"}</title> <!--[if lt IE 9]> {{foreach \IPS\Theme::i()->css( 'extra/ie8.css', 'core' ) as $css}}<link rel="stylesheet" type="text/css" href="{$css}">{{endforeach}} <script src="{url="applications/core/interface/html5shiv/html5shiv.js" base="none" protocol="\IPS\Http\Url::PROTOCOL_RELATIVE"}"></script> <![endif]--> {template="includeMeta" app="core" group="global" location="global" params=""} {template="includeCSS" app="core" group="global" location="global" params=""} {template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="favico" app="core" group="global" location="front" params=""} </head> <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}'> <a href='#elContent' class='ipsHide' title='{lang="jump_to_content_desc"}' accesskey='m'>{lang="jump_to_content"}</a> {template="offlineMessage" if="!settings.site_online && \IPS\Member::loggedIn()->group['g_access_offline']" app="core" group="global" params=""} <div id='ipsLayout_header' class='ipsClearfix'> {template="updateWarning" app="core" group="global" params=""} {template="lkeyWarning" app="core" group="global" location="global" params=""} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavBar" app="core" group="global" params=""}{{endif}} <header> <div class='ipsLayout_container'> {template="logo" app="core" group="global" params=""} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="userBar" app="core" group="global" params=""}{{endif}} </div> </header> {template="navBar" app="core" group="global" params=""} {template="breadcrumb" app="core" group="global" params="'top'"} </div> <main id='ipsLayout_body' class='ipsLayout_container'> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {{if \IPS\Request::i()->url()->data['path'] == "/"}} {block="tabela_blok"} {{endif}} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div id='ipsLayout_mainArea'> <a id='elContent'></a> {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}} {template="profileNextStep" group="global" app="core" params="$nextStep, true"} {{endif}} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} </div> <footer id='ipsLayout_footer' class='ipsClearfix'> {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} {template="breadcrumb" app="core" group="global" params="'bottom'"} </footer> </div> {template="inlineMessage" if="member.msg_show_notification and $conversation = \IPS\core\Messenger\Conversation::latestUnreadConversation()" app="core" group="global" params="$conversation->comments( 1, 0, 'date', 'desc' )"} </main> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""}{{endif}} {template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {{if settings.ipbseo_ga_enabled}} {setting="ipseo_ga"} {{endif}} {template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""} {template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""} {template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"} <!--ipsQueryLog--> <!--ipsCachingLog--> {expression="output.endBodyCode" raw="true"} </body> </html>
  4. Tak próbowałem, ale niczego nie znalazłem - niestety nie znam się aż tak na tym. Niżej daje jeszcze globalTemplate ze stylu na którym dolne widgety są rozciągnięte: <!DOCTYPE html> <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}"> <head> <title>{expression="output.getTitle( $title )"}</title> <!--[if lt IE 9]> {{foreach \IPS\Theme::i()->css( 'extra/ie8.css', 'core' ) as $css}}<link rel="stylesheet" type="text/css" href="{$css}">{{endforeach}} <script src="{url="applications/core/interface/html5shiv/html5shiv.js" base="none" protocol="\IPS\Http\Url::PROTOCOL_RELATIVE"}"></script> <![endif]--> {template="includeMeta" app="core" group="global" location="global" params=""} {template="includeCSS" app="core" group="global" location="global" params=""} {{if theme.body_gfont or theme.nav_gfont}}<!--<script>WebFontConfig = {google: {families: ['{theme="body_gfont"}:400,600', '{theme="nav_gfont"}:400,600']} }; !function(e){var t=e.createElement("script"),o=e.scripts[0];t.src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js",o.parentNode.insertBefore(t,o)}(document);</script>--> {{endif}} {template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="favico" app="core" group="global" location="front" params=""} </head> <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}'> <div id='ipsLayout_header' class='ipsClearfix'> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavBar" app="core" group="global" params=""}{{endif}} {{if theme.header_spacer == 0}}<div id="ta-StickySpacer"></div>{{endif}} <header class="ta-Header"> {template="offlineMessage" if="!settings.site_online && \IPS\Member::loggedIn()->group['g_access_offline']" app="core" group="global" params=""} <div class="ta-headerContainer"> <div class="logoWrap"> {template="logo" app="core" group="global" params=""} </div> {template="navBar" app="core" group="global" params=""} </div> </header> {template="ta_swipersliderBase" app="core" group="global" params=""} <div class="usernavigation ipsLayout_container ipsClearfix"> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="userBar" app="core" group="global" params=""}{{endif}} </div> </div> <main role='main' id='ipsLayout_body' class='ipsLayout_container'> <svg class="sec-sepTop" xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 1200 30" preserveAspectRatio="none"><path d="M0,0S1.209,1.508,200.671,7.031C375.088,15.751,454.658,30,600,30V0H0ZM1200,0s-90.21,1.511-200.671,7.034C824.911,15.751,745.342,30,600,30V0h600Z"></path></svg> {template="ta_Social" if="theme.social_locationt == '1' "app="core" group="global" params=""} <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {template="breadcrumb" app="core" group="global" params="'top'"} {{if (\IPS\Request::i()->url()->data['path']) == "/"}} {template="TabelaSerwerow" app="core" group="plugins" location="global" params=""} {block="serverlist1"} {{endif}} {template="ta_WidgetsT" if="theme.enable_widget_top == '1'" app="core" group="global" params=""} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div id='ipsLayout_mainArea'> <a id='elContent'></a> {template="updateWarning" app="core" group="global" params=""} {template="lkeyWarning" app="core" group="global" location="global" params=""} {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}} {template="profileNextStep" group="global" app="core" params="$nextStep, true"} {{endif}} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} </div> {template="ta_WidgetsB" if="theme.enable_widget_bottom == '1'" app="core" group="global" params=""} {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} {template="breadcrumb" app="core" group="global" params="'bottom'"} </div> {template="inlineMessage" if="member.msg_show_notification and $conversation = \IPS\core\Messenger\Conversation::latestUnreadConversation()" app="core" group="global" params="$conversation->comments( 1, 0, 'date', 'desc' )"} {template="ta_Social" if="theme.social_locationb == '1' "app="core" group="global" params=""} <svg class="sec-sepBottom" xmlns="http://www.w3.org/2000/svg" version="1.0" viewBox="0 0 1200 30" preserveAspectRatio="none"><path d="M0,0S1.209,1.508,200.671,7.031C375.088,15.751,454.658,30,600,30V0H0ZM1200,0s-90.21,1.511-200.671,7.034C824.911,15.751,745.342,30,600,30V0h600Z"></path></svg> </main> <footer class="footer-wrap"> {template="ta_footer" if="theme.footer_enabled == '1' "app="core" group="global" params=""} <div id='ipsLayout_footer'> <div class='ipsLayout_container ipsClearfix'> {advertisement="ad_global_footer"} {template="footer" app="core" group="global" params=""} </div> </div> </footer> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""}{{endif}} {template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {{if settings.ipbseo_ga_enabled}} {setting="ipseo_ga"} {{endif}} {template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""} {template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""} {template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"} <!--ipsQueryLog--> <!--ipsCachingLog--> {expression="output.endBodyCode" raw="true"} {template="ta_includeJS" app="core" group="global" location="global" params=""} <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pl_PL/sdk.js#xfbml=1&version=v2.10&appId=231670887219773"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
  5. Dokładnie, na stylu ze screena mam dolne widgety na całą szerokość, chcę to przenieść na domyślny styl IPS'u.
  6. Screen niżej. Tobie chodziło o globalTemplate stylu na którym to jest zrobione, czy tego na którym chcę to zrobić?
  7. <!DOCTYPE html> <html lang="{expression="\IPS\Member::loggedIn()->language()->bcp47()"}" dir="{{if member.language()->isrtl}}rtl{{else}}ltr{{endif}}"> <head> <title>{expression="output.getTitle( $title )"}</title> <!--[if lt IE 9]> {{foreach \IPS\Theme::i()->css( 'extra/ie8.css', 'core' ) as $css}}<link rel="stylesheet" type="text/css" href="{$css}">{{endforeach}} <script src="{url="applications/core/interface/html5shiv/html5shiv.js" base="none" protocol="\IPS\Http\Url::PROTOCOL_RELATIVE"}"></script> <![endif]--> {template="includeMeta" app="core" group="global" location="global" params=""} {template="includeCSS" app="core" group="global" location="global" params=""} {template="includeJS" if="theme.js_include != 'footer'" app="core" group="global" location="global" params=""} {template="favico" app="core" group="global" location="front" params=""} </head> <body class='ipsApp ipsApp_front {{if isset( \IPS\Request::i()->cookie['hasJS'] )}}ipsJS_has{{else}}ipsJS_none{{endif}} ipsClearfix{{foreach output.bodyClasses as $class}} {$class}{{endforeach}}' {{if output.globalControllers}}data-controller='{expression="implode( ',', output.globalControllers )"}'{{endif}} {{if isset( output.inlineMessage )}}data-message="{expression="output.inlineMessage"}"{{endif}} data-pageApp='{$location['app']}' data-pageLocation='front' data-pageModule='{$location['module']}' data-pageController='{$location['controller']}'> <a href='#elContent' class='ipsHide' title='{lang="jump_to_content_desc"}' accesskey='m'>{lang="jump_to_content"}</a> {template="offlineMessage" if="!settings.site_online && \IPS\Member::loggedIn()->group['g_access_offline']" app="core" group="global" params=""} <div id='ipsLayout_header' class='ipsClearfix'> {template="updateWarning" app="core" group="global" params=""} {template="lkeyWarning" app="core" group="global" location="global" params=""} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavBar" app="core" group="global" params=""}{{endif}} <header> <div class='ipsLayout_container'> {template="logo" app="core" group="global" params=""} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="userBar" app="core" group="global" params=""}{{endif}} </div> </header> {template="navBar" app="core" group="global" params=""} </div> <main id='ipsLayout_body' class='ipsLayout_container'> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> {{if \IPS\Request::i()->url()->data['path'] == "/"}} {block="tabela_blok"} {{endif}} {template="breadcrumb" app="core" group="global" params="'top'"} {template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"} <div id='ipsLayout_mainArea'> <a id='elContent'></a> {advertisement="ad_global_header"} {template="acknowledgeWarning" if="\IPS\Member::loggedIn()->members_bitoptions['unacknowledged_warnings']" params="\IPS\Member::loggedIn()->warnings( 1, FALSE )" group="global" app="core"} {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses ) and !member.members_bitoptions['profile_completion_dismissed'] and $nextStep = member.nextProfileStep()}} {template="profileNextStep" group="global" app="core" params="$nextStep, true"} {{endif}} {template="widgetContainer" group="global" app="core" params="'header', 'horizontal'"} {$html|raw} {template="widgetContainer" group="global" app="core" params="'footer', 'horizontal'"} </div> {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"} {template="breadcrumb" app="core" group="global" params="'bottom'"} </div> </div> {template="inlineMessage" if="member.msg_show_notification and $conversation = \IPS\core\Messenger\Conversation::latestUnreadConversation()" app="core" group="global" params="$conversation->comments( 1, 0, 'date', 'desc' )"} </main> <footer id='ipsLayout_footer' class='ipsClearfix'> <div class='ipsLayout_container'> {advertisement="ad_global_footer"} {template="footer" app="core" group="global" params=""} </div> </footer> {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavigation" if="theme.responsive" app="core" group="global" params=""}{{endif}} {template="includeJS" if="theme.js_include == 'footer'" app="core" group="global" location="global" params=""} {{if settings.ipbseo_ga_enabled}} {setting="ipseo_ga"} {{endif}} {template="viglink" if="settings.viglink_enabled" app="core" group="global" params=""} {template="metaTagEditor" if="isset( $_SESSION['live_meta_tags'] ) and $_SESSION['live_meta_tags'] and member.isAdmin()" app="core" group="global" params=""} {template="guestTermsBar" if="!\IPS\Member::loggedIn()->member_id and \IPS\Settings::i()->guest_terms_bar" app="core" group="global" params="base64_encode( \IPS\Settings::i()->base_url )"} <!--ipsQueryLog--> <!--ipsCachingLog--> {expression="output.endBodyCode" raw="true"} </body> </html>
  8. Na aktualnym stylu mam zrobione że widgety na dole są rozciągnięte na całą szerokość - https://greenhaze.pl/ (patrz statystyki forum, użytkownicy online itp.) Taki sam efekt chciałbym uzyskać na stylu domyślnym IPS'a, lecz za bardzo nie wiem jak to zrobić.
  9. Witam. Jak zrobić dolne bloczki na całą szerokość forum? Chodzi mi o bloczki takie jak statystyki forum, użytkownicy online itp. Wiem że da się to zrobić jakimś kodem w globalTemplate.
  10. Działa, dzięki wielkie Mam jeszcze pytanie. Jak zrobić żeby bloczki na dole tj. statystyki forum, użytkownicy online itp. były na całą szerokość? Wiem że da się to zrobić jakimś kodem w globalTemplate.
  11. Ten kod jest do Chatboxa, a mi chodzi o tą aplikację - https://invisioncommunity.com/files/file/7456-gs-server-list/
  12. Dalej nie wiem skąd wziąć ten kod widżetu dla tej aplikacji. {template="myCustomTemplate" group="<group>" app="<app>"} A mój poprzedni temat również wiele mi nie pomógł.
  13. Witam. Chcę zrobić aplikację (tabele serwerów) na całą szerokość strony. Próbowałem to zrobić według instrukcji w poniższym temacie, lecz zatrzymałem się na "W zakładce Zawartość, wklejamy kod widżetu Czatboxa". Skąd mogę wziąć kod widżetu z innej aplikacji? W tym przypadku chodzi o tą aplikację - https://invisioncommunity.com/files/file/7456-gs-server-list/ lecz
  14. Pomogło. Problem powodowała aplikacja Board Life Status. Dzięki
  15. Już to robiłem, nie pomogło.
  16. Witam. Mój stary styl się rozsypał (niżej daję zrzut ekranu jak to wygląda). Jest to trochę dziwne, bo sprawdziłem ten styl na innym forum z tą samą wersją IPS i tam działa normalnie. Próbowałem zainstalować na nowo styl, ale jest to samo. Jakieś pomysły co może być przyczyną?
  17. Rocket Loader mam ustawiony na "Automatic". Te błędy wyskakuje gdy włączę na CF tryb "Under attack".
  18. Chodzi Ci o to? https://scr.hu/GZN0wZ Mam tak ustawione od zawsze i nigdy nie było takiego problemu.
  19. Ok, wygląda na to że to wina Cloudflare. Wyłączyłem cloudflare i jest ok, ale gdy włączę to wywalają takie błędy: greenhaze.pl/:64 A Parser-blocking, cross site (i.e. different eTLD+1) script, https://ajax.cloudflare.com/cdn-cgi/nexp/dok3v=c37cbdadf2/cloudflare.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details. (anonymous) @ (index):64 2cloudflare.min.js:4 A Parser-blocking, cross site (i.e. different eTLD+1) script, https://ajax.cloudflare.com/cdn-cgi/scripts/c2b63e8a/cloudflare-static/rocket.min.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message.See https://www.chromestatus.com/feature/5718547946799104 for more details.
  20. Witam. Dzisiaj nagle wysypały się javascripty. Próbowałem wyłączyć wszystkie apki, usunąć pliki z datastore i foldery javascript z uploads, ale nie pomogło. Czy mógł ktoś celowo to zepsuć z "zewnątrz"? Błędy: Uncaught TypeError: Cannot read property 'get' of undefined at _loadControllers (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:11) at initializeControllers (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:6) at Object.init (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:3) at HTMLDocument.<anonymous> (root_library.js.e6e5137be1227545cb5635aea36997d1.js?v=4e52a1ea3c:34) at i (root_library.js.e6e5137be1227545cb5635aea36997d1.js?v=4e52a1ea3c:2) at Object.add [as done] (root_library.js.e6e5137be1227545cb5635aea36997d1.js?v=4e52a1ea3c:2) at n.fn.init.n.fn.ready (root_library.js.e6e5137be1227545cb5635aea36997d1.js?v=4e52a1ea3c:2) at Object.createModule (root_library.js.e6e5137be1227545cb5635aea36997d1.js?v=4e52a1ea3c:34) at root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:3 at root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:35 root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31 Uncaught TypeError: Cannot read property 'argsToArray' of undefined at baseController.on (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31) at new baseController (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:28) at initControllerOnElem (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:22) at _checkQueue (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:6) at Object.register (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:3) at global_global_core.js.e4600d867ab3e66024ed9a707d23c68e.js?v=4e52a1ea3c:25 at global_global_core.js.e4600d867ab3e66024ed9a707d23c68e.js?v=4e52a1ea3c:46 root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31 Uncaught TypeError: Cannot read property 'argsToArray' of undefined at baseController.on (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31) at new baseController (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:28) at initControllerOnElem (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:22) at _checkQueue (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:6) at Object.register (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:3) at root_front.js.42bc53582a99a0b7bece39dd38389922.js?v=4e52a1ea3c:1 at root_front.js.42bc53582a99a0b7bece39dd38389922.js?v=4e52a1ea3c:9 root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31 Uncaught TypeError: Cannot read property 'argsToArray' of undefined at baseController.on (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31) at new baseController (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:28) at initControllerOnElem (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:22) at _checkQueue (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:6) at Object.register (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:3) at front_front_widgets.js.12bb62620f450dfe8264c491ea6db7a9.js?v=4e52a1ea3c:1 at front_front_widgets.js.12bb62620f450dfe8264c491ea6db7a9.js?v=4e52a1ea3c:11 root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31 Uncaught TypeError: Cannot read property 'argsToArray' of undefined at baseController.on (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:31) at new baseController (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:28) at initControllerOnElem (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:22) at _checkQueue (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:6) at Object.register (root_framework.js.d3c61ecbf628e475eb32b5598a04eda1.js?v=4e52a1ea3c:3) at front_front_forum.js.81e47c4a44b5de72913eaaa04285d12e.js?v=4e52a1ea3c:6 at front_front_forum.js.81e47c4a44b5de72913eaaa04285d12e.js?v=4e52a1ea3c:6
  21. Wiem o tym, dlatego chcę sprzedać póki jest aktywna
  22. Ale dlaczego Ty mi coś dodajesz, nie mając nawet wiedzy na temat mojej licencji? Domena nie była zmieniana u mnie od roku, więc bez problemu można sobie zmienić za darmo. Nowa cena to 400 zł, więc ponad stówka w kieszeni.
  23. Zależy od kupującego jak chce wykorzystać licencję. Niektórzy kupują licencję tylko po to żeby zainstalować IPS'a i nie przedłużają licencji bo im to niepotrzebne. Oczywiście cena jest do negocjacji, ale to już trzeba skontaktować się ze mną prywatnie.
  24. Możesz zakupić nową licencję na oficjalnej stronie IPS'u (kolega wyżej podał Ci link) lub kupić używaną taniej. Mam do sprzedania używaną, więcej informacji tutaj: Pozdrawiam.
  25. Chodzi mi o to: W zakładce Zawartość, wklejamy kod widżetu Czatboxa {template="main" group="chat" app="bimchatbox" params="$orientation"}
×
×
  • 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ę.