Forum UnArchiver

By Vaughan Chandler Last update Apr 26, 2008 — Installed 1,318 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 3 voices



Jesse Andrews Admin

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

 
Vaughan Chan... Script's Author

Thanks LenR, the code has been included.

 
LenR Scriptwright

how about for lofiversion?

//code by Len Rodman
//tested on neowin.net forums
var site2 = loc.substring(0,loc.indexOf('/lofiversion') + 1);
if (m = loc.match(/index\.php\/([ft])(\d+)\.html/)) {
var page2;
if (m[1] == 't') { page2 = 'showtopic'; }
location.replace(site2 + 'index.php?' + page2 + '=' + m[2]);
}else if (loc.charAt(loc.length-1) == '/') {
location.replace(site2);
}