
PhpBB Countdown MOD
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
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
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.
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, 10:23, edited 1 time in total.
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
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

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
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, 10:24, edited 1 time in total.