The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Countdown timer block - Help needed, please
Hi,
We're trying to get a new forum block for the sidebar, and while I have something working, it does not really look very nice. I would much rather try and see if I can get something working that looks great. I found a nice script using jQuery, but am having trouble integrating this with our site. I added the jQuery link and the other two lines mentioned in the instructions to my headinclude.css using TMS. The two files, I put in /forums/clientscript: Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <style type="text/css">@import "clientscript/jquery.countdown.css";</style> <script type="text/javascript" src="clientscript/jquery.countdown.js"></script> However, I cannot seem to be able to get the code working within the block page. I just end up with a white page, regardless of what I tried. Would anyone with a bit more experience using jQuery in the SideBar blocks be able to give me some idea of what I am supposed to do? Here's the last attempt I tried: Code:
$html = $('#glowingLayout').countdown({until: new Date(2010, 12 - 1, 8), compact: true, layout: '<table><tr><td><div class="image{d10}"></div><div class="image{d1}"></div>' + '<div class="imageDay"></div><div class="imageSpace"></div>' + '<div class="image{h10}"></div><div class="image{h1}"></div>' + '<div class="imageSep"></div>' + '<div class="image{m10}"></div><div class="image{m1}"></div>' + '<div class="imageSep"></div>' + '<div class="image{s10}"></div><div class="image{s1}"></div></td></tr></table>'}); return $html; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|