Jump to content

Languages Flags on Board Top

Featured Replies

Are we the only one with the problem that whenever we switch from languages using the flags on top of the board, we get redirected to the homepage. Or is this a known issue? 

  • Author

The "redirect" is controlled by the Core ( \IPS\core\modules\front\system\language::manage() ) and it "reloads" the current page

\IPS\Output::i()->redirect( \IPS\Request::i()->referrer() ?: \IPS\Http\Url::internal( '' ) );

Exactly what happens on my board:

 

Recently Browsing 0

  • No registered users viewing this page.