View Full Version : Latest threads on a non VB page?
Lonny
02-13-2005, 10:48 PM
Hello
How do I place latets threads on a non vb page on the same server?
thanks
torcida
03-12-2005, 04:27 PM
I'm searching for that too. All i have are mofidications to show latest threads on forum index page...
noppid
03-12-2005, 08:42 PM
vbulletin.nl uses java to do a call to external.php. However it does 5 calls to external.php per page view. Not very cool.
I did a vB3 cron job to make a txt file for inclusion of the thread list aready cached as html text, however it's not real time.
I would suggest using this im your .htaccess file
AddType application/x-httpd-php .php .html
And just doing a query from your html file now parsed as php by the server.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.