Relatively simple. The forumjump selector when you're looking at a list of topics targets an invalid URL. Amazing what you can find while diagnosing web errors on Google Webmasters
Index: qsfportal/javascript/forumjump.js
===================================================================
--- qsfportal/javascript/forumjump.js (revision 350)
+++ qsfportal/javascript/forumjump.js (working copy)
@@ -1,7 +1,7 @@
function get_forum(select,link)
{
if(select.value.substring(0, 1) == '.'){
- self.location.href = link + '?c=' + select.value.substring(1, select.value.length);
+ self.location.href = link + '?a=board&c=' + select.value.substring(1, select.value.length);
}else{
self.location.href = link + '?a=forum&f=' + select.value;
}
.........................
PDNS-Admin | Sandbox | Arthmoor MUD Hosting Services | The Truth About Medievia: A Saga of Code Theft.
"The past was erased, the erasure was forgotten, the lie became truth." -- George Orwell, 1984