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

Список изменений в стиле IP.Board 3.3.0 Beta 2 по сравнению с Beta 1:

ipb_styles.css:

Заменено:

#user_link_dd
На:
#user_link_dd, .dropdownIndicator
Заменено:
#user_link_dd
На:
#user_link_dd, .menu_active .dropdownIndicator
Удалено:

}

.submenu_indicator {
display: inline-block;
width: 9px; height: 5px;
background: url({style_images_url}/header_dropdown.png ) no-repeat left;
}

.submenu_container.ipsHeaderMenu {
width: 260px;
}

.submenu_container .submenu_links li {
line-height: 130%;
margin: 4px 0;
text-shadow: 0px 1px 0 rgba(255,255,255,1);
white-space: nowrap;
Заменено:
#primary_nav li
На:
#community_app_menu > li
Заменено:
 #primary_nav  a
На:
 #community_app_menu > li > a
Заменено:
 #primary_nav  a:hover, #primary_nav a.menu_active
На:
 #community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active
Заменено:
 #more_apps_menucontent
На:
 #more_apps_menucontent, .submenu_container
Заменено:
  #more_apps_menucontent li
На:
 #more_apps_menucontent li, .submenu_container li
Заменено:
#more_apps_menucontent a
На:
#more_apps_menucontent a, .submenu_container a
Добавлено:
#more_apps_menucontent li:hover, .submenu_container li:hover { background-color: #fff !important; }
Заменено:
#more_apps_menucontent a:hover
На:
#more_apps_menucontent:hover a, .submenu_container li:hover a
Добавлено:
#community_app_menu .submenu_container {
width: 260px;
}

#community_app_menu .submenu_container li {
width: 260px;
}

  • Author

skin_forum > topic (Список тем форума > topic)

Заменено (2 раза):

title='{$this->lang->words['topic_goto_page']}
На:
title='{$data['title']} {$this->lang->words['topic_goto_page']}[/code]




[i][b]Заменено:[/b][/i]

[code] <a href="{parse url="app=forums.................[/code]
[b]На:[/b]
[code]<a <if test="isMember:|:$this->memberData['member_id']"> <a href="{parse url="app=forums.................[/code]
[i][b]Заменено:[/b][/i]
[code] ...............ipb.forums.retrieveWhoPosted( {$data['tid']} );">{parse format_number="$data['posts']"}......................[/code]
[b]На:[/b]
[code]...............ipb.forums.retrieveWhoPosted( {$data['tid']} );"> </if>{parse format_number="$data['posts']"}......................[/code]
[i][b]Заменено:[/b][/i]
[code] ...............<else />{$this->lang->words['replies']}</if> </a>[/code]
[b]На:[/b]
[CODE]...............<else />{$this->lang->words['replies']}</if> <if test="isMemberCloseA:|:$this->memberData['member_id']"> </a> </if>[/code]

  • Author

skin_global > globalTemplate (Глобальные --> globalTemplate)

Заменено:


<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>
{parse template="quickSearch" group="global" params=""}
</div>
На:

<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>
[/code] [i][b]Заменено:[/b][/i]
[code]
{$this->lang->words['skin_browser_set']} <a href='{parse url="{$this->settings['query_string_formatted']}&amp;unlockUserAgent=1" base="public"}'>{$this->lang->words['override_browser_theme']}</a>
[/code]
] [b]На:[/b]
[code]
{$this->lang->words['skin_browser_set']} <a href='#' data-clicklaunch='changeSkin' data-skinid='unlockUserAgent'>{$this->lang->words['override_browser_theme']}</a>
[/code]
[i][b]Заменено:[/b][/i]
[code]
<a href='{parse url="{$this->settings['query_string_formatted']}&amp;setAsMobile=1" base="public"}'>{$this->lang->words['set_mobile_theme']}</a>
[/code]
[b]На:[/b]
[code]
<a href='#' data-clicklaunch='changeSkin' data-skinid='setAsMobile'>{$this->lang->words['set_mobile_theme']}</a>
[/code]
[i][b]Заменено:[/b][/i]
[code]
<a href='{parse url="{$this->settings['query_string_formatted']}&amp;k={$this->member->form_hash}&amp;settingNewSkin={$skin['id']}" base="public"}'>{$skin['title']}</a>
[/code]
[b]На:[/b]
[CODE]
<a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a>
[/code]

  • Author

skin_global_other > tagEntry

Заменено:

<if test="isNotHuman:|:!$this->member->is_not_human">
<a <if test="noClass:|:!$noClass">class='ipsTag'</if>
На:
<a <if test="noClass:|:!$noClass">class='ipsTag'</if>[/code]






[i][b]Заменено:[/b][/i]

[code]
<if test="isNotHuman:|:!$this->member->is_not_human">
<a <if test="noClass:|:!$noClass">class='ipsTag'</if> href="{parse url="app=core&amp;module=search&amp;do=search&amp;search_tags={parse expression="urlencode($tag)"}&amp;search_app=<if test="inSearch:|:isset($this->request['search_app']) AND $this->request['search_app']">{$this->request['search_app']}<else />{$app}</if> <if test="hasSearchSection:|:$section">&amp;search_app_filters[<if test="inSearchSub:|:isset($this->request['search_app']) AND $this->request['search_app']">{$this->request['search_app']}<else />{$app}</if>][searchInKey]={$section}</if>" base="public"}"data-tooltip="{parse expression="sprintf( $this->lang->words['find_more_tags'], $tag )"}"> <span>{$tag}</span> </a>
<else />
{$tag}
</if>
[/code]
[b]На:[/b]
[CODE]<a <if test="noClass:|:!$noClass">class='ipsTag'</if> href="{parse url="app=core&amp;module=search&amp;do=search&amp;search_tags={parse expression="urlencode($tag)"}&amp;search_app=<if test="inSearch:|:isset($this->request['search_app']) AND $this->request['search_app']">{$this->request['search_app']}<else />{$app}</if> <if test="hasSearchSection:|:$section">&amp;search_app_filters[<if test="inSearchSub:|:isset($this->request['search_app']) AND $this->request['search_app']">{$this->request['search_app']}<else />{$app}</if>][searchInKey]={$section}</if>"base="public" template="tags" seotitle="false"}" data-tooltip="{parse expression="sprintf( $this->lang->words['find_more_tags'], $tag )"}"> <span>{$tag}</span> </a>[/code]

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.