Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка 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.

Featured Replies

Posted

Subway for IP.Suite 4.1.x 1.11


Новая версия темы Subway for IP.Suite для 4.1.10 - проверено на версии от IAF. Кроме того, по заверениям разработчиков, пойдёт и на будущей 4.1.11

Настройки на английском, но сложного ни чего нет. Можно перевести в админке, при желании.


  • 1 месяц спустя...
  • 1 месяц спустя...

hello

Thank You For This Theme .

this theme have a error in v4.1.13 and 4.1.13.2 : 

"[[Template core/front/messaging/messageListRows is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]"

  • 9 месяцев спустя...
  • 2 месяца спустя...
18 часов назад, Tpa6JI сказал:

Подскажите, как переместить меню вверх к меню пользователя? буду при много благодарен.

перейти к global_template и найти:

    <div class='focusContentWrap'>
           <div id='ipsLayout_header' class='ipsClearfix'>

                  <div id='respSearch'></div>

                  <header id='header' class='ipsClearfix'>
                    <div class='flexColumns mobileLayout'>
                        <div class='largeColumn'>{template="logo" app="core" group="global" params=""}</div>
                        <div class='ipsClearfix'>{template="navBar" app="core" group="global" params=""}</div>
                    </div>
                  </header>

              </div>

изрежит его и поставит после:

{{if theme.ipsf_backgroundType === 'ipsfocus_background'}}<div id='patternWrap'>{{endif}}
      <div class='ipsLayout_container mainWidth ipsClearfix'>

резултат

Untitled.png

5 часов назад, Silence сказал:

перейти к global_template и найти:


    <div class='focusContentWrap'>
           <div id='ipsLayout_header' class='ipsClearfix'>

                  <div id='respSearch'></div>

                  <header id='header' class='ipsClearfix'>
                    <div class='flexColumns mobileLayout'>
                        <div class='largeColumn'>{template="logo" app="core" group="global" params=""}</div>
                        <div class='ipsClearfix'>{template="navBar" app="core" group="global" params=""}</div>
                    </div>
                  </header>

              </div>

изрежит его и поставит после:


{{if theme.ipsf_backgroundType === 'ipsfocus_background'}}<div id='patternWrap'>{{endif}}
      <div class='ipsLayout_container mainWidth ipsClearfix'>

резултат

Untitled.png

Спасибо конечно, но я не про то, можно ли как то меню объединить? а лого растянуть.

В 04.07.2017 в 02:38, Silence сказал:

Не панимаю вам .... как меню обединит .... 

Можно ли как то сделать так

Блок меню под цифрой 1 перенести под лого
Лого растянуть (ц. 2 )Безымянный.jpg

перейти к global_template и и заменит все содержание с етом:

Спойлер

<!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=""}
		<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css' />
		{template="includeCSS" app="core" group="global" location="global" params=""}
		{{if theme.ipsf_backgroundType === 'ipsfocus_backgroundPicker'}}
		<style type='text/css' id='styleBackground'></style>
		{{endif}}
      	{{if theme.ipsf_backgroundType === 'ipsfocus_background'}}
		<style type='text/css' id='stylePrimary'></style>
      	<style type='text/css' id='styleSecondary'></style>
        <style type='text/css' id='stylePattern'></style>
		{{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}} {theme="ipsf_backgroundType"} {{if theme.ipsf_valentines}}ipsfocus_valentines{{endif}} {{if theme.ipsf_christmas}}ipsfocus_christmas{{endif}} {{if theme.ipsf_fixedHeader}}ipsfocus_fixedHeader{{endif}} {{if !member.member_id}}ipsfocus_guest{{endif}} tee' {{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>
{{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="mobileNavBar" app="core" group="global" params=""}{{endif}}
      
{{if theme.ipsf_backgroundType === 'ipsfocus_background'}}<div id='patternWrap'>{{endif}}
      <div class='ipsLayout_container mainWidth ipsClearfix'>
      <div class='focusContentWrap'>
              <div id='ipsLayout_header' class='ipsClearfix'>
                  <div id='respSearch'></div>
                  <header id='header' class='ipsClearfix'>
                    <div class='flexColumns mobileLayout'>
                        <div class='largeColumn'>{template="logo" app="core" group="global" params=""}</div>
                    </div>
                  </header>
              </div>
        <div id='ipsLayout_header' class='ipsClearfix'>
        <header id='header' class='ipsClearfix'>
                    <div class='flexColumns mobileLayout'>
        <div class='ipsClearfix'>{template="navBar" app="core" group="global" params=""}</div>
                      </div>
                  </header>
          </div>
          <div id='navBar' class='ipsClearfix'>
              {{if !in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}}{template="userBar" app="core" group="global" params=""}{{endif}}
              {template="searchBar" app="core" group="global" params=""}
          </div>
		<main role='main' id='ipsLayout_body' class='ipsLayout_container'>
			<div id='ipsLayout_contentArea'>
				<div class='preContentPadding'>
{{if theme.ipsf_backgroundType == 'ipsfocus_background'}}
            <div id='themeEditorWrap'><div id='themeEditor'>
				<div id='editPrimary' class='ipsClearfix'>
					<strong>Content:</strong>
					<span style='background: #55728b;' data-primary="55728b">Slate</span>
					<span style='background: #8263d8;' data-primary="8263d8">Blackcurrant</span>
					<span style='background: #ff74aa;' data-primary="ff74aa">Watermelon</span>
					<span style='background: #e04547;' data-primary="e04547">Strawberry</span>
					<span style='background: #ed6949;' data-primary="ed6949">Orange</span>
					<span style='background: #edbb46;' data-primary="edbb46">Banana</span>
					<span style='background: #6ab453;' data-primary="6ab453">Apple</span>
					<span style='background: #4daf7c;' data-primary="4daf7c">Emerald</span>
					<span style='background: #71665b;' data-primary="71665b">Chocolate</span>
					<span style='background: #333535;' data-primary="333535">Marble</span>
				</div>
				<div id='editSecondary' class='ipsClearfix'>
					<strong>Background:</strong>
					<span style='background: #55728b;' data-secondary="55728b">Slate</span>
					<span style='background: #8263d8;' data-secondary="8263d8">Blackcurrant</span>
					<span style='background: #ff74aa;' data-secondary="ff74aa">Watermelon</span>
					<span style='background: #e04547;' data-secondary="e04547">Strawberry</span>
					<span style='background: #ed6949;' data-secondary="ed6949">Orange</span>
					<span style='background: #edbb46;' data-secondary="edbb46">Banana</span>
					<span style='background: #6ab453;' data-secondary="6ab453">Apple</span>
					<span style='background: #4daf7c;' data-secondary="4daf7c">Emerald</span>
					<span style='background: #71665b;' data-secondary="71665b">Chocolate</span>
					<span style='background: #333535;' data-secondary="333535">Marble</span>
				</div>
				<div id='editPattern' class='ipsClearfix'>
					<strong>Pattern:</strong>
					<span data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Blank</span>
					<span class='p_wave' data-backgroundRepeat="repeat-x" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Waves</span>
					<span class='p_paper' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Notes</span>
					<span class='p_shattered' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Sharp</span>
					<span class='p_wood' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Wood</span>
					<span class='p_rockface' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Rockface</span>
					<span class='p_leather' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Leather</span>
					<span class='p_honey' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Honey</span>
					<span class='p_vertical' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="scroll">Vertical</span>
					<span class='p_triangles' data-backgroundRepeat="repeat" data-backgroundPosition="topCenter" data-backgroundAttach="fixed">Triangles</span>
				</div>
			</div></div>
{{endif}}
                    {template="ipsfocus_backgroundPicker" if="theme.ipsf_backgroundType == 'ipsfocus_backgroundPicker'" app="core" group="global" params=""}
                    <!-- Breadcrumbs -->
                    <div class='ipsfocus_breadcrumbWrap ipsClearfix'>
                    	{template="ipsfocus_socialButtons" if="theme.ipsf_social" app="core" group="global" params=""}
                    	{template="breadcrumb" app="core" group="global" params="true, 'top'"}
                    </div>
					{template="ipsfocus_globalMessage" if="theme.globalMessage" app="core" group="global" params=""}
                    {{if !member.member_id}}{template="ipsfocus_guestMessage" if="theme.ipsf_guest" app="core" group="global" params=""}{{endif}}
                    {template="ipsfocus_countdown" if="theme.ipsf_countdown" app="core" group="global" params=""}
            	</div>
				<div id='ipsLayout_contentWrapper'>
					{template="sidebar" if="theme.sidebar_position == 'left'" app="core" group="global" params="'left'"}
					<div id='ipsLayout_mainArea'>
						<a id='elContent'></a>
						{template="offlineMessage" if="!settings.site_online && \IPS\Member::loggedIn()->group['g_access_offline']" app="core" group="global" params=""}
						{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"}
						{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'"}
				</div>
                {template="ipsfocus_megaFooter" if="theme.ipsf_megaFooter" app="core" group="global" params=""}
				{template="breadcrumb" app="core" group="global" params="false, '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' )"}
		</main>
            
        </div>
        
		<div class='ipsLayout_container'><footer id='ipsLayout_footer' class='ipsClearfix'>
				
			{advertisement="ad_global_footer"}
			{template="footer" app="core" group="global" params=""}
			
		</footer></div>

	</div>
{{if theme.ipsf_backgroundType === 'ipsfocus_background'}}</div> <!-- /patternWrap -->{{endif}}
      
		{{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=""}
		{template="ipsfocus_videoBackground" if="theme.ipsf_backgroundType == 'ipsfocus_videoBackground'" app="core" group="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>

 

перейти к _ipsfocus_theme.css и найти:

/* Set width for More menu */
.navAlign{
  	float: right;
  	padding-right: 1px;
  	border: 7px solid #fff;
  	border-width: 0px 0px 0px 7px;
}

заменит на:

/* Set width for More menu */
.navAlign{
  	float: right;
  	padding-right: 1px;
}

резултат:

subway.png

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.

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.