Winner of clan league matches

Winner of clan league matches

Site Ideas

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.

Y

PALMETTO

Joined
10 Mar 07
Moves
5754
02 Feb 08

I don't know if this has been suggested in the past, but it would be nice if another column was added stating the winner of the match. Currently the column headers are:
Game id Players Last Move Game State Moves Points

To find out who won the match you have to look at view game for each match. Why not?:

Game id Players Last Move Game Stats Moves Points Winner
so that you can look at a glance who is winning the matches? At least highlight the winner's name under players.

SPS CLAN

Wales

Joined
10 May 05
Moves
86045
02 Feb 08

You get a result 1-0 or 1/2 when the game is completed.so you do know who has won games.

Y

PALMETTO

Joined
10 Mar 07
Moves
5754
02 Feb 08

Originally posted by Smiffy
You get a result 1-0 or 1/2 when the game is completed.so you do know who has won games.
Where do you find the result 1-0 or 1/2?

ook

hirsute rooster

Joined
13 Apr 05
Moves
20493
02 Feb 08

Originally posted by Yogifl
Where do you find the result 1-0 or 1/2?
The points column for the league results is where you can see which way the result went.
3 points for a win, 1 for draw and nothing for a loss.

ook

hirsute rooster

Joined
13 Apr 05
Moves
20493
03 Feb 08

Originally posted by Yogifl
Where do you find the result 1-0 or 1/2?
Do you use Firefox?
Have you got the greasemonkey extension?

if so and you want to see smiles for wins, frowns for draws and unhappy faces for losses (just like the clan home-page shows) - then try this -

// ==UserScript==
// @name RHP league results
// @namespace orangutan
// @description League results made plain
// @include http://www.redhotpawn.com/clanleague/viewgames.php*
// @include http://www.redhotchess.com/clanleague/viewgames.php*
// @include http://www.chessatwork.com/clanleague/viewgames.php*
// @include http://www.timeforchess.com/clanleague/viewgames.php*
// @include http://www.playtheimmortalgame.com/clanleague/viewgames.php*
// ==/UserScript==

var results = document.evaluate("//table[2]/tbody/tr/td[8]", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
var pic = new Array ("defeat", "draw", "", "victory"😉;
for (var i=0 ; i < results.snapshotLength ; i++) results.snapshotItem(i).innerHTML = '';

ook

hirsute rooster

Joined
13 Apr 05
Moves
20493
03 Feb 08

USe the 'reply and quote' link to get to the source of my post and copy from there. The forum rendering software turns code into writing with smileys - which probably won't work.

N

The sky

Joined
05 Apr 05
Moves
10385
03 Feb 08
1 edit

Originally posted by orangutan
USe the 'reply and quote' link to get to the source of my post and copy from there. The forum rendering software turns code into writing with smileys - which probably won't work.
If you want to see winks for code, then try the RHP forums.

ook

hirsute rooster

Joined
13 Apr 05
Moves
20493
03 Feb 08

Originally posted by Nordlys
If you want to see winks for code, then try the RHP forums.
Are you calling me a winker?
😛

Y

PALMETTO

Joined
10 Mar 07
Moves
5754
03 Feb 08

Maybe, I'm doing something wrong. I hit the clans emblem, then it brings up the 1 day timeout league. I hit view team. I find the player I want to see the games of and hit view games. I see the points column, but it does not indicate who won those points. Yes, I am using firefox with greasemonkey.

ook

hirsute rooster

Joined
13 Apr 05
Moves
20493
03 Feb 08

Originally posted by Yogifl
Maybe, I'm doing something wrong. I hit the clans emblem, then it brings up the 1 day timeout league. I hit view team. I find the player I want to see the games of and hit view games. I see the points column, but it does not indicate who won those points. Yes, I am using firefox with greasemonkey.
You're looking at all the matches for one player.
The points are his/her points.

Y

PALMETTO

Joined
10 Mar 07
Moves
5754
03 Feb 08

Originally posted by orangutan
You're looking at all the matches for one player.
The points are his/her points.
Yes, but who earned the points?

ook

hirsute rooster

Joined
13 Apr 05
Moves
20493
03 Feb 08

Originally posted by Yogifl
Yes, but who earned the points?
The player whose games you were looking at. Who else were you expecting?

Y

PALMETTO

Joined
10 Mar 07
Moves
5754
03 Feb 08

Originally posted by orangutan
The player whose games you were looking at. Who else were you expecting?
Ahh! Now I see - I'm such a moron!

Thanks