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
You need to give me a live example so I can check it.
Board rules! No PM support
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
- 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
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>
Board rules! No PM support
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!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
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?
PhpBB3 Countdown MOD
How much would have to be changed? Is it possible to get you to do it?
- 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
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.
Board rules! No PM support
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.