PhpBB Countdown MOD
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB3 Countdown MOD
Sorry, I dont have the time for custom modding ata the time. Not even paid
Board rules! No PM support
PhpBB3 Countdown MOD
Ok, ThanksStoker wrote:Sorry, I dont have the time for custom modding ata the time. Not even paid
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.
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
PhpBB3 Countdown MOD
I found if i use
that the mod installs then the counter dont work
but if i use this jquery then and only this one
it works fine and everything else also runs of it too.
http://www.blades-place.co.uk
Code: Select all
<script src="{ROOT_PATH}js/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
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>
http://www.blades-place.co.uk
Last edited by martin123456 on 20 Mar 2012, 12:23, edited 1 time in total.
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
PhpBB3 Countdown MOD
Looking at my code here I can see I use the same jquery version.
But I have another site where I use 1.7
But I have another site where I use 1.7
Board rules! No PM support
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
PhpBB3 Countdown MOD
I tried 1.7 but it failed to work for me wonder why ?
- Nully
- Donator
- Posts: 258
- Joined: 15 Mar 2010, 00:03
- BBCodes: 10
- Favourite MOD: Radios
- Location: France > Bulgaria
- Contact:
PhpBB3 Countdown MOD
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.
I tried to delete jquery, to cut and put them on other places as explained here in your forum.
I cleared the cache.
Nothing.
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
Now I see something like a small navbar with no text
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.
I tried to delete jquery, to cut and put them on other places as explained here in your forum.
I cleared the cache.
Nothing.
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
Now I see something like a small navbar with no text
- themission
- BBCoder III
- Posts: 123
- Joined: 10 Aug 2011, 22:32
- BBCodes: 3
- Location: Devon UK
- Contact:
PhpBB3 Countdown MOD
I had the same problem - so i deleted mine = im pretty sure it's a J Query problem but could be wrongNully wrote:
Now I see something like a small navbar with no text
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
PhpBB3 Countdown MOD
Bl4d3 x wrote:I found if i usethat the mod installs then the counter dont workCode: Select all
<script src="{ROOT_PATH}js/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
but if i use this jquery then and only this one
it works fine and everything else also runs of it too.Code: Select all
<script src="./script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
http://www.blades-place.co.uk
try this
Last edited by martin123456 on 20 Mar 2012, 12:24, edited 1 time in total.