Posted 1 марта, 201212 yr comment_702 Список изменений в стиле 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; }
1 марта, 201212 yr Author comment_703 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]
1 марта, 201212 yr Author comment_704 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']}&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']}&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']}&k={$this->member->form_hash}&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]
2 марта, 201212 yr Author comment_712 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&module=search&do=search&search_tags={parse expression="urlencode($tag)"}&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">&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&module=search&do=search&search_tags={parse expression="urlencode($tag)"}&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">&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.