A Simple Clock

Re: A Simple Clock

Michael de Raadt -
回帖数:6
Hi All,

If you're using the Simple Clock block, please update to the latest version.

Michael;
回复Michael de Raadt

Re: A Simple Clock

David Quintal -

Greetings Michael

Install the block and the installation is correct, the only detail that does not appear when only says "Loading ..." and shows no time

Saludos Michael

Instale el bloque y la instalacion es correcta el unico detalle que no aparece la hora solo dice "Loading..." y no muestra ninguna hora

Mi moodle es v1.9.5

回复David Quintal

Re: A Simple Clock

Michael de Raadt -
Hi David,

This would happen if the JavaScript for the clock is not working. If JavaScript is turned off it should also have a message saying that JavaScript needs to be turned on for the block to work.

If you have JavaScript turned on and this problem is still happening, could you please let me know the details of your browser, OS and your server. Also, if you have a JavaScript debugger in your browser, perhaps you could check if it is reporting any problems.

Michael;
回复Michael de Raadt

Re: A Simple Clock

David Quintal -

Ingles:

Hi Michael I have wind 7 and I tested with mozilla internet explorer 8 and the block and I see that internet explorer keeps saying loadling ... mozilla and if there is time, I attached a link to see the block

Español:

Hola Michael Tengo wind 7 y he probado con internet explorer 8 y mozilla el bloque y veo que en internet explorer se queda diciendo loadling... y en mozilla si aparece la hora, te anexo un link para que veas el bloque

Link: http://www.redinnove.com/eduvirtual/

回复David Quintal

Re: A Simple Clock

Rocky Cardwell -

Hi David,

I had the same problem with the clocks not loading in Internet Explorer 7.  I was able to fix it by changing line 110 from "serverTime = new Date();" to "var serverTime = new Date();" in the block_simple_clock.php file.

回复Rocky Cardwell

Re: A Simple Clock

David Quintal -

Hi Rocky I worked perfectly thank you very much what you mention, is added in Spanish what comets because they do not need people having the same problem and not know English

Tuve el mismo problema con el reloj no se carga en Internet Explorer 7. Tuve la oportunidad de solucionarlo cambiando la línea 110 de " serverTime = new Date(); " a " var serverTime = new Date(); " en el archivo block_simple_clock.php

回复Rocky Cardwell

Re: A Simple Clock

Michael de Raadt -

Hi Rocky,

Thanks for pointing this out. I personally blame Microsoft.

I've added the variable and that had the same effect.

I will upload this fix to CVS.

Michael;