Jump to content

Featured Replies

Обновился до 4.1.11

И тут косяки в под форумах и на главной

1.png

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/
Share on other sites

В globalTemplate переставьте на место строку {template="breadcrumb" app="core" group="global" params="false, 'bottom'"} . Она у вас загадочным образом переехала выше {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106032
Share on other sites
1 минуту назад, Sufiy сказал:

В globalTemplate переставьте на место строку {template="breadcrumb" app="core" group="global" params="false, 'bottom'"} . Она у вас загадочным образом переехала выше {template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}

Куда именно переставить, после чего её вставить?

Не только у меня такое на 3х форумах видел

Понял просто ниже этого

{template="sidebar" if="theme.sidebar_position == 'right'" app="core" group="global" params="'right'"}

поставить

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106033
Share on other sites

С этим помог теперь разделы делись не знаю куда

1.png

Всё разобрался, спасибо огромное дружище.

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106035
Share on other sites

Я вообще при открытии вашей страницы вижу Fatal error: Class IPS\Login\_Twitch contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (IPS\Login\_LoginAbstract::canProcess) in /var/www/u0155881/data/www/zone-cs.ru/system/Login/Twitch.php on line

Короче, вот дефолтный globalTemplate

<!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']}' itemscope itemtype="http://schema.org/WebSite">
		<meta itemprop="url" content="{setting="base_url"}">
		<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 role='main' id='ipsLayout_body' class='ipsLayout_container'>
			<div id='ipsLayout_contentArea'>
				<div id='ipsLayout_contentWrapper'>
					{template="breadcrumb" app="core" group="global" params="true, '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"}
						{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="false, '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=""}
		<!--ipsQueryLog-->
		<!--ipsCachingLog-->
		{expression="output.endBodyCode" raw="true"}
	</body>
</html>

 

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106036
Share on other sites

да я даже в админку зайти не могу 

Из за этих входов вк твич и тд. 

В админку могу зайти но как захожу в Методы входа сразу ошибка

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106037
Share on other sites
1 час назад, Sufiy сказал:

Короче, вот дефолтный globalTemplate

В АЦ есть кнопка восстановления шаблона. Постить код не было необходимости, причём без спойлера.

57 минут назад, Виктор Лобанов сказал:

да я даже в админку зайти не могу 

Из за этих входов вк твич и тд. 

В админку могу зайти но как захожу в Методы входа сразу ошибка

Удалите файлы методов входа ВК и твитч в /system/Login/

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106041
Share on other sites
1 минуту назад, IAF сказал:

В АЦ есть кнопка восстановления шаблона. Постить код не было необходимости, причём без спойлера.

Удалите файлы методов входа ВК и твитч в /system/Login/

Спасибо

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106042
Share on other sites
1 час назад, Sufiy сказал:

Я вообще при открытии вашей страницы вижу Fatal error: Class IPS\Login\_Twitch contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (IPS\Login\_LoginAbstract::canProcess) in /var/www/u0155881/data/www/zone-cs.ru/system/Login/Twitch.php on line

Короче, вот дефолтный globalTemplate


<!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']}' itemscope itemtype="http://schema.org/WebSite">
		<meta itemprop="url" content="{setting="base_url"}">
		<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 role='main' id='ipsLayout_body' class='ipsLayout_container'>
			<div id='ipsLayout_contentArea'>
				<div id='ipsLayout_contentWrapper'>
					{template="breadcrumb" app="core" group="global" params="true, '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"}
						{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="false, '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=""}
		<!--ipsQueryLog-->
		<!--ipsCachingLog-->
		{expression="output.endBodyCode" raw="true"}
	</body>
</html>

 

даже это не помогло

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106045
Share on other sites

Виктор Лобанов, Хеш почистили после всех изменений...

Так и не увидел - стандартный шаблон у Вас работает?

Зашёл на сайт - по моему все нормально.

Edited by Сергей Ананасов

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106047
Share on other sites
5 минут назад, Сергей Ананасов сказал:

Виктор Лобанов, Хеш почистили после всех изменений...

всё так же

1.png

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106048
Share on other sites

 

8 минут назад, Виктор Лобанов сказал:

всё так же

Я зашел - все в норме. Вы кэш в своем браузере очистите.

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106049
Share on other sites

Не только у меня такое, это когда гость нормально а автаризованный всё фигова

 

 

Как вернуть на версию 4.1.9 ?

У друга вообще даже темы не показывает

1.png

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106059
Share on other sites

Виктор Лобанов, дай тестового пользователя, глянут люди. А так все ровно на форуме от гостя

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106062
Share on other sites
2 минуты назад, rustav сказал:

Виктор Лобанов, дай тестового пользователя, глянут люди. А так все ровно на форуме от гостя

Логин Test

Пароль 123456

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

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106064
Share on other sites
18 минут назад, Виктор Лобанов сказал:

Логин Test

Пароль 123456

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

Глянул. У меня разметка в норме. Проверено в опере и фаерфоксе, оба последних версий

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106070
Share on other sites

Действительно в той теме кривит. Странно как-то)) ни где больше вроде бы не заметил.

Ищи

#ipsLayout_mainArea {
    width: 100%;
    min-height: 350px;
    padding: 0px 20px;
}

замени значение на
    min-height: 70px;

Ищи:

#ipsLayout_mainArea, #ipsLayout_sidebar {
    background: #f4f4f4;
    display: table-cell;
    height: 100%;

закомментируй  display: table-cell; 

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

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106072
Share on other sites

блин не знаю вот к примеру заходили сюда https://zone-cs.ru/forum/9-максимум-позитива-18-public/ уже многие человек 7 и у всех этот косяк показывает

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

такой

1.png

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106073
Share on other sites

Всё исправил, блин столько хлапот а всё из за 

Вчера ставил, сейчас удалил и всё нормуль.

Спасибо всем кто помогал.

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106081
Share on other sites
1 час назад, Виктор Лобанов сказал:

Всё исправил, блин столько хлапот а всё из за 

Вчера ставил, сейчас удалил и всё нормуль.

Спасибо всем кто помогал.

Надо же.. Столько ответов, «А ларчик просто открывался»

Edited by MrHaack

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106104
Share on other sites

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

Сам проверил действительно не приходят, как этот вопрос решить?

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106433
Share on other sites
37 минут назад, Виктор Лобанов сказал:

как этот вопрос решить?

Проверить настройки E-mail, ваш К.О.

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106434
Share on other sites
1 минуту назад, IAF сказал:

Проверить настройки E-mail, ваш К.О.

До обновления было всё отлично, там не кто не чего не менял но проверю всё же.

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106435
Share on other sites

не чего путнего ребята не скажете?

 

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106482
Share on other sites

Утилита для тестирования email использовалась при проверке? 

Link to comment
https://ipbmafia.ru/topic/14294-krivoe-obnovlenie/?&do=findComment&comment=106491
Share on other sites

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.