The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Every time the page loads it will execute that query, every day the date() part will change with the server's clock. So the next day for your server it would return different results. With nicksaunders code it would pull the threads from the last 24 hours from the time the person called the page from his/her browser. To get this on a non-vB page, it still has to be a php-processed page (usually only .php like extensions). On the non-vB page put:
<?php require('/home/username/public_html/forums/global.php'); ?> and replace that path with the paths to your forums (on most linux hosts that should be pretty close). |
#12
|
||||
|
||||
Quote:
|
#13
|
|||
|
|||
the 24 hours is always 24 hours before you loaded the page. it never starts over.
once again, this is the number of THREADS affected, and the script doesn't lie . if you want to change it to show posts, i'll have to do a left join which is a pain in the butt (actually, i'm lazy and don't want to do it unnecessarily) |
#14
|
||||
|
||||
Quote:
I just want it to work. (and so far it hasn't worked once) :disappointed: Can you fix it? I mean if you haven't even tested it, I don't see how you can be so sure you know exactly what it's doing. |
#15
|
|||
|
|||
i don't think i'm advanced enough to do this then :P
firefly, assistance please. thanks |
#16
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|