The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
YoBroMoFo - Countdown Timer Details »» | |||||||||||||||||||||||||||
YoBroMoFo - Countdown Timer Takes 5 minutes to upload, and do 2 template edits. Please mark installed if you use, as all of our modifications are totally free of charge and openly shared with the vbulletin community. Anyhoo - Let's Get started. ************* STEP ONE ************* Open count.js from the js folder Change these lines below to match the event you are counting down to: Code:
var month = '*'; // 1 through 12 or '*' within the next month, '0' for the current month var day = '26'; // day of month or + day offset var dow = 3; // day of week sun=1 sat=7 or 0 for whatever day it falls on var hour = 0; // 0 through 23 for the hour of the day var min = 0; // 0 through 59 for minutes after the hour var tz = 10; // offset in hours from UTC to your timezone Then upload the js folder to forum root. Path should be: www.yoursite.com/forum/js click merge if this folder exists ************* STEP TWO ************* goto admincp >> styles and templates >> your template >> search for: header and open it find: Code:
<input type="hidden" name="vb_login_md5password_utf" /> </form> </vb:if> Code:
<!--yobromofo.com countdown timer start--> <li><span id="yobromofo-countdown-timer"></span> seconds <a href="http://www.yobromofo.com/forum/f3/the-australia-day-thread-17840/">until Australia Day</a></li> <!--yobromofo.com countdown timer end--> "http://www.yobromofo.com/forum/f3/the-australia-day-thread-17840/" to the forum thread this countdown refers to. If you dont need a link, then change to... Code:
<!--yobromofo.com countdown timer start--> <li><span id="yobromofo-countdown-timer"></span> seconds until Australia Day</li> <!--yobromofo.com countdown timer end--> Click SAVE ************* STEP TWO ( final step ) ************* open headinclude at very bottom add Code:
<!--yobromofo.com countdown js file start--> <script type="text/javascript" src="js/count.js"> </script> <!--yobromofo.com countdown js file end--> Click save. You are DONE ! to change the event date etc. just edit the js file, reupload you are done. to change the event title, change it in the header template. Have fun. Steve aka timberfloorau from YoBroMoFo.com British Expats Forum Download Now
Show Your Support
|
Comments |
#22
|
|||
|
|||
not simple enough for me it seems!
re installed and managed to get it working!! (hard been a noob sometimes!) Is it possible to show this elsewhere then? thanks |
#23
|
|||
|
|||
alittle new to this.. i believe I did everything correctly however, it's no counting down this is all it says
seconds until Advance to Divisional Round any reason y? |
#24
|
||||
|
||||
That image doesnt exist Philly.
Did you edit the count.js as per step one ? |
#25
|
|||
|
|||
I'm sure I did it wrong, so my early apologies... this is what i have. I was on the understanding to change the numbers, this is what I have
Quote:
|
#26
|
||||
|
||||
I have it installed on my test page and link the image for the guys on the site to take a look at. If they like the feel, I'm going to install it. Would be nice if the edits were a tad easier but I do like it.
|
#27
|
|||
|
|||
any help please?
|
#28
|
||||
|
||||
That IMAGE still does not exist for us to check.
Ahhh or is that your signature ? OK You need to be SPECIFIC mate |
#29
|
||||
|
||||
Ok, have it installed and working. Thank you. I went ahead and changed it so it upper left on our site. If people want to see it working, feel free to look at http://mmacrypt.com/forum/forum.php, I hope that's ok that I sent a link.
|
#30
|
|||
|
|||
Here is what my js file currently says.
Quote:
Second line - left alone Third line - left alone 4th and 5th line For hour and min i change to 11. I just added a number to see if it worked. 6th line - not sure what this is ???? offset hours? 7th line - not sure what this is. I uploaded the js to my forum root ( forum/js) I made the edit changes like it said. all it says in the upper right corner is -- # seconds until Off Season Starts |
#31
|
|||
|
|||
Quote:
thanks |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|