Page 6 of 31

PhpBB3 Countdown MOD

Posted: 26 Feb 2012, 17:25
by Stoker
Sorry, I dont have the time for custom modding ata the time. Not even paid ;)

PhpBB3 Countdown MOD

Posted: 26 Feb 2012, 17:31
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.

PhpBB3 Countdown MOD

Posted: 08 Mar 2012, 11:27
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

PhpBB3 Countdown MOD

Posted: 08 Mar 2012, 11:57
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

PhpBB3 Countdown MOD

Posted: 08 Mar 2012, 12:07
by martin123456
I tried 1.7 but it failed to work for me wonder why ?

PhpBB3 Countdown MOD

Posted: 08 Mar 2012, 12:45
by Stoker
I will see if I can find time to look at it later.

PhpBB3 Countdown MOD

Posted: 09 Mar 2012, 12:02
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 :?:

PhpBB3 Countdown MOD

Posted: 09 Mar 2012, 21:11
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

PhpBB3 Countdown MOD

Posted: 09 Mar 2012, 21:14
by Stoker
Please post the text you have inserted in ACP.

PhpBB3 Countdown MOD

Posted: 09 Mar 2012, 21:47
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