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

Подскажите пожалуйста, как сделать так, что бы можно было зайти на форум только через стим. Тем самым убрав кнопки входа/регистрации. (интеграцию настроил, осталось только убрать кнопки входа/регистрации и выровнять блок STEAM по середине.) Подскажите как это сделать. 

Версия форума 4.1.9 

as.png

  • Author
4 часа назад, WOLF сказал:

в custom.css добавить:


.ipsColumn.ipsColumn_fluid.ipsBox {
    display: none;
}

 

Подскажите пожалуйста, как сделать также при регистрации. Что бы только через стим. 

asd.png

  • Author
10 минут назад, WOLF сказал:

тогда ищи в html файлах 


<div data-role="registerForm">
  
</div>

и вержи оттуда кусок

Я нашел данный кусок в двух местах, вырезал его, но к сожалению ничего не изменилось. 

1 час назад, zlo16 сказал:

Я нашел данный кусок в двух местах, вырезал его, но к сожалению ничего не изменилось. 

в файле register 

<div class='ipsColumn ipsColumn_fluid'>
			{{endif}}
					<div class='ipsBox ipsPad_double {{if count ( $login->forms( FALSE, TRUE ) ) == 1}}cRegister_noSocial ipsPos_center{{endif}}'>
						{$form|raw}
					</div>
			{{if count ( $login->forms( FALSE, TRUE ) ) > 1}}
				</div>

вырезать

  • Author
Цитата

<section class='ipsPad'>
    <br>
    <h1 class='ipsType_veryLarge ipsType_center ipsType_reset'>{lang='sign_up'}</h1>
    <p class='ipsType_large ipsType_center ipsType_light'>{lang="existing_user"} <a href='{url="app=core&module=system&controller=login" seoTemplate="login"}'>{lang="sign_in_short"}</a></p>
    <br>

    <div data-role="registerForm">
        <div class='ipsColumns ipsColumns_collapseTablet'>
            <div class='ipsColumn ipsColumn_fluid'>
                <div class='ipsBox ipsPad'>
                    {$form|raw}
                </div>
            </div>
            {{if count ( $login->forms( FALSE, TRUE ) ) > 1}}
                <div class='ipsColumn ipsColumn_wide' id='elRegisterSocial'>
                    <div class='ipsBox ipsPad'>
                        <h2 class='ipsType_sectionHead'>{lang='reg_start_faster'}</h2>
                        <p class='ipsType_normal ipsType_reset ipsType_light'>{lang='reg_connect'}</p>
                        <br>
                        {{foreach $login->forms( FALSE, TRUE ) as $k => $form}}
                            {{if $k !== '_standard'}}
                                <div class='ipsPad_half ipsType_center'>
                                    {$form|raw}
                                </div>
                            {{endif}}
                        {{endforeach}}
                    </div>
                </div>
            {{endif}}
        </div>
    </div>
</section>

@WOLF Вот код из register, когда я его изменяю пишет, что он битый и не хочет сохранять. 

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.