Check out Kyoto Shogi, our featured variant for June, 2025.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

Home page of The Chess Variant Pages. Homepage of The Chess Variant Pages.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote at 04:49 PM UTC in reply to H. G. Muller from 07:26 AM:

When my logged-in session expires (which still happens after very unpredictable time intervals) and my name disappears from the main menu bar and is replaced by 'login', I could still open my latest posting in the @HaruNY discussion for editing.

I was not able to reproduce that. So I don't know what caused that for you.

In the edit form the message (in a black box)

The ItemID @AaronJoseph does not match any item in the Item table.

then appears, whether I am logged on or not.

That was due to the condition for the code using $row["ItemID"] while the code within the condition used $itemid, and $itemid happened to be empty. I corrected this by assigning $itemid to the value of $row["ItemID"] when the condition is true.