Hi Team
I am using Domjudge 5.0.3 server in AWS ,now i facing balloons color problem i cant provide balloon color for each problems only white color is there. So how can i resolve it
Regards Aneesh
Hi Aneesh,
On 06/03/16 17:52, Aneesh R wrote:
I am using Domjudge 5.0.3 server in AWS ,now i facing balloons color problem i cant provide balloon color for each problems only white color is there. So how can i resolve it
Please describe your problem in more detail.
- Does the color picker not show up? - Did you try to add a CSS color (e.g. red) or a value like #AABBCC? - Did you try a different browser?
Tobi
The color picker is not showing there
On Fri, Jun 3, 2016 at 9:24 PM, Tobias Werth tobias.werth@fau.de wrote:
Hi Aneesh,
On 06/03/16 17:52, Aneesh R wrote:
I am using Domjudge 5.0.3 server in AWS ,now i facing balloons color problem i cant provide balloon color for each problems only white color
is
there. So how can i resolve it
Please describe your problem in more detail.
- Does the color picker not show up?
- Did you try to add a CSS color (e.g. red) or a value like #AABBCC?
- Did you try a different browser?
Tobi
DOMjudge-devel mailing list DOMjudge-devel@domjudge.org https://www.domjudge.org/mailman/listinfo/domjudge-devel
yes i tried different browser but the same problem is there
On Fri, Jun 3, 2016 at 9:29 PM, Tobias Werth tobias.werth@fau.de wrote:
On 06/03/16 17:58, Aneesh R wrote:
The color picker is not showing there
- Did you try to add a CSS color (e.g. red) or a value like #AABBCC?
- Did you try a different browser?
Hi,
please answer all questions not a single random one.
- Did you try to add a CSS color (e.g. red) or a value like #AABBCC? - Did you check that JS is enabled? - Is there any error message in the JS console?
Tobi
Hi, How can I delete whole lot of usernames and team names. thanks
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: DOMjudge-devel [mailto:domjudge-devel-bounces@domjudge.org] On Behalf Of Tobias Werth Sent: Friday, June 3, 2016 11:04 PM To: Aneesh R aneeshktr.amrita@gmail.com Cc: domjudge-devel@domjudge.org Subject: Re: Balloons Problem
Hi,
please answer all questions not a single random one.
- Did you try to add a CSS color (e.g. red) or a value like #AABBCC? - Did you check that JS is enabled? - Is there any error message in the JS console?
Tobi
Hi,
*Huynh Anh Dung dungha@fpt.edu.vn [16/06/04]:
How can I delete whole lot of usernames and team names.
Unfortunately, DOMjudge has no nice possibility to do this in the current web UI.
I've created https://github.com/DOMjudge/domjudge/issues/229 to track that feature request. However, we probably won't implement this is the near future but wait until we start with our transition to a PHP framework (see issue #198).
That being said, you can delete multiple user names and teams using SQL in the database or using the UI of phpmyadmin.
Tobi
PS: Please do not "hijack" old email threads if you've separate issues but create a new thread instead.
Hi, How can I insert usernames, and team names from the file. Best regards
Lec. Huỳnh Anh Dũng ACM/ICPC SUPERVISOR FPT UNIVERSITY. http://www.fpt.edu.vn
-----Original Message----- From: DOMjudge-devel [mailto:domjudge-devel-bounces@domjudge.org] On Behalf Of Tobias Werth Sent: Friday, June 3, 2016 11:04 PM To: Aneesh R aneeshktr.amrita@gmail.com Cc: domjudge-devel@domjudge.org Subject: Re: Balloons Problem
Hi,
please answer all questions not a single random one.
- Did you try to add a CSS color (e.g. red) or a value like #AABBCC? - Did you check that JS is enabled? - Is there any error message in the JS console?
Tobi
Hi,
*Huynh Anh Dung dungha@fpt.edu.vn [16/06/04]:
How can I insert usernames, and team names from the file.
You have multiple options: a) import groups.tsv, accounts.tsv, teams.tsv For a description of the fields, see https://clics.ecs.baylor.edu/index.php/Contest_Control_System#groups.tsv
The spec may have changed without our knowledge. If you experience any problems, let us know.
b) if you use icpc.baylor.edu, generate a web services token with appropriate rights and click "fetch teams" on the import web page
If you use this, you can upload your standings using the same mechanism after your contest.
c) allow teams to self-register by changing the boolean in the configuration settings
d) import them directly in the database using phpmyadmin
Tobi