Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация 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.

IPB 3.2-3.4 Comfy Style

Опубликовано:

index.php?app=downloads&module=display&section=screenshot&id=234

Имя файла: IPB 3.2-3.4 Comfy Style

Владелец файла: Fisana

Файл размещен: 25 Авг 2011

Файл обновлен: 04 Ноя 2013

Категория файла: IPB 3.2-3.4 Skins

 

Самая свежая версия поддерживает работу с:

IP.Board 3.4.5-3.4.6

IP.Blog 2.6.3

IP.Calendar 3.3.4

IP.Content 2.3.6

IP.Downloads 2.5.4

IP.Gallery 5.0.5

 

Для редактирования надписи в футере:

 

1. Войдите в АЦ

2. Внешний вид > Редактирование шаблонов в Comfy

3. Откройте Глобальные > globalTemplate

4. Найдите

Your Company Name

Замените текст на свой

5. Если хотите вставить счетчики, найдите выше

<img src='{$this->settings['img_url']}/pic.png' alt='' />

Замените кодом счетчиков (можно несколько подряд)

 

 

====================English============

Included: png and psd Logo blanks

 

For editing footer:

1. Go to ACP

2. Look & Feel > Manage Skin Sets & Templates > Manage Templates in Comfy

2. Open Global Templates > globalTemplate

3. Find

<div class='foot'><span class='left'><img 

src='{$this->settings['img_url']}/pic.png' alt='' 

/></span><span class='right'>Copyright © {parse expression="strftime('%Y')"} Your Company Name</span></div>

4. Edit

Your Company Name

 

Нажмите сюда, чтобы скачать этот файл

Рекомендованные сообщения

Опубликовано:

Скажите пожалуйста!

Планируется ли адаптация этого шаблона под версию IPB 3.3.1?

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

Да и служба поддержки IPB-Россия говорит, что шаблон не подходит на все 100%.

Опубликовано:
  • Автор

Планируется. Потерпите немного.

 

Да и служба поддержки IPB-Россия

Не знаю такой службы.

 

Если Вы покупали лицензию через посредников, не нужно их так называть, так как официальных представителей ips в России нет.

  • 4 недели спустя...
Опубликовано:
  • Автор

Обновлен до 3.3.1

Опубликовано:

Тема после обновления не вписывается в окно 1024x768. Можете помочь? Вот тут: http://sinoforum.ru

Опубликовано:
  • Автор

Я вижу отключенный форум с чем-то косым. Рамки скина даже нет.

 

У меня дома на форуме все вписывается.

Включите форум.

Опубликовано:

Я вижу отключенный форум с чем-то косым. Рамки скина даже нет.

 

У меня дома на форуме все вписывается.

Включите форум.

 

Включил. Приводил URLы в порядок после обновления. Посмотрите пожалуйста.

Я не делал обновление стиля, а удалил старый и поставил новый.

Опубликовано:
  • Автор

Попробуйте логотип обрезать слева и справа. Там пустое пространство.

 

Обновила до 3.3.2

 

Отличается globalTemplate

В 3.3.2 замените код шаблона этим

<!DOCTYPE html>
<html lang="en" <if test="fbcenabled:|:IPSLib::fbc_enabled() === TRUE || $this->settings['fbc_appid']"> xmlns:fb="http://www.facebook.com/2008/fbml"</if>>
<head>
	<meta charset="{$this->settings['gb_char_set']}" />
	<title>{$header_items['title']}<if test="pagenumberintitle:|:$header_items['page']"> {$this->lang->words['page_title_page']} {$header_items['page']}</if></title>
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<link rel="shortcut icon" href='<if test="$this->registry->output->isHTTPS">{$this->settings['board_url_https']}<else />{$this->settings['board_url']}</if>/favicon.ico' />
	<link rel="image_src" href='{$this->settings['meta_imagesrc']}' />
	<script type='text/javascript'>
	//<![CDATA[
		jsDebug			= {parse expression="intval($this->settings['_jsDebug'])"}; /* Must come before JS includes */
		USE_RTE			= 1;
		DISABLE_AJAX	= parseInt({$this->settings['disable_text_ajax']}); /* Disables ajax requests where text is sent to the DB; helpful for charset issues */
		inACP			= false;
		var isRTL		= false;
		var rtlIe		= '';
		var rtlFull		= '';
	//]]>
	</script>
	{parse template="includeCSS" group="global" params="$css"}
	{parse template="includeMeta" group="global" params="$metaTags"}
	<if test="isLargeTouch:|:$this->registry->output->isLargeTouchDevice()">
	<!--<meta name="viewport" content="width=device-width;">-->
	</if>
	<if test="isSmallTouch:|:$this->registry->output->isSmallTouchDevice()">
	<meta name="viewport" content="width=1024px">
	</if>
	{parse template="includeJS" group="global" params="$jsModules"}
	{parse template="includeFeeds" group="global" params="$documentHeadItems"}
	{parse template="includeRTL" group="global" params=""}		
	{parse template="includeVars" group="global" params="$header_items"}
</head>
<body id='ipboard_body'>
	<p id='content_jump' class='hide'><a id='top'></a><a href='#j_content' title='{$this->lang->words['jump_to_content']}' accesskey='m'>{$this->lang->words['jump_to_content']}</a></p>
	<div id='ipbwrapper'>
		<!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: -->
		<div id='header_bar' class='clearfix'>
			<div class='main_width'>
				<if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])">
					<ul id='admin_bar' class='ipsList_inline left'>
						<if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']">
							<li>
								<a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank">{$this->lang->words['login_to_acp']}</a>
							</li>
						</if>
						<li><a href="{parse url="app=core&module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link']}'>{$this->lang->words['gbl_modcp_link']}</a></li>
						<if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0">
							<li class='active'>
								<a href="{parse url="app=core&module=reports&do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a>
							</li>
						</if>
					</ul>
				</if>
				<if test="memberbox:|:$this->memberData['member_id']">
					<div id='user_navigation' class='logged_in'>
						<ul class='ipsList_inline right'>
							<if test="showInboxNotify:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])">
								<if test="messengerlink:|:$this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0">
									<li><a data-clicklaunch="getInboxList" id='inbox_link' href='{parse url="app=members&module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'><if test="notifications:|:$this->memberData['msg_count_new']"><span class='ipsHasNotifications'>{$this->memberData['msg_count_new']}</span></if> </a></li>
								</if>
								<li><a data-clicklaunch="getNotificationsList" id='notify_link' href="{parse url="app=core&module=usercp&area=notificationlog" base="public"}" title="{$this->lang->words['notifications_at_the_top']}"><if test="notifications:|:$this->memberData['notification_cnt']"><span class='ipsHasNotifications'>{$this->memberData['notification_cnt']}</span></if> </a></li>
							</if>
							<li><a id='user_link' href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}"  title='{$this->lang->words['your_profile']}'>{$this->memberData['members_display_name']}  <span id='user_link_dd'></span></a></li>							
							<li><a href="{parse url="app=core&module=global&section=login&do=logout&k={$this->member->form_hash}" base="public"}">{$this->lang->words['log_out']}</a></li>								
							<if test="authenticating:|:$this->memberData['member_group_id'] == $this->settings['auth_group']">
								<li>   <a href="{parse url="app=core&module=global&section=register&do=reval" base="public"}" title='{$this->lang->words['resend_val']}'>{$this->lang->words['resend_val']}</a></li>
							</if>
						</ul>
					</div>
					<!-- ::: USER DROP DOWN MENU ::: -->
					<div id='user_link_menucontent' class='ipsHeaderMenu clearfix boxShadow' style='display: none'>
						<a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}' class='ipsUserPhotoLink left'>
							<img src='{$this->memberData['pp_small_photo']}' alt="{parse expression="sprintf($this->lang->words['users_photo'],$this->memberData['members_display_name'])"}" class='ipsUserPhoto ipsUserPhoto_medium photo' />
						</a>

						<div class='left'>
							<if test="canUpdateStatus:|:$this->registry->getClass('memberStatus')->canCreate( $this->memberData ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])">
								<form id='statusForm' action='{$this->settings['base_url']}app=members&module=profile&section=status&do=new&k={$this->member->form_hash}&id={$this->memberData['member_id']}' method='post'>
									<input type='text' id='statusUpdateGlobal' name='content' class='input_text' style='width: 97%' /><br />
									<input type='submit' id='statusSubmitGlobal' class='ipsButton_secondary' value='{$this->lang->words['global_update_status']}' />
									<if test="update:|:(IPSLib::twitter_enabled() OR IPSLib::fbc_enabled() ) AND ( $this->memberData['fb_uid'] OR $this->memberData['twitter_id'] )">
										  
										<if test="updateTwitter:|:IPSLib::twitter_enabled() AND ( $this->memberData['twitter_id'] )"><input type='checkbox' id='su_TwitterGlobal' value='1' name='su_Twitter' /> <label for='su_TwitterGlobal' class='desc ipsType_smaller'>Twitter</label></if>   
										<if test="updateFacebook:|:IPSLib::fbc_enabled() AND ( $this->memberData['fb_uid'] )"> <input type='checkbox' id='su_FacebookGlobal' value='1' name='su_Facebook' /> <label for='su_FacebookGlobal' class='desc ipsType_smaller'>Facebook</label></if>
									</if>
									<br />
									<hr />
								</form>
							</if>
								<ul id='links'>
									<li id='user_profile'><a href='{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['your_profile']}'>{$this->lang->words['my_profile']}</a></li>
									<li id='user_ucp'><a href="{parse url="app=core&module=usercp" base="public"}" title="{$this->lang->words['cp_tool_tip']}">{$this->lang->words['your_cp']}</a></li>
									<li id='user_content'><a href="{parse url="app=core&module=search&do=user_activity&mid={$this->memberData['member_id']}" base="public"}" title="{$this->lang->words['my_content_link']}">{$this->lang->words['my_content_link']}</a></li>
									<if test="userLikeLink:|:count( IPSLib::getEnabledApplications('like') )">
										<li id='user_likes'><a href='{parse url="app=core&module=search&do=followed" base="public"}' title='{$this->lang->words['your_likes']}'>{$this->lang->words['your_likes']}</a></li>
									</if>
									<if test="nobbyNoMates:|:$this->settings['friends_enabled'] && $this->memberData['g_can_add_friends']">
										<li id='user_friends'><a href='{parse url="app=members&module=profile&section=friends&do=list" base="public"}' title="{$this->lang->words['manage_friends']}" class='manage_friends'>{$this->lang->words['manage_friends']}</a></li>
									</if>
									<li id='user_enemies'><a href='{parse url="app=core&module=usercp&tab=core&area=ignoredusers" base="public"}' title="{$this->lang->words['manage_ignored_users']}" class='manage_enemies'>{$this->lang->words['manage_ignored_users']}</a></li>
									<if test="bloglink:|:$this->memberData['has_blog'] AND IPSLib::appIsInstalled('blog')">
										<li id='user_blog'><a href="{parse url="app=blog&module=manage" base="public" template="manageblog" seotitle="false"}">{$this->lang->words['manage_blogs']}</a></li>
									</if>
									<if test="pmLink:|:$this->memberData['members_disable_pm'] != 2">
										<li id='user_pm'><a href="{parse url="app=members&module=messaging" base="public"}">{$this->lang->words['user_dd_go_pm']}</a></li>
									</if>
									<if test="gallerylink:|:$this->memberData['has_gallery'] AND IPSLib::appIsInstalled('gallery')">
										<li id='user_gallery'><a href='{parse url="app=gallery&user={$this->memberData['member_id']}" base="public" seotitle="{$this->memberData['members_seo_name']}" template="useralbum"}' title="{$this->lang->words['go_to_my_gallery']}">{$this->lang->words['my_gallery']}</a></li>
									</if>
									<if test="nexuslink:|:IPSLib::appIsInstalled('nexus')">
										<li id='user_nexus'><a href='{parse url="app=nexus&module=clients" base="public"}' title="{$this->lang->words['client_area']}">{$this->lang->words['client_area']}</a></li>
									</if>
								</ul>
						</div>
					</div>
				<else />
					<div id='user_navigation' class='not_logged_in'>

						<ul class='ipsList_inline right'>
							<li>
								<span class='services'>
									<if test="limFacebook:|:IPSLib::loginMethod_enabled('facebook')">
										<a href='{parse url="app=core&module=global&section=login&serviceClick=facebook" base="public"}'>{parse replacement="lim_facebook"}</a>
									</if>
									<if test="limTwitter:|:IPSLib::loginMethod_enabled('twitter')">
										<a href='{parse url="app=core&module=global&section=login&serviceClick=twitter" base="public"}'>{parse replacement="lim_twitter"}</a>
									</if>
									<if test="limWindows:|:IPSLib::loginMethod_enabled('live')">
										<a href='{parse url="app=core&module=global&section=login&do=process&use_live=1&auth_key={$this->member->form_hash}" base="public"}'>{parse replacement="lim_windows"}</a>
									</if>
								</span>
								    
								<a href='{parse url="app=core&module=global&section=login" base="public"}' title='{$this->lang->words['sign_in']}' id='sign_in'>{$this->lang->words['sign_in']}</a>   
							</li>
							<li>
								<a href="{parse url="app=core&module=global&section=register" base="public"}" title='{$this->lang->words['register']}' id='register_link'>{$this->lang->words['register']}</a>
							</li>
						</ul>
					</div>
				</if>
			</div>
		</div>
		<!-- ::: BRANDING STRIP: Logo and search box ::: -->
		<div id='branding'>
			<div class='main_width'>
				<div id='logo'>
					<if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
						{parse template="overwriteHeader" group="{current_app}_global" params=""}
					<else />
						{parse template="defaultHeader" group="global" params=""}
					</if>
				</div>
				<if test="canSearch:|:$this->memberData['g_use_search']">
					{parse template="quickSearch" group="global" params=""}
				</if>
			</div>
		</div>
		<!-- ::: APPLICATION TABS ::: -->
		<div id='primary_nav' class='clearfix'>
			<div class='main_width'>
				<ul class='ipsList_inline' id='community_app_menu'>
					<if test="showQuickNav:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline']) && $this->memberData['g_view_board']">
						<li class='right'>
							<a href="{parse url="app=core&module=global&section=navigation&inapp={parse expression="IPS_APP_COMPONENT"}" base="public"}" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title='{$this->lang->words['launch_quicknav']}'><span> </span></a>
						</li>
					</if>
					<li id='nav_explore' class='right'>
						<a href='{parse url="app=core&module=search&do=viewNewContent&search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>{$this->lang->words['view_new_posts']}</a>
					</li>
					<if test="showhomeurl:|:$this->settings['home_url'] AND $this->settings['home_name']">
						<li id='nav_home' class='left'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}' rel="home">{$this->settings['home_name']}</a></li>
					</if>
					<if test="hasCustomPrimaryNavigation:|:!empty($header_items['primary_navigation_menu'])">
						{$header_items['primary_navigation_menu']}
					<else />
						<if test="applicationsloop:|:is_array($header_items['applications']) AND count($header_items['applications'])">
							<foreach loop="applications:$header_items['applications'] as $data">
								<if test="showingapp:|:$data['app_show']">
									{parse variable="appActive" default="" oncondition="$data['app_active']" value="active"}
									<li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="{$data['app_link']}" seotitle="{$data['app_seotitle']}" template="{$data['app_template']}" base="{$data['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}'>{IPSLib::getAppTitle($data['app_dir'])}</a></li>
								</if>
							</foreach>
						</if>
					</if>
					<li id='nav_other_apps' style='display: none'>
						<a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow2.png' /></a>
					</li>
				</ul>
			</div>
			<script type='text/javascript'>
				if( $('primary_nav') ){	ipb.global.activateMainMenu(); }
			</script>
		</div>	
				{parse replacement="top"}
		<!-- ::: MAIN CONTENT AREA ::: -->
		<div id='content' class='clearfix'>
			<!-- ::: NAVIGATION BREADCRUMBS ::: -->
			<if test="count( $items['navigation'] )">
				<div id='secondary_navigation' class='clearfix'>
					<ol class='breadcrumb top ipsList_inline left'>
						<php>$this->did_first = 0;</php>
						<if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'">
							<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
								<a href='{parse url="act=idx" seotitle="false" base="public"}' itemprop="url">
									<span itemprop="title">{$this->settings['board_name']}</span>
								</a>
							</li>
							<if test="didfirstnav:|:$this->did_first=1"></if>
						</if>
						<foreach loop="navigation:$items['navigation'] as $idx => $data">
							<li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
								<if test="didfirstappnow:|:$this->did_first"><span class='nav_sep'>{parse replacement="f_nav_sep"}</span></if>
								 <if test="navigationlink:|:$data[1]"><a href='{parse url="{$data[1]}" base="$data[4]" seotitle="$data[2]" template="$data[3]"}' title='{$this->lang->words['nav_return_to']} {$data[0]}' itemprop="url"></if><span itemprop="title">{$data[0]}</span><if test="closenavigationlink:|:$data[1]"></a></if>
							</li>
							<if test="forsuredidfirstnav:|:$this->did_first=1"></if>
						</foreach>
					</ol>
				</div>
				<br />
			</if>
			<noscript>
				<div class='message error'>
					<strong>{$this->lang->words['gbl_no_js_title']}</strong>
					<p>{$this->lang->words['gbl_no_js']}</p>
				</div>
				<br />
			</noscript>
				<!-- ::: CONTENT ::: -->
			<if test="hasHeaderAd:|:$items['adHeaderCode']">
				<div class='ipsAd'>{$items['adHeaderCode']}</div>
			</if>
			<if test="mainpageContent:|:$html">{$html}</if>
			<if test="hasFooterAd:|:$items['adFooterCode']">
				<div class='ipsAd'>{$items['adFooterCode']}</div>
			</if>
			<ol class='breadcrumb bottom ipsList_inline left clearfix clear'>
				<if test="count( $items['navigation'] )">
					<php>$this->did_first_bottom = 0;</php>
					<if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'">
						<li><a href='{parse url="act=idx" seotitle="false" base="public"}'>{$this->settings['board_name']}</a></li>
						<if test="didfirstnav:|:$this->did_first_bottom=1"></if>
					</if>
					<foreach loop="navigation:$items['navigation'] as $idx => $data">
						<li><if test="didfirstappnow:|:$this->did_first_bottom"><span class='nav_sep'>{parse replacement="f_nav_sep"}</span></if> <if test="navigationlink:|:$data[1]"><a href='{parse url="{$data[1]}" base="$data[4]" seotitle="$data[2]" template="$data[3]"}' title='{$this->lang->words['nav_return_to']} {$data[0]}'></if>{$data[0]}<if test="closenavigationlink:|:$data[1]"></a></if></li>
						<if test="forsuredidfirstnav:|:$this->did_first_bottom=1"></if>
					</foreach>
				<else />
					<li> </li>
				</if>
				<if test="privvy:|:$this->settings['priv_title']">
				<li class='right ipsType_smaller'>
					<a rel="nofollow" href='{parse url="app=core&module=global&section=privacy" template="privacy" seotitle="false" base="public"}'>{$this->settings['priv_title']}</a>
				</li>
				</if>
				<if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']">
					<li class='right ipsType_smaller'>
						<a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&module=extras&section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a><if test="privvyMiddot:|:$this->settings['priv_title']"> · </if>
					</li>
				</if>	
			</ol>
		</div>
		<!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->
		<div id='footer_utilities' class='clearfix clear'>
			<a rel="nofollow" href='#top' id='backtotop' title='{$this->lang->words['go_to_top']}'><img src='{$this->settings['img_url']}/top.png' alt='' /></a>
			<ul class='ipsList_inline left'>
				<li>
					<img src='{$this->settings['img_url']}/feed.png' alt='{$this->lang->words['rss_feed']}' id='rss_feed' class='clickable' />
				</li>
				<if test="skinchangerOuter:|: ! $this->member->is_not_human">
					<if test="uagentlocked:|:$this->memberData['userAgentLocked'] AND ! $this->memberData['userAgentBypass']">
						<li id='useragent_msg'>
							{$this->lang->words['skin_browser_set']} <a href='#' data-clicklaunch='changeSkin' data-skinid='unlockUserAgent'>{$this->lang->words['override_browser_theme']}</a>
						</li>
					<else />
					<if test="isTouchDevice:|:$this->registry->output->isTouchDevice()">
						<li>
							<a href='#' data-clicklaunch='changeSkin' data-skinid='setAsMobile'>{$this->lang->words['set_mobile_theme']}</a>
						</li>
					</if>
						<if test="skinchangerInner:|:count($footer_items['skin_chooser']) > 1">
							<li>
								<a rel="nofollow" id='new_skin' href='#'>{$this->lang->words['change_theme']}</a>			
								<ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'>
									<foreach loop="$footer_items['skin_chooser'] as $skin">
										<li <if test="$skin['selected']">class='selected'</if>>
											<a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a>
										</li>
									</foreach>
								</ul>
							</li>
						</if>
					</if>				
				</if>
				<if test="langchooser:|: ! $this->member->is_not_human && count( $footer_items['lang_chooser']['options'] ) > 1">
					<li>
						<a rel="nofollow" href='#' id='new_language'>{$footer_items['lang_chooser']['default']}</a>							
						<ul id='new_language_menucontent' class='ipbmenu_content with_checks' style='display: none'>
							<foreach loop="$footer_items['lang_chooser']['options'] as $lang">
								<li <if test="$lang['selected']">class='selected'</if>>
									<a href="{parse url="{$this->settings['query_string_formatted']}&k={$this->member->form_hash}&setlanguage=1&langurlbits={$this->settings['query_string_safe']}&cal_id={$this->request['cal_id']}&langid={$lang['id']}" base="public"}">{$lang['title']}</a>
								</li>
							</foreach>
						</ul>
					</li>
				</if>
				<if test="markRead:|: ! $this->member->is_not_human">
					<li>
						<a rel="nofollow" id='mark_all_read' href="{parse url="app=forums&module=forums&section=markasread&marktype=all&k={$this->member->form_hash}" base="public"}" title='{$this->lang->words['mark_all_as_read']}'>{$this->lang->words['mark_board_as_read']}</a>
						<ul id='mark_all_read_menucontent' class='ipbmenu_content' style='display: none'>
							<foreach loop="$footer_items['mark_read_apps'] as $app => $appData">
								<li>
									<if test="hideRcForPerms:|:$this->memberData['showReportCenter'] OR $app != 'core'">
										<a href="{parse url="app=forums&module=forums&section=markasread&marktype=app&markApp={$app}&k={$this->member->form_hash}" base="public"}"><if test="isCoreRC:|:$app=='core'">{$this->lang->words['markread_rc_link']}<else />{IPSLib::getAppTitle($app)}</if></a>
									</if>
								</li>
							</foreach>
							<li>
								<a href="{parse url="app=forums&module=forums&section=markasread&marktype=all&k={$this->member->form_hash}" base="public"}"><strong>{$this->lang->words['mark_all_as_read']}</strong></a>
							</li>
						</ul>
					</li>
				</if>
				<li>
					<a href="{parse url="app=core&module=help" base="public"}" title='{$this->lang->words['view_help']}' rel="help" accesskey='6'>{$this->lang->words['sj_help']}</a>
				</li>				
			</ul>
			{$footer_items['copyright']}
		</div>
<div class='foot'><span class='left'><img src='{$this->settings['img_url']}/pic.png' alt='' /></span><span class='right'>Copyright © {parse expression="strftime('%Y')"} Your Company Name</span></div>
{parse replacement="bot"}<br />
		<if test="showdebuglevel:|:$this->memberData['member_id'] and $this->settings['debug_level']">
			<div id='ipsDebug_footer'>
				<strong>{$this->lang->words['time_now']}</strong> {$footer_items['time']}
				<if test="lastvisit:|:$this->memberData['member_id'] AND $this->memberData['last_visit']"><strong>{$this->lang->words['you_last_visit']}</strong> {parse date="$this->memberData['last_visit']" format="short"}</if>
				<strong>{$this->lang->words['stat_exec']}</strong> {$stats['ex_time']} <if test="isfloat:|:is_float($stats['ex_time'])">{$this->lang->words['stats_sec']}</if>
				<strong>{$this->lang->words['stat_load']}</strong> {$stats['server_load']}
				<strong>{$this->lang->words['stat_queries']}</strong> {$stats['queries']} <if test="sqldebuglink:|:IPS_SQL_DEBUG_MODE"><a href='{parse url="{$this->settings['query_string_safe']}&debug=1" base="public"}'></if>{$this->lang->words['stats_queries']}<if test="closesqldebuglink:|:IPS_SQL_DEBUG_MODE"></a></if>
				<strong>{$this->lang->words['stat_gzip']}</strong> {$stats['gzip_status']}
			</div>
		</if>
		{$stats['task']}
		<if test="includeLightboxDoReal:|:$this->settings['do_include_lightbox_real']">
			{parse template="include_lightbox_real" group="global" params=""}
		<else />
			<script type="text/javascript">
				ipb.global.lightBoxIsOff();
			</script>
		</if>
		<if test="!$this->memberData['member_id']">
			{parse template="inlineLogin" group="global" params=""}
		</if>
	</div>

	<!--DEBUG_STATS-->
</body>
</html>

 

@cara, Еще можете в ipb_styles.css поискать все

min-width: 960px;

и попробовать уменьшить до 900

 

960, кстати, значение по дефолту.

Это предельное под 1024....

Изменено пользователем Fisana

Опубликовано:

Обрезал логотип - не помогло. Поменял 4 значения 960 на 900 - помогло :)

Спасибо!

Опубликовано:

Еще раз огромное спасибо за скин!

 

Единственный момент!

Не подскажите как этот косячек поправить с фоном под логотипом на больших разрешениях?

Например в "чайном" скине все четко. а тут идет начало и конец картинки по бокам.

 

a64d007ded86.jpg

  • 2 месяца спустя...
Опубликовано:

Вроде все делал по инструкции...

Получается вот так...

 

http://clip2net.com/s/2a6rs

Изменено пользователем Семёныч

Опубликовано:

Получается вот так...

У Вас папка с изображениями используется от дефолтного стиля (master). В АЦ на странице со стилями напротив данного нажмите на треугольник и из выпадающего меню выберите Edit Settings. Далее в Use image directory? из выпадающего списка выберите папку с изображениями данного стиля (если Вы их загружали). Ну и Save Set соответственно.

Опубликовано:

Я исправил спасибо..))

  • 1 месяц спустя...
Опубликовано:

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

post-22607-0-08073200-1346780825_thumb.jpg

post-22607-0-98382500-1346780998_thumb.jpg

Изменено пользователем artem2206

Опубликовано:
  • Автор

А где Вы нашли хотя бы слово о том, что скин поддерживает чат?

Будьте добры, покажите.

 

И в дефолтном как со смайлами?

Возможно, они просто слишком большие для стандартных окошек.

Опубликовано:

А где Вы нашли хотя бы слово о том, что скин поддерживает чат?Будьте добры, покажите.И в дефолтном как со смайлами?Возможно, они просто слишком большие для стандартных окошек.

А где Вы нашли хотя бы слово о том, что скин поддерживает чат?

Будьте добры, покажите.

я что то даже и не глянул, привык что все сразу работает по умолчанию, и тем не менее, вот еще наплывы:

1.

post-22607-0-38799100-1346903272_thumb.jpg

2

post-22607-0-18196600-1346903319_thumb.jpg

 

еще вопросик, где подправить шапку?

post-22607-0-00588900-1346903530_thumb.jpg

Изменено пользователем artem2206

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

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.