The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
is there a way to show the latest 5 VBulettin Threads outside the VB? Ex, on the website's homepage (assuming forum is in /forum/ folder)
|
#2
|
|||
|
|||
![]()
Inferno external will do this for u.
|
#3
|
|||
|
|||
![]() Quote:
Something like this for the SQL: Code:
SELECT threadid, title FROM TABLE-PREFIX_thread WHERE `visible`=1 ORDER BY threadid DESC LIMIT 10
The rest which would be in PHP should en easy enough... |
#4
|
||||
|
||||
![]()
I found VBExternal, but im trying to figure out why im getting the error that i am getting
|
#5
|
||||
|
||||
![]()
What's the error?
@sR Craig: Your SQL will not take into account permissions - so it will show threads from private forums as well. |
#6
|
||||
|
||||
![]()
Im getting this error:
Quote:
|
#7
|
|||
|
|||
![]()
<a href="http://www.vbulletin.com/forum/showthread.php?t=158895" target="_blank">HowTo Display Latest Active Threads on ANY normal HTML page</a>
|
#8
|
||||
|
||||
![]()
i saw that, but VBExternal seems better and easier. I'm tyring to integrate that, but having troubles with it
|
#9
|
||||
|
||||
![]()
Your error indicates that some required file do not exist. Please post in the specific modification thread for help with that modification.
|
#10
|
||||
|
||||
![]()
i did but didnt receive any help
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|