Pages: [1]
loweeter
BAM!ID: 59010
Joined: 2008-09-20
Posts: 2
Credits: 3,020
World-rank: 2,260,907

2013-12-20 13:33:58
last modified: 2013-12-20 13:42:01

(Regarding the BAM! Signature page at http://boincstats.com/en/bam/signature/)
1. deleteSig is not defined...

2. Under /en/js/bs.bam_signature.js, in function doSetDisplayName, removing '&& displayName.length > 1' should allow for resetting back to the default username if I am not wrong, is it needed?

In function doSetRacLimit and doSetCreditLimit, did you mean 'racLimit.length > 0' instead of 'racLimit.length > 1', as 1 digit limits are valid too, I had to type '0.' to get it to work


Could you also support typing the hexadecimal colour code directly into the text box (for the different colours in the image), it would be more convenient if I already have the colour code
Is it possible to also add a submit/refresh button, just in case there is a glitch and it does not update...
I think 'Show donor crown (if you donated)' would be better than '(when you donated)'

PS: I don't really know much about JavaScript, but I do have some experience in coding, (and Chrome's developer tools helped)
BTW this is my first post on this forum

[size=6]""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
[BOINCstats] Willy
 
Forum moderator - Administrator - Developer - Tester - Translator
BAM!ID: 1
Joined: 2006-01-09
Posts: 9455
Credits: 353,172,950
World-rank: 4,958

2014-01-19 10:38:02

low2 wrote:

(Regarding the BAM! Signature page at http://boincstats.com/en/bam/signature/)
1. deleteSig is not defined...

Now it is.

low2 wrote:

2. Under /en/js/bs.bam_signature.js, in function doSetDisplayName, removing '&& displayName.length > 1' should allow for resetting back to the default username if I am not wrong, is it needed?

Removed the length check.

low2 wrote:

In function doSetRacLimit and doSetCreditLimit, did you mean 'racLimit.length > 0' instead of 'racLimit.length > 1', as 1 digit limits are valid too, I had to type '0.' to get it to work

Changed it to > 0.

low2 wrote:

Could you also support typing the hexadecimal colour code directly into the text box (for the different colours in the image), it would be more convenient if I already have the colour code

This already works, just click in the textbox and type your code.

low2 wrote:

Is it possible to also add a submit/refresh button, just in case there is a glitch and it does not update...

Yes, but not right now.

low2 wrote:

I think 'Show donor crown (if you donated)' would be better than '(when you donated)'

Changed.
Please do not PM, IM or email me for support (they will go unread/ignored). Use the forum for support.
loweeter
BAM!ID: 59010
Joined: 2008-09-20
Posts: 2
Credits: 3,020
World-rank: 2,260,907

2014-02-01 02:42:24
last modified: 2014-02-01 02:52:06

Thanks for fixing the bugs I appreciate it.

I assume you are quite busy now, the deleteSig function does not do anything yet..
Typing directly into the text box (not in the color picker) for the colour codes does not work (probably because updateSig is only called in the color picker, a corresponding onkeyup= function would be good)

All that is not really important so I don't mind if it is not done immediately if you are busy, and I also would like to thank you for making such a great website, hope to hear from you soon

[size=6]""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Pages: [1]

Index :: BAM! Bug Report :: BAM! Signature page
Reason: