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

Смотри, поставил на форум шаблончик ( с этого форума ).
Вроде в целом все настроил уже, но вот тут есть такой момент)
Как понимаю это - рекламный блок, или незнаю) может что другое.
Ну в общем, как туда запихать рекламу, или-же может вообще убрать?
Где копать? находится это в самом верху форума)
Вот:

1545089016_.thumb.PNG.27da0ed990b4ddf10bebce91168d77b1.PNG

 

Это как бы шапка ну если тебе её не нужно то зайди в 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;
}

Удали строки где // это у кого то руки кривые наверно были

Последняя ссылка это и есть шапка замени её.

  • Author
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?

  • Author

Спасибо, разобрался)
Ваш совет помог)
1865287340_3.thumb.PNG.893d3b843a683fa8c41be771ce38388a.PNG

Так как при переходе он переходит вот так... Корявенько

319065255_4.PNG.154322643fd8f0deeb8027845d34c69d.PNG
Второй вопрос: 
Как убрать это?

 

  • Author
<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>

 

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.