Welcome, Guest. Please Login or Register.
Mar 29th, 2024, 2:30am

Home Home Help Help Search Search Members Members Login Login Register Register
Arimaa Forum « Forum links in gameroom doesnt work »


   Arimaa Forum
   Arimaa
   Site Discussion
(Moderator: supersamu)
   Forum links in gameroom doesnt work
« Previous topic | Next topic »
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print
   Author  Topic: Forum links in gameroom doesnt work  (Read 3778 times)
dht
Forum Full Member
***



Arimaa player #8821

   


Gender: male
Posts: 25
Forum links in gameroom doesnt work
« on: Aug 10th, 2013, 10:32am »
Quote Quote Modify 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

   
WWW

Gender: male
Posts: 194
Re: Forum links in gameroom doesnt work
« Reply #1 on: Aug 14th, 2013, 4:21pm »
Quote Quote Modify 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: male
Posts: 1016
Re: Forum links in gameroom doesnt work
« Reply #2 on: Aug 14th, 2013, 6:38pm »
Quote Quote Modify 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: male
Posts: 104
Re: Forum links in gameroom doesnt work
« Reply #3 on: Aug 20th, 2013, 6:58pm »
Quote Quote Modify 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: male
Posts: 25
Re: Forum links in gameroom doesnt work
« Reply #4 on: Aug 30th, 2013, 5:20pm »
Quote Quote Modify 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: male
Posts: 86
Re: Forum links in gameroom doesnt work
« Reply #5 on: Aug 30th, 2013, 10:09pm »
Quote Quote Modify Modify

Yes, it's working for me as well Smiley
IP Logged
Janzert
Forum Guru
*****



Arimaa player #247

   


Gender: male
Posts: 1016
Re: Forum links in gameroom doesnt work
« Reply #6 on: Aug 31st, 2013, 7:13pm »
Quote Quote Modify Modify

Still sends me to the login screen then the gameroom.
 
Janzert
IP Logged
RiEvEr
Forum Junior Member
**



Arimaa player #8933

   


Gender: male
Posts: 6
Re: Forum links in gameroom doesnt work
« Reply #7 on: Sep 24th, 2013, 4:16am »
Quote Quote Modify 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: male
Posts: 25
Re: Forum links in gameroom doesnt work
« Reply #8 on: Oct 25th, 2013, 11:48am »
Quote Quote Modify 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: male
Posts: 883
Re: Forum links in gameroom doesnt work
« Reply #9 on: Oct 25th, 2013, 5:45pm »
Quote Quote Modify 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: male
Posts: 1016
Re: Forum links in gameroom doesnt work
« Reply #10 on: Oct 25th, 2013, 5:58pm »
Quote Quote Modify 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: male
Posts: 1016
Re: Forum links in gameroom doesnt work
« Reply #11 on: Feb 11th, 2014, 10:21am »
Quote Quote Modify 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: male
Posts: 27
Re: Forum links in gameroom doesnt work
« Reply #12 on: Jun 14th, 2014, 2:44pm »
Quote Quote Modify Modify

The link is working again for me.
IP Logged
Pages: 1  Reply Reply Notify of replies Notify of replies Send Topic Send Topic Print Print

« Previous topic | Next topic »

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