Jump to content
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.

открытие навигационного меню форума в новом окне (IPB 3.3.1)

есть основной сайт site.com.

есть форум site.com/forum/ (IPB 3.3.1)

 

в настройках форума Системные настройки --> Глобальные настройки -->Название сайта/Ссылка на сайт

прописал ссылку на сайт и она появилась в верхнем меню форума.

Как сделать так чтобы при клике на эту ссылку в верхнем меню основной сайт открывался в новом окне ?

Featured Replies

ACP > Look & Feel > Ваш скин > globalTemplate

 

Найти:

 

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

Заменить на:

 

					<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" target='_blank'>{$this->settings['home_name']}</a></li>
					</if>

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

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.