Check out Modern Chess, our featured variant for January, 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 ]

Comments/Ratings for a Single Item

EarliestEarlier Reverse Order Later
Tags Listing. A listing of the tags used on our pages.[All Comments] [Add Comment or Rating]
🕸📝Fergus Duniho wrote on Sat, Jan 28, 2023 02:49 AM UTC in reply to Daniel Zacharias from 02:03 AM:

Since people keep wanting to use tags for information that is already stored in the database, I have modified the footer script to include categories and board dimensions just above the tags section.


📝Ben Reiniger wrote on Tue, Feb 14, 2023 11:35 PM UTC in reply to Fergus Duniho from Sat Jan 28 02:49 AM:

Since people keep wanting to use tags for information that is already stored in the database, I have modified the footer script to include categories and board dimensions just above the tags section.

Did any of the folks interested in board size tags still find them useful after this addition, or can we delete them?


📝Ben Reiniger wrote on Tue, Feb 14, 2023 11:38 PM UTC:

@Fergus, the Chess+Compounds link, and adding of that tag, don't work, presumably something has changed with the handling of the +.


Jean-Louis Cazaux wrote on Wed, Feb 15, 2023 06:39 AM UTC in reply to Ben Reiniger from Tue Feb 14 11:35 PM:

To my opinion it is interesting to have a tag related to board size. But those tags should be rationalised. Either 12x12 or Dozenal but not both. Also their form to be consistent. We have "board: 10x8" and "12x12".


📝Ben Reiniger wrote on Wed, Feb 15, 2023 12:49 PM UTC in reply to Jean-Louis Cazaux from 06:39 AM:

But what do these add, now with board size specified and linked at the bottom of pages?


🕸📝Fergus Duniho wrote on Wed, Feb 15, 2023 05:33 PM UTC in reply to Ben Reiniger from Tue Feb 14 11:38 PM:

I had inserted standard code for reading the query string. This code first tried parsing the value of getenv("QUERY_STRING") with parse_str(). However, the parse_str() function uses urldecode(), which converts + signs into spaces. To get around this, I cut out that portion of the code and now just get the values of the query string from $_REQUEST. I made this change to taginfo.php, addtags.php, and deletetag.php.


Bn Em wrote on Mon, Feb 27, 2023 11:14 PM UTC:

A minor(?) bug in the board‐size pseudo‐tags: the numbers are interpreted in two different orders. To wit:

  • The Capablanca Chess page has a pseudo‐tag for a “10×8” Board; clicking this link leads to a query page for games with 10 ranks and 8 files
  • Conversely, selecting any game in that list (e.g. the first of its Game Pages alphabetically, Gilman's Avon) shows that its board‐size pseudo‐tag is “8×10”, a link leading to the 8‐rank/10‐file query where e.g. Capa can be found

Minor at least in the sense of a presumably trivial fix ;‌)


🕸📝Fergus Duniho wrote on Tue, Feb 28, 2023 03:09 AM UTC in reply to Bn Em from Mon Feb 27 11:14 PM:

The query string put boardrows ahead of boardcols, and I was assuming the reverse, since I normally write columns before rows. So, I changed the order of boardrows and boardcols in the query string to fix this.


Jörg Knappen wrote on Fri, Nov 22, 2024 10:28 PM UTC:

Is it possible to rename the tag "Piece:Berolina Pawn" to "Piece:Pawn:Berolina"? I have already added some children to Piece:Pawn and it would fit perfectly there, IMO.


9 comments displayed

EarliestEarlier Reverse Order Later

Permalink to the exact comments currently displayed.