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.

Изменить cсылку на приложение [help me!]

Featured Replies

Posted

Здраствуйте. Я установил приложение tutorials. Нужно изменить адрес на board. 

post-17326-0-63606500-1394651030.png

Пробовал менять название на board и директорию приложения, не помогло (никакую страницу не загружает, просто белая страница)

Гугление не помогло =/

Edited by oijuhoiu8h

  • Author

mod rewrite

post-17326-0-84677800-1394738514_thumb.p

у меня так и стоял

Ссылки меняются в файле furlTemplates пере установкой компонента

удалил приложение. заменил все tutorials на board, переименовал папку туториалс на боард, установил.

Адрес изменился, только ошибка 404 :post-17326-0-01056300-1394738991_thumb.p

  • Author
<?php

/**
 * Product Title:		board
 * Product Version:		1.5.0
 * Author:				Michael McCune
 * Website:				Invision Focus
 * Website URL:			__invisionfocus.com/
 * Email:				michael.mccune@gmail.com
 */

if ( !defined( 'IN_IPB' ) )
{
	print "<h1>Incorrect access</h1>You cannot access this file directly. If you have recently upgraded, make sure you upgraded all the relevant files.";
	exit();
}

$_SEOTEMPLATES = array( 'cat'			=> array( 'app'		      => 'board',
												  'allowRedirect' => 1,
												  'isPagesMode'   => 1,
												  'out'           => array( '#app=board(?:&|&amp;)cat=(.+?)(&|$)#i', 'board/category/$1-#{__title__}/$2' ),
												  'in'            => array( 'regex'   => "#/board/category/(d+?)-#i",
																			'matches' => array( array( 'app', 'board' ), array( 'cat', '$1' ) ) ) ),
						
						'article'       => array( 'app'		      => 'board',
												  'allowRedirect' => 1,
												  'isPagesMode'   => 1,
												  'out'           => array( '#app=board(?:&|&amp;)article=(.+?)(&|$|#)#i', 'board/article/$1-#{__title__}/$2' ),
												  'in'            => array( 'regex'   => "#/board/article/(d+?)-#i",
																			'matches' => array( array( 'app', 'board' ), array( 'article', '$1' ) ) ) ),
						
						'all_comments'  => array( 'app'           => 'board',
												  'allowRedirect' => 1,
												  'isPagesMode'   => 1,
												  'out'           => array( '#app=board(?:&|&amp;)module=display(?:&|&amp;)section=comments?(&|$)#i', 'board/comments/&' ),
												  'in'            => array( 'regex'   => "#/board/comments#i",
																			'matches' => array( array( 'app', 'board' ), array( 'module', 'display' ), array( 'section', 'comments' ) ) ) ),
						
						'adv_stats'     => array( 'app'           => 'board',
												  'allowRedirect' => 1,
												  'out'           => array( '#app=board(?:&|&amp;)module=display(?:&|&amp;)section=stats?(&|$)#i', 'board/stats/$2' ),
												  'in'            => array( 'regex'   => "#/board/stats#i",
																			'matches' => array( array( 'app', 'board' ), array( 'module', 'display' ), array( 'section', 'stats' ) ) ) ),
						
						'random_art'    => array( 'app'           => 'board',
												  'allowRedirect' => 1,
												  'out'           => array( '#app=board(?:&|&amp;)module=actions(?:&|&amp;)section=random?(&|$)#i', 'board/random/$2' ),
												  'in'            => array( 'regex'   => "#/board/random#i",
																			'matches' => array( array( 'app', 'board' ), array( 'module', 'actions' ), array( 'section', 'random' ) ) ) ),
						
						'app=board'	=> array( 'app'           => 'board',
												  'allowRedirect' => 1,
												  'out'           => array( '#app=board$#i', 'board/' ),
												  'in'            => array( 'regex'   => "#^/board/?$#i",
																			'matches' => array( array( 'app', 'board' ) ) ) ),
					  );

так?

Guest
This topic is now closed to further replies.

Последние посетители 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.