Перейти к публикации
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.

Обновление форума с 2х на 4.х Блоги ЧПУ

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

Добрый день! Столкнулся с малой проблемой.

Обновил форум давно.... с блогами с 2.х на 4.х все хорошо, но не переадресовывает со старых адресов на новые.

 

 

Старый адрес на запись блога: http://new.mybirds.ru/index.php?automodule=blog&blogid=744&showentry=8457

Новый адрес на запись блога: https:// сайт/forums/blogs/entry/8457-transformatsii/

 

Старый адрес на весь блог: http:// сайт /index.php?automodule=blog&blogid=744&

Новый адрес на весь блог: https:// сайт/forums/blogs/blog/744-rik-elena-dnevnik/

 

Можно, как-то сделать переадресацию, старых ссылок на новые?

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

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

В \applications\blog\Application.php

добавить

	/**
 * Perform some legacy URL parameter conversions
 *
 * @return	void
 */
public function convertLegacyParameters()
{
	/* convert index.php?automodule=blog&blogid=744& */
	if (isset(\IPS\Request::i()->automodule) and \IPS\Request::i()->automodule == 'blog')
	{
		if (isset(\IPS\Request::i()->blogid) and intval(\IPS\Request::i()->blogid) > 0)
		{	
			try
			{
				$blog = \IPS\blog\Blog::loadAndCheckPerms(\IPS\Request::i()->blogid, 'read');

				\IPS\Output::i()->redirect($blog->url());
			}
			catch (\Exception $e){}
		}

		\IPS\Output::i()->redirect(\IPS\Http\Url::internal('app=blog&module=blogs&controller=browse', 'front', 'blogs'));
	}
}

Опубликовано:
  • Автор

Спасибо ;)

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

Сейчас на странице 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.