inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Feb 25, 2016 9:49:43 GMT -8
I didn't think of checking Virgil Sovereign and you are right, I appreciate he could indeed be busy. Thank you for your assistance on the error code64 - it worked. Any idea on getting rid of this below in my Notifications - both games are deleted and over a long time ago and yet it is still saying I have two moves to make - so frustrating seeing it there every time I log in. Obviously it nitifies me of any new moves in current games I am playing and when I make a move the notification for that specific game disappears. Annoyingly the two below will just not go away! In-Progress Games VS. Knightmover 124 days, 18 hours, 32 minutes, 56 seconds VS. ScotchMist 92 days, 5 hours, 57 minutes, 50 seconds Thank you, Chessica It should be possible. I'll look at it this evening.
|
|
inherit
225512
0
Feb 18, 2016 14:43:46 GMT -8
Chessica
51
October 2015
chessica
|
Post by Chessica on Feb 25, 2016 11:42:25 GMT -8
|
|
inherit
225512
0
Feb 18, 2016 14:43:46 GMT -8
Chessica
51
October 2015
chessica
|
Post by Chessica on Mar 3, 2016 14:50:39 GMT -8
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Mar 3, 2016 15:14:39 GMT -8
Have it on my to do list for this evening.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 6:44:20 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 3, 2016 15:47:57 GMT -8
Have it on my to do list for this evening. hi would my request above be possible ? with v6 coming i'v no idea how it would work sorry.
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Mar 3, 2016 16:17:10 GMT -8
Have it on my to do list for this evening. hi would my request above be possible ? with v6 coming i'v no idea how it would work sorry. The plugin isn't editable, and I don't have permission to modify the code. If Wormo isn't able/willing to make the change, I'm afraid you're stuck.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 6:44:20 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 3, 2016 16:22:08 GMT -8
hi would my request above be possible ? with v6 coming i'v no idea how it would work sorry. The plugin isn't editable, and I don't have permission to modify the code. If Wormo isn't able/willing to make the change, I'm afraid you're stuck. ok no problem. we'll just have to leave the messy code then
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Mar 3, 2016 16:56:06 GMT -8
Chessica: The following code, executed in the console on your homepage when logged into your account (same instructions as before), should eliminate any chess notifications more than 30 days old. (function() { var D = (new Date()).getTime() - 30*8.64e7, K = pb.plugin.key('wormo_chess_notifications'), iUID = pb.data('user').id, oDat = $(K.get( iUID )).filter( function() { return this.data.timestamp >= D; } ).get();
K.set( { object_id: iUID, value: oDat } ); })(); Let me know if it does the trick.
|
|
inherit
225512
0
Feb 18, 2016 14:43:46 GMT -8
Chessica
51
October 2015
chessica
|
Post by Chessica on Mar 7, 2016 12:05:31 GMT -8
Yesssssssssss you're a star - it worked! Virgil Sovereign Thank you so much - so appreciate your help.
|
|
inherit
229950
0
Mar 15, 2016 23:53:54 GMT -8
adamthoth
7
March 2016
adamthoth
|
Post by adamthoth on Mar 14, 2016 15:55:41 GMT -8
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 15, 2016 15:57:16 GMT -8
I did some debugging. There are no error codes popping up. The board doesn't switch around for the next person. The key permissions are set correctly. I also noticed you have a few of my plugins installed lol. But all in all I think the reason that chess does not work on your forum is because your forum url contains a '-' character. Whereas the '-' character is used to separate values in the url for variables passed from page to page. Therefore having one may have thrown off some of the variables read when remaking the chess board. This is my best guess after searching through his code. But to say I didn't write it. I might look at it more tomorrow unless Wormo comes back from his vacation any sooner. I just made an exact replica of a game on my forum and I can confirm that the data in the key is saving correctly on your forum. Also it recognizes and appends the right buttons, however it's the buttons themselves not working. Just used event viewer. Apparently the buttons never get the .bind command
|
|
inherit
229950
0
Mar 15, 2016 23:53:54 GMT -8
adamthoth
7
March 2016
adamthoth
|
Post by adamthoth on Mar 15, 2016 18:21:05 GMT -8
I give you props for your plugins for sure. I guess it is what it is, if the buttons don't work they don't work, just have to wait for Wormo to come back from vacation.
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Mar 15, 2016 19:44:51 GMT -8
adamthoth : Have you tried disabling your other plugins? What pastuleo is saying about the buttons having no events attached is symptomatic of a plugin conflict.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Mar 16, 2016 11:59:52 GMT -8
adamthoth : Have you tried disabling your other plugins? What pastuleo is saying about the buttons having no events attached is symptomatic of a plugin conflict. Looks like he fixed it now.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 22, 2024 6:44:20 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 28, 2016 8:09:02 GMT -8
just a question about v6
Is this going to be available ?
|
|