Arimaa Forum (http://arimaa.com/arimaa/forum/cgi/YaBB.cgi)
Arimaa >> Site Discussion >> Forum links in gameroom doesnt work
(Message started by: dht on Aug 10th, 2013, 10:32am)

Title: Forum links in gameroom doesnt work
Post by dht on Aug 10th, 2013, 10:32am
The forum link in the community section of the gameroom isn't working for me just takes me to the gameroom login

Title: Re: Forum links in gameroom doesnt work
Post by ocmiente on Aug 14th, 2013, 4:21pm

on 08/10/13 at 10:32:50, dht wrote:
The forum link in the community section of the gameroom isn't working for me just takes me to the gameroom login


It's not working for me either.  

Title: Re: Forum links in gameroom doesnt work
Post by Janzert on Aug 14th, 2013, 6:38pm
Yep, it's been broken for me since the change made earlier this year (http://arimaa.com/arimaa/forum/cgi/YaBB.cgi?board=siteIssues;action=display;num=1365283035).

Janzert

Title: Re: Forum links in gameroom doesnt work
Post by half_integer on Aug 20th, 2013, 6:58pm
I was having this problem and noticed that for some reason, the URL is for the forum login page but the gameroom login page loads.  If I hit reload in the browser then I get the proper forum login and am successful.

I assume there is something in the scripting or something happens too fast the first time, but a full reload seems to work.

Title: Re: Forum links in gameroom doesnt work
Post by dht on Aug 30th, 2013, 5:20pm
It's working for me now, is it fixed for any of you with the same problem?

Title: Re: Forum links in gameroom doesnt work
Post by JimmSlimm on Aug 30th, 2013, 10:09pm
Yes, it's working for me as well :)

Title: Re: Forum links in gameroom doesnt work
Post by Janzert on Aug 31st, 2013, 7:13pm
Still sends me to the login screen then the gameroom.

Janzert

Title: Re: Forum links in gameroom doesnt work
Post by RiEvEr on Sep 24th, 2013, 4:16am
I was coming to post about the same issue.

I have to use the 'forum' link on the main page which is buried within some text in a section near the bottom.

Every other forum link just takes me to the game room via a login.

Title: Re: Forum links in gameroom doesnt work
Post by dht on Oct 25th, 2013, 11:48am
And it's happening again, to help narrow down the problem it seemed to have happened after following a link to a forum post from a comment on a game

Title: Re: Forum links in gameroom doesnt work
Post by Hippo on Oct 25th, 2013, 5:45pm
It worked for me fine on PC's, but from Iphone/ Ipad I have had problems with it recently. Now the problems disappeared. I don't know what solved them.

Title: Re: Forum links in gameroom doesnt work
Post by Janzert on Oct 25th, 2013, 5:58pm
I'm using firefox and the only way it works for me is after using the forum login which sends me to the game room. I can then do a page refresh in the browser which loads the forum.

Or more commonly I just use my old direct link to the forum http://arimaa.com/arimaa/forum/cgi/YaBB.cgi

Janzert

Title: Re: Forum links in gameroom doesnt work
Post by Janzert on Feb 11th, 2014, 10:21am
Today I got tired of clicking the gameroom forum link and getting a new gameroom page instead of the forums (at the same time logging me out of my original gameroom page). So I hacked together a quick greasemonkey/tampermonkey script to rewrite the site forum links as direct links to the forum. In case anyone else would like to use it here it is:


Code:
// ==UserScript==
// @name        Arimaa forum link rewrite
// @namespace   Arimaa
// @description Change arimaa forum links to direct links
// @include     http://arimaa.com/*
// @exclude     http://arimaa.com/arimaa/forum/*
// @version     1
// @grant       none
// ==/UserScript==

var links = document.getElementsByTagName("a");
for (var i=0; i < links.length; i++) {
   if (/.*forumLogin.cgi$/.test(links[i].href)) {
       links[i].href = "http://arimaa.com/arimaa/forum/cgi/YaBB.cgi";
   }
}


Janzert

Title: Re: Forum links in gameroom doesnt work
Post by dree12 on Jun 14th, 2014, 2:44pm
The link is working again for me.



Arimaa Forum » Powered by YaBB 1 Gold - SP 1.3.1!
YaBB © 2000-2003. All Rights Reserved.