PhpBB Countdown MOD

Miscaleneous modifications from Stoker
Locked
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:

PhpBB3 Countdown MOD

Post by Stoker »

Sorry, I dont have the time for custom modding ata the time. Not even paid ;)
Board rules! No PM support
User avatar
mikef35
BBCoder III
BBCoder III
Posts: 147
Joined: 23 Feb 2012, 21:45

PhpBB3 Countdown MOD

Post by mikef35 »

Stoker wrote:Sorry, I dont have the time for custom modding ata the time. Not even paid ;)
Ok, Thanks

SOLVED!!!!

It is just a quick edit in the JQUERY file and it turns it in to a normal countdown that reads the same for all.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post by martin123456 »

I found if i use

Code: Select all

<script src="{ROOT_PATH}js/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
that the mod installs then the counter dont work

but if i use this jquery then and only this one

Code: Select all

<script src="./script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
it works fine and everything else also runs of it too.

http://www.blades-place.co.uk
Last edited by martin123456 on 20 Mar 2012, 12:23, edited 1 time in total.
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:

PhpBB3 Countdown MOD

Post by Stoker »

Looking at my code here I can see I use the same jquery version.
But I have another site where I use 1.7
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post by martin123456 »

I tried 1.7 but it failed to work for me wonder why ?
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:

PhpBB3 Countdown MOD

Post by Stoker »

I will see if I can find time to look at it later.
Board rules! No PM support
User avatar
Nully
Donator
Donator
Posts: 258
Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:

PhpBB3 Countdown MOD

Post by Nully »

Hi,
what is the difference with [MOD] Jquery Countdown?

I installed PhpBB3 Countdown Mod, but it does not work. I see nothing and in the ACP > Mods there is nothing.
When installed, everything got ok.
I tried to run again install_countdown and it asked me if I want to uninstall it. :lol:

I tried to delete jquery, to cut and put them on other places as explained here in your forum.
I cleared the cache.
Nothing. :cry:
I cannot show you because it's on my computer using wampserver.
Fortunately Top Stats Mod works fine.

Edit
I found in the ACP, it is not in .Mods, but in General > forum :o

Now I see something like a small navbar with no text :?:
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

PhpBB3 Countdown MOD

Post by themission »

Nully wrote:
Now I see something like a small navbar with no text :?:
I had the same problem - so i deleted mine = im pretty sure it's a J Query problem but could be wrong
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:

PhpBB3 Countdown MOD

Post by Stoker »

Please post the text you have inserted in ACP.
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

PhpBB3 Countdown MOD

Post by martin123456 »

Bl4d3 x wrote:I found if i use

Code: Select all

<script src="{ROOT_PATH}js/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
that the mod installs then the counter dont work

but if i use this jquery then and only this one

Code: Select all

<script src="./script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
it works fine and everything else also runs of it too.

http://www.blades-place.co.uk

try this
Last edited by martin123456 on 20 Mar 2012, 12:24, edited 1 time in total.
Locked