Перейти к публикации
View in the app

A better way to browse. Learn more.

Дизайн и модификация 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.

Анонимный вход

Опубликовано:

Здравствуйте!

 

Насколько я понимаю у IPS 4.2 нет возможности отключить анонимный вход в админке. Можно ли в таком случае его как-то вырезать из шаблонов?

 

loginPopupForm

 

<form accept-charset='utf-8' class="ipsPad ipsForm ipsForm_vertical" method='post' action='{$action}' data-ipsValidation novalidate>
<input type="hidden" name="{$id}_submitted" value="1">
{{foreach $hiddenValues as $k => $v}}
	<input type="hidden" name="{$k}" value="{$v}">
{{endforeach}}
<h4 class="ipsType_sectionHead">{lang="login"}</h4>
<br><br>
<ul class='ipsList_reset'>
	{{foreach $elements as $collection}}
		{{foreach $collection as $input}}
			{{if $input instanceof \IPS\Helpers\Form\Text}}
				<li class="ipsFieldRow ipsFieldRow_noLabel ipsFieldRow_fullWidth">
					<input type="{$input->formType}" required placeholder="{lang="$input->name"}" name='{$input->name}' id='{$input->htmlId}'>
				</li>
			{{else}}
				{$input->rowHtml($form)|raw}
			{{endif}}
		{{endforeach}}
	{{endforeach}}
	<li class="ipsFieldRow ipsFieldRow_fullWidth">
		<br>
		<button type="submit" class="ipsButton ipsButton_primary ipsButton_small" id="elSignIn_submit">{lang="login"}</button>
		<br>
		<p class="ipsType_right ipsType_small">
			<a href='{url="app=core&module=system&controller=lostpass" seoTemplate="lostpassword"}' data-ipsDialog data-ipsDialog-title='{lang="forgotten_password"}'>{lang="forgotten_password"}</a>
		</p>
	</li>
</ul>
</form>

 

loginPopup

 

<div id='elUserSignIn_menu' class='ipsMenu ipsMenu_auto ipsHide'>
<div data-role="loginForm">
	{{if count ( $login->forms( FALSE, TRUE ) ) > 1}}
		<div class='ipsColumns ipsColumns_noSpacing'>
			<div class='ipsColumn ipsColumn_wide' id='elUserSignIn_internal'>
	{{endif}}
	{{foreach $login->forms( FALSE, TRUE ) as $k => $form}}
		{{if $k === '_standard'}}
			{$form->customTemplate( array( \IPS\Theme::i()->getTemplate( 'global', 'core', 'front' ), 'loginPopupForm' ) )|raw}
		{{endif}}
	{{endforeach}}
	{{if count ( $login->forms( FALSE, TRUE ) ) > 1}}
			</div>
			<div class='ipsColumn ipsColumn_wide'>
				<div class='ipsPad' id='elUserSignIn_external'>
					<div class='ipsAreaBackground_light ipsPad_half'>
						<p class='ipsType_reset ipsType_small ipsType_center'><strong>{lang="sign_in_with_these"}</strong></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>
			</div>
		</div>
	{{endif}}
</div>
</div>

 

 

Или невозможно?

Рекомендованные сообщения

Опубликовано:

Как нет возможности?

anon.png

Создайте аккаунт или войдите в него для комментирования

Сейчас на странице 0

  • Нет пользователей, просматривающих эту страницу.

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.