PhpBB Countdown MOD
-
- Site Admin
- Posts: 3,847
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
PhpBB3 Countdown MOD
You need to give me a live example so I can check it.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder III
- Posts: 147
- Joined: 23 Feb 2012, 19:45
-
- BBCoder III
- Posts: 147
- Joined: 23 Feb 2012, 19:45
PhpBB3 Countdown MOD
Stoker,
I got it fixed, in your install.xml you have the scripts going to (rootpath/script), but in the code you have it trying to call it from (rootpath/js). So the code should read.
But it is not showing on all pages. www.trestleboard.us
I got it fixed, in your install.xml you have the scripts going to (rootpath/script), but in the code you have it trying to call it from (rootpath/js). So the code should read.
Code: Select all
<script src="{ROOT_PATH}script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
But it is not showing on all pages. www.trestleboard.us
-
- Site Admin
- Posts: 3,847
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
PhpBB3 Countdown MOD
Thanks, I will update that soon.
Cut out this line:
and put it after:
Cut out this line:
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
Code: Select all
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder III
- Posts: 147
- Joined: 23 Feb 2012, 19:45
PhpBB3 Countdown MOD
did not work? Anything else
I am an idiot, I was uploading to my test directory.
Thanks Stoker!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I am an idiot, I was uploading to my test directory.
Thanks Stoker!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- BBCoder III
- Posts: 147
- Joined: 23 Feb 2012, 19:45
PhpBB3 Countdown MOD
Hey Stoker,
Is there a way I can set this up to show the same time for everybody. I want to use it to countdown board events. Right now differebt time zones show different times. I want tobe able to just tell the timer 6days 4hours and 20 mis---Go! and everybody see that same exact countdown. Is this possible?
Is there a way I can set this up to show the same time for everybody. I want to use it to countdown board events. Right now differebt time zones show different times. I want tobe able to just tell the timer 6days 4hours and 20 mis---Go! and everybody see that same exact countdown. Is this possible?
-
- Site Admin
- Posts: 3,847
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
PhpBB3 Countdown MOD
Not with this script.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder III
- Posts: 147
- Joined: 23 Feb 2012, 19:45
PhpBB3 Countdown MOD
How much would have to be changed? Is it possible to get you to do it?
-
- Site Admin
- Posts: 3,847
- Joined: 12 May 2008, 21:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
PhpBB3 Countdown MOD
You would need a new mod for this.
This one is not built for it, neither is the js used.
This one is not built for it, neither is the js used.
~ The greatest achievement in life is to inspire ~
Regards Stoker
Regards Stoker
-
- BBCoder III
- Posts: 147
- Joined: 23 Feb 2012, 19:45
PhpBB3 Countdown MOD
I sent you a PM about getting this done.Stoker wrote:You would need a new mod for this.
This one is not built for it, neither is the js used.