Author |
Topic: Forum links in gameroom doesnt work (Read 3869 times) |
|
dht
Forum Full Member
Arimaa player #8821
Gender:
Posts: 25
|
|
Forum links in gameroom doesnt work
« on: Aug 10th, 2013, 10:32am » |
Quote Modify
|
The forum link in the community section of the gameroom isn't working for me just takes me to the gameroom login
|
|
IP Logged |
|
|
|
ocmiente
Forum Guru
Arimaa player #3996
Gender:
Posts: 194
|
|
Re: Forum links in gameroom doesnt work
« Reply #1 on: Aug 14th, 2013, 4:21pm » |
Quote Modify
|
on Aug 10th, 2013, 10:32am, 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.
|
|
IP Logged |
|
|
|
Janzert
Forum Guru
Arimaa player #247
Gender:
Posts: 1016
|
|
Re: Forum links in gameroom doesnt work
« Reply #2 on: Aug 14th, 2013, 6:38pm » |
Quote Modify
|
Yep, it's been broken for me since the change made earlier this year. Janzert
|
|
IP Logged |
|
|
|
half_integer
Forum Guru
Arimaa player #8819
Gender:
Posts: 104
|
|
Re: Forum links in gameroom doesnt work
« Reply #3 on: Aug 20th, 2013, 6:58pm » |
Quote Modify
|
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.
|
|
IP Logged |
|
|
|
dht
Forum Full Member
Arimaa player #8821
Gender:
Posts: 25
|
|
Re: Forum links in gameroom doesnt work
« Reply #4 on: Aug 30th, 2013, 5:20pm » |
Quote Modify
|
It's working for me now, is it fixed for any of you with the same problem?
|
|
IP Logged |
|
|
|
JimmSlimm
Forum Guru
Arimaa player #6348
Gender:
Posts: 86
|
|
Re: Forum links in gameroom doesnt work
« Reply #5 on: Aug 30th, 2013, 10:09pm » |
Quote Modify
|
Yes, it's working for me as well
|
|
IP Logged |
|
|
|
Janzert
Forum Guru
Arimaa player #247
Gender:
Posts: 1016
|
|
Re: Forum links in gameroom doesnt work
« Reply #6 on: Aug 31st, 2013, 7:13pm » |
Quote Modify
|
Still sends me to the login screen then the gameroom. Janzert
|
|
IP Logged |
|
|
|
RiEvEr
Forum Junior Member
Arimaa player #8933
Gender:
Posts: 6
|
|
Re: Forum links in gameroom doesnt work
« Reply #7 on: Sep 24th, 2013, 4:16am » |
Quote Modify
|
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.
|
|
IP Logged |
|
|
|
dht
Forum Full Member
Arimaa player #8821
Gender:
Posts: 25
|
|
Re: Forum links in gameroom doesnt work
« Reply #8 on: Oct 25th, 2013, 11:48am » |
Quote Modify
|
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
|
|
IP Logged |
|
|
|
Hippo
Forum Guru
Arimaa player #4450
Gender:
Posts: 883
|
|
Re: Forum links in gameroom doesnt work
« Reply #9 on: Oct 25th, 2013, 5:45pm » |
Quote Modify
|
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.
|
|
IP Logged |
|
|
|
Janzert
Forum Guru
Arimaa player #247
Gender:
Posts: 1016
|
|
Re: Forum links in gameroom doesnt work
« Reply #10 on: Oct 25th, 2013, 5:58pm » |
Quote Modify
|
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
|
|
IP Logged |
|
|
|
Janzert
Forum Guru
Arimaa player #247
Gender:
Posts: 1016
|
|
Re: Forum links in gameroom doesnt work
« Reply #11 on: Feb 11th, 2014, 10:21am » |
Quote Modify
|
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
|
« Last Edit: Feb 11th, 2014, 10:21am by Janzert » |
IP Logged |
|
|
|
dree12
Forum Senior Member
Arimaa player #4082
Gender:
Posts: 27
|
|
Re: Forum links in gameroom doesnt work
« Reply #12 on: Jun 14th, 2014, 2:44pm » |
Quote Modify
|
The link is working again for me.
|
|
IP Logged |
|
|
|
|