Hi Jaap, Can you tell me how to change 3 letters on affiliation to more letters, I want to add more university logos on system. Best regards
I forget to add image.
-----Original Message----- From: Huynh Anh Dung [mailto:dungha@fpt.edu.vn] Sent: Thursday, October 20, 2016 6:33 AM To: 'Jaap Eldering'; domjudge-devel@domjudge.org Cc: dungha@fpt.edu.vn Subject: Change Affiliation
Hi Jaap, Can you tell me how to change 3 letters on affiliation to more letters, I want to add more university logos on system. Best regards
According to domjudge/sql/mysql_db_structure.sql https://github.com/DOMjudge/domjudge/blob/c5e7bf33ebf809365d62b546891a2ca03ac17e73/sql/mysql_db_structure.sql, you should modify the structure of the team_affliation tables. By edit the width of country column, you can use more than 3 characters, but I'm not sure this action can break the software or not.
On Thu, Oct 20, 2016 at 6:34 AM Huynh Anh Dung dungha@fpt.edu.vn wrote:
I forget to add image.
-----Original Message----- From: Huynh Anh Dung [mailto:dungha@fpt.edu.vn] Sent: Thursday, October 20, 2016 6:33 AM To: 'Jaap Eldering'; domjudge-devel@domjudge.org Cc: dungha@fpt.edu.vn Subject: Change Affiliation
Hi Jaap, Can you tell me how to change 3 letters on affiliation to more letters, I want to add more university logos on system. Best regards
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
On 19-10-16 21:34, Huynh Anh Dung wrote:
I forget to add image.
-----Original Message----- From: Huynh Anh Dung [mailto:dungha@fpt.edu.vn] Sent: Thursday, October 20, 2016 6:33 AM To: 'Jaap Eldering'; domjudge-devel@domjudge.org Cc: dungha@fpt.edu.vn Subject: Change Affiliation
Hi Jaap, Can you tell me how to change 3 letters on affiliation to more letters, I want to add more university logos on system. Best regards
These three letters are country codes according to the ISO specification, see the manual. You can have multiple affiliations with the same country codes. We dropped support for affiliation logos some time ago.
Jaap