Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

PHPBB Redirect Remover

Should work on any PHPBB install. It removes the delay between when you post and when you go back to the thread you were viewing (cuts out the please wait… page). I have not noticed any adverse affects on any of the PHPBB boards I frequent. If it doesn’t work, please double check that it is running, I can’t know the locations of all the PHPBB installs! Should be able to detect most PHPBB sites tho. This script will probably also work with the deleting page as well, just update the includes.

Should work on *any* PHPBB install. It removes the delay between when you post and when you go back to the thread you were viewing (cuts out the _please wait..._ page). I have not noticed any adverse affects on any of the PHPBB boards I frequent. If it doesn't work, please double check that it is running, I can't know the locations of all the PHPBB installs! Should be able to detect most PHPBB sites tho. This script will probably also work with the deleting page as well, just update the includes.




Nov 6, 2006
Cece User

i have problems when editing a post and previewing it ..
on previewing the edited post it redirects me to the thread.

 
Jan 24, 2006
dirk User

The following lines of code should do the same:

(function() {
var links = document.getElementsByTagName("a");
for (var i = 0; i < links.length; i++)
if (links[i].href.indexOf("viewtopic.php") > 0)
location.href = links[i].href;
})();

 
Jan 12, 2006
Jas Randal User

Works like a charm for me. I love it, pops me right back to the thread, no waiting.

 
Dec 25, 2005
Desconocido User

I've tried it on http://forums.gentoo.org, but seems it doesn't work.

I've set the included pages of GM to "http://*.gentoo.org/posting.php" but it din't help.

You could comment on this script if you were logged in.