PhpBB Countdown MOD

Miscaleneous modifications from Stoker
Locked
irishmike357
BBCoder II
BBCoder II
Posts: 8
Joined: 21 Oct 2013, 04:57
BBCodes: 0

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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

refresh the theme and browser when you edit css
Board rules! No PM support
irishmike357
BBCoder II
BBCoder II
Posts: 8
Joined: 21 Oct 2013, 04:57
BBCodes: 0

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.
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

PhpBB Countdown MOD

Post by Stoker »

Use key f5 + ctrl to refresh firefox
Board rules! No PM support
irishmike357
BBCoder II
BBCoder II
Posts: 8
Joined: 21 Oct 2013, 04:57
BBCodes: 0

PhpBB Countdown MOD

Post by irishmike357 »

Excellent. Thank you very much for your help and the mod.
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

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?
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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
NAPWR wrote: Nice, Stoker is Hot
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB Countdown MOD

Post by Nully »

Steve, you talk chinese for me!
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

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 //#
NAPWR wrote: Nice, Stoker is Hot
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

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:
Locked