PhpBB Countdown MOD

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

PhpBB Countdown MOD

Post by irishmike357 »

Went over everything with a fine tooth comb, reset all styles in ACP and noticed that when not logged in it started working fine. So I deleted the board cookies and now it works.

When I change the colors from your settings in the colours.css file the change does not take place except when in the inbetween login/logout screen.

PhpBB Countdown MOD

Post by Stoker »

refresh the theme and browser when you edit css

PhpBB Countdown MOD

Post by irishmike357 »

It is working 100% on IE but not with Firefox. I have cleared my history and deleted the site cookies.

PhpBB Countdown MOD

Post by Stoker »

Use key f5 + ctrl to refresh firefox

PhpBB Countdown MOD

Post by irishmike357 »

Excellent. Thank you very much for your help and the mod.

PhpBB Countdown MOD

Post by Nully »

Hello,
I updated to version 2.0.2, from version 2.0.0., replaced the 2 files jquery.jcountdown.min.js and jquery.min.js.
It works ok, but I have an error from Mozilla :
SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead
Source : .../script/jquery.min.js
Ligne : 1
and
Error: .../script/jquery.min.js is being assigned a //# sourceMappingURL, but already has one
How can I solve these errors?

PhpBB Countdown MOD

Post by Steve »

//@ sourceMappingURL=jquery-1.10.2.min.map
//# sourceMappingURL=jquery-1.10.2.min.map

https://bugzilla.mozilla.org/show_bug.cgi?id=925614

PhpBB Countdown MOD

Post by Nully »

Steve, you talk chinese for me!

PhpBB Countdown MOD

Post by Steve »

Steve wrote://@ sourceMappingURL=jquery-1.10.2.min.map
//# sourceMappingURL=jquery-1.10.2.min.map

https://bugzilla.mozilla.org/show_bug.cgi?id=925614
because you could have googled it

in the jQuery file change the //@ to //#

PhpBB Countdown MOD

Post by Nully »

I replaced the //@ to //# on first line in comment and now I have error:
Error: .../script/jquery.min.js is being assigned a //# sourceMappingURL, but already has one
:idea: