Posted 31 октября, 20195 yr comment_159930 Смотри, поставил на форум шаблончик ( с этого форума ). Вроде в целом все настроил уже, но вот тут есть такой момент) Как понимаю это - рекламный блок, или незнаю) может что другое. Ну в общем, как туда запихать рекламу, или-же может вообще убрать? Где копать? находится это в самом верху форума) Вот: Link to comment https://ipbmafia.ru/topic/21822-kak-ubratizmenit-etot-blok/ Share on other sites Больше вариантов
31 октября, 20195 yr comment_159934 Это как бы шапка ну если тебе её не нужно то зайди в globaltemplate если не ошибаюсь и найди <div class="brandwrap"> <div class="wrapper"> </div> </div> и закомментируй Или в css найди .brandwrap { //line-height: 150px; line-height: 270px; //height: 150px; margin-top: 2px; height: 270px; //background: #2c3e50; //background: #D2D2D2 url(http://game-world.hl2.su/public/style_images/IPSFutureIMG/shapka foruma/shapka1.jpg) repeat-x 0 0; background: #D2D2D2 url(http://game-world.hl2.su/public/style_images/IPSFutureIMG/shapka foruma/shapka1.jpg) 100% 0; background-repeat: repeat-x; background-size: 100% 100%; //border-bottom: 2px solid #288FBF; box-shadow: 0px 2px 4px rgba(0,0,0,0.2); border-radius: 10px 10px 0px 0px; border-top: 2px solid #EFEFEF; border-left: 2px solid #EFEFEF; border-right: 2px solid #EFEFEF; } Удали строки где // это у кого то руки кривые наверно были Последняя ссылка это и есть шапка замени её. Link to comment https://ipbmafia.ru/topic/21822-kak-ubratizmenit-etot-blok/?&do=findComment&comment=159934 Share on other sites Больше вариантов
1 ноября, 20195 yr Author comment_159955 23 часа назад, Evols сказал: .brandwrap { //line-height: 150px; line-height: 270px; //height: 150px; margin-top: 2px; height: 270px; //background: #2c3e50; //background: #D2D2D2 url(http://game-world.hl2.su/public/style_images/IPSFutureIMG/shapka foruma/shapka1.jpg) repeat-x 0 0; background: #D2D2D2 url(http://game-world.hl2.su/public/style_images/IPSFutureIMG/shapka foruma/shapka1.jpg) 100% 0; background-repeat: repeat-x; background-size: 100% 100%; //border-bottom: 2px solid #288FBF; box-shadow: 0px 2px 4px rgba(0,0,0,0.2); border-radius: 10px 10px 0px 0px; border-top: 2px solid #EFEFEF; border-left: 2px solid #EFEFEF; border-right: 2px solid #EFEFEF; } В css где это найти? В globaltemplate? Link to comment https://ipbmafia.ru/topic/21822-kak-ubratizmenit-etot-blok/?&do=findComment&comment=159955 Share on other sites Больше вариантов
1 ноября, 20195 yr Author comment_159956 Спасибо, разобрался) Ваш совет помог) Так как при переходе он переходит вот так... Корявенько Второй вопрос: Как убрать это? Link to comment https://ipbmafia.ru/topic/21822-kak-ubratizmenit-etot-blok/?&do=findComment&comment=159956 Share on other sites Больше вариантов
1 ноября, 20195 yr comment_159957 Смотри в шаблоне navbar или как он там точно не знаю давно не пользуюсь устаревшим движком Link to comment https://ipbmafia.ru/topic/21822-kak-ubratizmenit-etot-blok/?&do=findComment&comment=159957 Share on other sites Больше вариантов
2 ноября, 20195 yr Author comment_159963 <body id='ipboard_body'> <p id='content_jump' class='hide'><a href='#j_content' title='{$this->lang->words['jump_to_content']}' accesskey='m'>{$this->lang->words['jump_to_content']}</a></p> <div id='ipbwrapper' class='wrapper'> <div class="topmenu_one"> <div class="topmenu"> <div class="wrapper"> <div id='primary_nav' class='clearfix'> <ul class='ipsList_inline' id='community_app_menu'> <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> <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']"> </if> <if test="showhomeurl:|:$this->settings['home_url'] AND $this->settings['home_name']"> </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> </ul> Link to comment https://ipbmafia.ru/topic/21822-kak-ubratizmenit-etot-blok/?&do=findComment&comment=159963 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.