The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
I made a Windows Sidebar Gadget for vb4
I recently did some research and came across a forum that had a Windows Sidebar Gadget for their members that displays the 10 most recent threads on their forum, so I decided to try the idea myself. After much tweaking and playing around I finally got it to work. Of course it works with external.php and it's set to refresh every 1 minute, and that is where I ran into a problem. It seems that it refreshes but not all the time like it should. I've looked over the code countless times and I still don't understand why it's not refreshing correctly. If someone here could take a look at the code or wish to get into further development with me I would appreciate it. The refresh part of the code is below and also an attached screen shot of the end product.
Code:
<script type="text/jscript" language="jscript"> function init() { var oBackground = document.getElementById("imgBackground"); oBackground.src = "gadgetheader.png)"; var t = window.setTimeout('refresh()', 60000); } function refresh() { window.location.reload( true ); var t = window.setTimeout('refresh()', 60000); } </script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|