Instant Login Redirect

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Instant Login Redirect

Post by Stoker »

Instant Login Redirect
Written by eviL<3

Skip the login confirmation screen and let your users login faster.

Open: includes/functions.php
Find:

Code: Select all

			$redirect = meta_refresh(3, $redirect);
			trigger_error($message . '<br /><br />' . sprintf($l_redirect, '<a href="' . $redirect . '">', '</a>'));
Add before:

Code: Select all

redirect($redirect);

Instant Login Redirect

Post by martin123456 »

Wonder's why there is no thankyou post for such a simple but good snippet.

Instant Login Redirect

Post by Rhyno »

Hmm just applied this works great :)