Login
User Name:

Password:



Register
Forgot your password?
Template missing: ADMIN_MEMBER_DELETE
Aug 30, 2010, 9:45 pm
By Kline
Making Messes
Aug 5, 2010, 8:46 pm
By Conner
Personal CSS substitution
Aug 5, 2010, 7:00 pm
By Conner
No preview on post edits?
Aug 5, 2010, 11:17 am
By Conner
Video BBCode Buttons
Aug 3, 2010, 11:12 am
By Conner
QSF Portal 1.5
Author: QSF Portal Team
Submitted by: Samson
Ashlander 3 for QSFP 1.4.6
Author: Samson
Submitted by: Samson
QSF Portal 1.4.6
Author: QSF Portal Team
Submitted by: Samson
Ashlander 3 for QSFP 1.4.5
Author: Samson
Submitted by: Samson
QSF Portal 1.4.5
Author: QSF Portal Team
Submitted by: Samson
CommonCrawl, Yandex, Bing

Members: 0
Guests: 0
Stats
Files
Topics
Posts
Members
Newest Member
31
197
873
59
norby500
Affiliates
Arthmoor Quicksilver Forums
View our reviews on Hot Scripts
» QSF Portal » QSF Portal Project » Bugs » [Bug:Javascript] Forumjump.js...
Forum Rules | Mark all | Recent Posts

[Bug:Javascript] Forumjump.js uses the wrong URL target.
< Newer Topic :: Older Topic > Fixed in 1.4.6

Pages:<< prev 1 next >>
Post is unread #1 Mar 1, 2010, 1:09 am
Go to the bottom of the page Go to the top of the page


Samson
Administrator
GroupAdministrators
Posts315
JoinedOct 9, 2006
WWW

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
       
Pages:<< prev 1 next >>