Can we get a chess plugin?

๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
This is still a legitimate request btw.

Yeah Cheat hasn't even finished with that card game. Doubt that Chess is going to be a thing on here anytime soon.
Is it that difficult?

I don't think it is for Cheat, no. I believe his job takes away a lot of his free time though.


 
TB
| Hero of the Wild
 
more |
XBL:
PSN:
Steam:
ID: TBlocks
IP: Logged

17,409 posts
#13
oh.
Since when were you not a mod?

Since I quit 3 days ago. :3

edit: also I don't think Cheat would ever add a chess plugin.
Oh, fair enough.

Why? I feel like if Deci can do it, it really isn't that difficult.

I didn't design the plugin. Its already been premade for that site. All I had to do was just install it and set it up. Maybe if Sep7agon was a proboards website, sure, but its not.

Meaning Cheat would have to php code it like the card game.
huh.
Alright.


๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
oh.
Since when were you not a mod?

Since I quit 3 days ago. :3

edit: also I don't think Cheat would ever add a chess plugin.
Oh, fair enough.

Why? I feel like if Deci can do it, it really isn't that difficult.

I didn't design the plugin. Its already been premade for that site. All I had to do was just install it and set it up. Maybe if Sep7agon was a proboards website, sure, but its not.

Meaning Cheat would have to php code it like the card game.
huh.
Alright.

Yeah. Though if it is possible, maybe I could give Cheat the plugin source code? I don't even know if that will work.


Kitsune ็‹ | Mythic Inconceivable!
 
more |
XBL:
PSN: KitsuneXHunter
Steam: KitsuneOverlord
ID: Kitsunekun
IP: Logged

7,790 posts
 
oh.
Since when were you not a mod?

Since I quit 3 days ago. :3

edit: also I don't think Cheat would ever add a chess plugin.
Oh, fair enough.

Why? I feel like if Deci can do it, it really isn't that difficult.

I feel like for Cheat it'd be more of an aesthetics thing, they could do it easily, but I don't wanna speak for Cheat.


 
TB
| Hero of the Wild
 
more |
XBL:
PSN:
Steam:
ID: TBlocks
IP: Logged

17,409 posts
#13
oh.
Since when were you not a mod?

Since I quit 3 days ago. :3

edit: also I don't think Cheat would ever add a chess plugin.
Oh, fair enough.

Why? I feel like if Deci can do it, it really isn't that difficult.

I feel like for Cheat it'd be more of an aesthetics thing, they could do it easily, but I don't wanna speak for Cheat.
It just seems like such a small thing that would make the site better by quite a bit.


Kitsune ็‹ | Mythic Inconceivable!
 
more |
XBL:
PSN: KitsuneXHunter
Steam: KitsuneOverlord
ID: Kitsunekun
IP: Logged

7,790 posts
 
oh.
Since when were you not a mod?

Since I quit 3 days ago. :3

edit: also I don't think Cheat would ever add a chess plugin.
Oh, fair enough.

Why? I feel like if Deci can do it, it really isn't that difficult.

I feel like for Cheat it'd be more of an aesthetics thing, they could do it easily, but I don't wanna speak for Cheat.
It just seems like such a small thing that would make the site better by quite a bit.

Well... Cheat could always just make a chess board and then it wouldn't be weird aesthetically... for some reason I was imagining the chess board at the bottom of the page like an ugly eye sore. >.>


 
TB
| Hero of the Wild
 
more |
XBL:
PSN:
Steam:
ID: TBlocks
IP: Logged

17,409 posts
#13
oh.
Since when were you not a mod?

Since I quit 3 days ago. :3

edit: also I don't think Cheat would ever add a chess plugin.
Oh, fair enough.

Why? I feel like if Deci can do it, it really isn't that difficult.

I feel like for Cheat it'd be more of an aesthetics thing, they could do it easily, but I don't wanna speak for Cheat.
It just seems like such a small thing that would make the site better by quite a bit.

Well... Cheat could always just make a chess board and then it wouldn't be weird aesthetically... for some reason I was imagining the chess board at the bottom of the page like an ugly eye sore. >.>
What.... no like a separate page on the site or something. Accessible through whatever area. 


๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
Okay I found some CSS code for setting it up, but I don't know if this is the actual thing.

default CSS can be setup in the forum css by using the following:

Code: [Select]
.chessdiv.default table {border:2px #00FF00 solid} /*this affects the entire table */
.chessdiv.default table td {background-color:#EEEEEE;} /* these are the individual squares on the board (one color) */
.chessdiv.default table td.alternate {background-color:#444444;} /* these are the individual squares on the board (the other color) */
.chessdiv.default table td.labelCell {background-color:#888888; color:#FFFFFF; font-size:10px} /* these are the cells on the left and bottom edge that have coordinate info in them */

you can setup custom board styles in the forum css with the following:

Code: [Select]
.chessdiv.style_1 table {border:2px #FF0000 solid}
.chessdiv.style_1 table td.boardCell {background-color:#DDDDDD;}
.chessdiv.style_1 table td.boardCell.alternate {background-color:#FFBBBB;}
.chessdiv.style_1 table td.labelCell {background-color:#888888; color:#FFFFFF; font-size:10px}
then to choose that style, put into the opening tag [ChessTag:style=1]

it doesnt have to be a number, you can make it .chessdiv.style_wormo and have the opening tag be [ChessTag:style=wormo] as well

If you have the chess notification plugin, you can signify whose turn it is with some CSS added to your forum CSS:

Code: [Select]
td.activeTURN {background-color: #AAFFAA} - will affect the entire cell the active player's stats appear in
td.activeTURN div.chessStats {border: 2px solid #00FF00} - will affect just the box with wins/losses/ranks

On top of that, here are the source images from the plugin itself:

All source images


 
SecondClass
| Carmen
 
more |
XBL:
PSN: ModernLocust
Steam:
ID: SecondClass
IP: Logged

30,148 posts
"With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably."
โ€”Judge Aaron Satie
โ€”โ€”Carmen
aw deci wants to contribute

this is adorable


Kitsune ็‹ | Mythic Inconceivable!
 
more |
XBL:
PSN: KitsuneXHunter
Steam: KitsuneOverlord
ID: Kitsunekun
IP: Logged

7,790 posts
 
oh.
Since when were you not a mod?

Since I quit 3 days ago. :3

edit: also I don't think Cheat would ever add a chess plugin.
Oh, fair enough.

Why? I feel like if Deci can do it, it really isn't that difficult.

I feel like for Cheat it'd be more of an aesthetics thing, they could do it easily, but I don't wanna speak for Cheat.
It just seems like such a small thing that would make the site better by quite a bit.

Well... Cheat could always just make a chess board and then it wouldn't be weird aesthetically... for some reason I was imagining the chess board at the bottom of the page like an ugly eye sore. >.>
What.... no like a separate page on the site or something. Accessible through whatever area.

Yeah I'm having one of those slow days... even on proboards the chess has it's own page.


๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
aw deci wants to contribute

this is adorable

See. This is exactly what I'm talking about. Right here I just feel like you're already making fun of me.


 
SecondClass
| Carmen
 
more |
XBL:
PSN: ModernLocust
Steam:
ID: SecondClass
IP: Logged

30,148 posts
"With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably."
โ€”Judge Aaron Satie
โ€”โ€”Carmen
aw deci wants to contribute

this is adorable

See. This is exactly what I'm talking about. Right here I just feel like you're already making fun of me.
yeah man

I make fun of everyone

did you forget to stop taking petty jokes so seriously already?


Desty | Mythic Inconceivable!
 
more |
XBL:
PSN:
Steam:
ID: DTEDesty
IP: Logged

10,636 posts
 
aw deci wants to contribute

this is adorable

See. This is exactly what I'm talking about. Right here I just feel like you're already making fun of me.
I believe he's being sincere.
nvm


 
SecondClass
| Carmen
 
more |
XBL:
PSN: ModernLocust
Steam:
ID: SecondClass
IP: Logged

30,148 posts
"With the first link, the chain is forged. The first speech censured, the first thought forbidden, the first freedom denied, chains us all irrevocably."
โ€”Judge Aaron Satie
โ€”โ€”Carmen
aw deci wants to contribute

this is adorable

See. This is exactly what I'm talking about. Right here I just feel like you're already making fun of me.
I believe he's being sincere.
nvm
I only legitimately dislike one person on this site at this point, and their name rhymes with nive nurkey


๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
aw deci wants to contribute

this is adorable

See. This is exactly what I'm talking about. Right here I just feel like you're already making fun of me.
yeah man

I make fun of everyone

did you forget to stop taking petty jokes so seriously already?

Sometimes I do. I still have a lot of kinks I need to work out.


Onion | Elite Four Invincible!
 
more |
XBL:
PSN:
Steam:
ID: Orion
IP: Logged

3,793 posts
 
Thank me, I'm the one that found the Chess plugin on Proboards!
you did nothing and you want credit

If it wasn't for me this thread would have never existed. Think long and hard about that you cuck.
It's just a thread. Who the fuck cares.


๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
Thank me, I'm the one that found the Chess plugin on Proboards!
you did nothing and you want credit

If it wasn't for me this thread would have never existed. Think long and hard about that you cuck.
It's just a thread. Who the fuck cares.

You for replying.


Onion | Elite Four Invincible!
 
more |
XBL:
PSN:
Steam:
ID: Orion
IP: Logged

3,793 posts
 
Thank me, I'm the one that found the Chess plugin on Proboards!
you did nothing and you want credit

If it wasn't for me this thread would have never existed. Think long and hard about that you cuck.
It's just a thread. Who the fuck cares.

You for replying.
I'm not even going to dare challenge this flawless rebuttal.


๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
Thank me, I'm the one that found the Chess plugin on Proboards!
you did nothing and you want credit

If it wasn't for me this thread would have never existed. Think long and hard about that you cuck.
It's just a thread. Who the fuck cares.

You for replying.
I'm not even going to dare challenge this flawless rebuttal.

You're still replying.


Batch | Mythic Inconceivable!
 
more |
XBL: Sips
PSN: Fucking
Steam: Tea
ID: Batch
IP: Logged

8,175 posts
 
Oi cunts, stop arguing and get to work. I wanna play chess.


 
TB
| Hero of the Wild
 
more |
XBL:
PSN:
Steam:
ID: TBlocks
IP: Logged

17,409 posts
#13
Oi cunts, stop arguing and get to work. I wanna play chess.


๐Ÿ‚ฟ | Mythic Unfrigginbelievable!
 
more |
XBL:
PSN:
Steam:
ID: Decimator Omega
IP: Logged

22,325 posts
 
Oi cunts, stop arguing and get to work. I wanna play chess.