The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
![]()
well sounds great bud
![]() make sure, are someone here tell us how to make it in a jacascript little popupwindow ![]() |
#22
|
|||
|
|||
![]()
OK here are the files. I had to make a couple of changes to the PHP file which I did not test, so please let me know via e-mail if you come across any errors.
Dan P.S. Don't laugh at my PHP code! Until I wrote this I had never written a single line of PHP or SQL code. ![]() |
#23
|
|||
|
|||
![]()
Oh yeah, to open the ticker paste the following code into your document template...
Code:
<script language="javascript"> <!-- var tickerWindow = null;; function openTicker(){ if (document.layers || document.all || document.getElementById){ var tt = 255; var tl = 177; if (screen.width){ tt = (screen.height-130)/2; tl = (screen.width-445)/2; } if (tickerWindow == null || tickerWindow.closed) tickerWindow = window.open("/ticker/ticker.htm", "twindow", "toolbar=0,status=0,menubar=0,scrollbars=0,location=0,directories=0,resizable=0,height=100,width=434,top="+tt+",left="+tl); } else { alert ("We\'re sorry but the Latest Post Ticker only works in Netscape 4\+\, IE4\+ or a 100\% DOM\/CSS compliant browser."); } } //--> </script> <a href="#" onClick="openTicker()">Open Ticker</a> Dan |
#24
|
|||
|
|||
![]()
Hey thanks buddy,
hey what do I ezactly put in for the Cron job?? |
#25
|
|||
|
|||
![]() Quote:
Dan |
#26
|
|||
|
|||
![]()
Seeing that servers come in differnt flavors, please see your system admin or hosting provider in regards to run a cron job every 5 mins or whatever. (Don'y say you were not warned.
![]() |
#27
|
|||
|
|||
![]()
what do you mean.... I mean is it really that different......I run a lynx system..you can't give me the code I would put in??
|
#28
|
|||
|
|||
![]()
Well...This is how ours looks in cron...
Code:
*/5 * * * * /usr/bin/php -c /etc/php.ini.nocache /home/tivo-vb/ticker_new_js.php >/dev/null 2>&1 ![]() |
#29
|
||||
|
||||
![]()
This is what my cron job looks like, how would I configure this to work with the ticker?
|
#30
|
|||
|
|||
![]()
Again, I am sorry, but can not off any help in this area. Please contact your ISP.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|