Jump to content

Featured Replies

Появилась проблема на главной странице системы, именно на ней, в разделе пользователи, внешний вид и т.д такого нет. Не знаю где копать. 

 

post-9674-0-29433600-1386616730_thumb.pn

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/
Share on other sites

после чего это так, что нибудь устанавливали.? проверьте папку cache на наличие ошибок 

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=48570
Share on other sites

Идем по пути adminapplicationscoreskin_cp,ищем файлик cp_skin_mycp.php и в нем вырезаем следующее:

/* ---------------------- */
/* ONLOAD: IPS widgets    */
/* ---------------------- */

function onload_ips_widgets()
{		
	/* ---------------------- */
	/* Feeds                  */
	/* ---------------------- */
	
	_newsFeed = setTimeout( '_newsFeedFunction()', 1000 );
	
	/* ---------------------- */
	/* Update boxes           */
	/* ---------------------- */
	
	_versionCheck = setTimeout( '_versionCheckFunction()', 1000 );
	
	/* ---------------------- */
	/* Load Keith             */
	/* ---------------------- */
	
	_keithFeed = setTimeout( '_keithFeedFunction()', 1000 );
}

/* ---------------------- */
/* Keith Feed YumYum      */
/* ---------------------- */

function _keithFeedFunction()
{
	if ( typeof( IPS_KEITH_CONTENT ) != 'undefined' )
	{
		clearTimeout( _keithFeed );
		
		if ( IPS_KEITH_CONTENT && IPS_KEITH_CONTENT != 'none' )
		{
			/* Show version numbers */
			$( 'ips_bulletin' ).style.display = '';
			$( 'ips_supportbox_content' ).innerHTML = IPS_KEITH_CONTENT.replace( /'/g, "'" );
		}
	}
	else
	{
		_keithFeed = setTimeout( '_keithFeedFunction()', 1000 );
	}
}

/* ---------------------- */
/* Version Check          */
/* ---------------------- */

function _versionCheckFunction()
{
	if ( typeof( IPSSERVER_update_type ) != 'undefined' )
	{
		clearTimeout( _versionCheck );
		
		if ( IPSSERVER_update_type && IPSSERVER_update_type != 'none' )
		{
			$( 'ips_update' ).style.display                = '';

			/* Show version numbers */
			$( 'acp-update-version' ).innerHTML = IPSSERVER_download_vh;
			$( 'acp-update-link' ).href = IPSSERVER_link;
		}
	}
}

/* ---------------------- */
/* NEWS FEED              */
/* ---------------------- */


function _newsFeedFunction()
{
	if ( typeof( ipsNewsFeed ) != 'undefined' )
	{
		clearTimeout( _newsFeed );
		
		eval( ipsNewsFeed );
		var finalString = [];
		var _len        = ipsNewsFeed['items'].length;

		if( typeof( ipsNewsFeed['error'] ) == 'undefined' )
		{
			for( i = 0; i < _len; i++ )
			{
				var _title   = ( ipsNewsFeed['items']['title'].length > 50 ) ? ipsNewsFeed['items']['title'].substr( 0, 47 ) + '...' : ipsNewsFeed['items']['title'];
				$('ips_news_content').insert( (new Element("tr")).insert( new Element("td", { style: "padding: 5px" }).update("<img src='{$this->settings['skin_acp_url']}/images/icons/ipsnews_item.gif' /> <a href='" + ipsNewsFeed['items']['link'] + "' target='_blank' title='" + ipsNewsFeed['items']['title'] + "'>" + _title + "</a>")));
			}
		}
		
		if( !_len ){
			$('ips_news_content').hide();
		}
	}
	else
	{
		_newsFeed = setTimeout( '_newsFeedFunction()', 1000 );
	}
}

/* Set up onload event */
Event.observe( window, 'load', onload_ips_widgets );
//]]>
Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=48572
Share on other sites

после чего это так, что нибудь устанавливали.? проверьте папку cache на наличие ошибок 

 

Устанавливал различные хуки. Не нужные удалил. Оставил то что нужно. Появилась эта надпись, толстая синяя полоска которая мозолит глаза и кнопка submit ее вроде не было, а должны быть последние новости. Странно

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=48576
Share on other sites

Устанавливал различные хуки. Не нужные удалил. Оставил то что нужно. Появилась эта надпись, толстая синяя полоска которая мозолит глаза и кнопка submit ее вроде не было, а должны быть последние новости. Странно

вы мой пост специально игнорируете? 

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=48615
Share on other sites

вы мой пост специально игнорируете? 

 

Щас проверю, такая же проблема, но она меня как то не тревожит.

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=48624
Share on other sites

может быть поиск по ключевым словам "непонятный скрипт в админцентре" поможет...

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=48629
Share on other sites
  • 2 years later...

У меня еще и рекламы море...

24-10-2016 12-23-53.png

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=114509
Share on other sites

что мешает убрать? 

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=114541
Share on other sites
В 25.10.2016 в 01:44, WOLF сказал:

что мешает убрать? 

не нашел какой именно файл править, половину заменил, эффекта ноль..

Нулл слетел из-за того, что ipbcore сайт закрылся

 

Буду признателен если подскажете где править

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=114655
Share on other sites

ссылку на форум в профиле укажите 

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=114660
Share on other sites
7 часов назад, WOLF сказал:

ссылку на форум в профиле укажите 

Не афиширую, если есть желание в ЛС напишу

Link to comment
https://ipbmafia.ru/topic/6300-ipboard-sistema/?&do=findComment&comment=114679
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.