PHPBB Redirect Remover

By Dan F Last update Dec 3, 2005 — Installed 3,766 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 6 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
scb2k User

I need help with this... does this work with phpNUKE???

Please help me I want to get rid of the redirect...

Thank you!!!

 
Cece User

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

 
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;
})();

 
Jas Randal User

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

 
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.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel