Version 1.0.3

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

Version 1.0.3

Post by Nully »

Ok, thanks :)

Version 1.0.3

Post by Stoker »

I added this to error.php

Code: Select all

if (!$user->data['is_bot'] && !empty( $_SERVER['HTTP_REFERER']))
{
			header('refresh:5;url= '.$_SERVER['HTTP_REFERER']);
}
just before page_footer();
It will redirect you to previous page IF there HTTP_REFERER exists.
Nothing fancy.

Version 1.0.3

Post by martin123456 »

Stoker wrote:I added this to error.php

Code: Select all

if (!$user->data['is_bot'] && !empty( $_SERVER['HTTP_REFERER']))
{
			header('refresh:5;url= '.$_SERVER['HTTP_REFERER']);
}
just before page_footer();
It will redirect you to previous page IF there HTTP_REFERER exists.
Nothing fancy.
Works well but if you come from another site and use this link images/ the page hangs but if your on this site and use the link it works.

Version 1.0.3

Post by Stoker »

Works fine for me no matter where I come from?