The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi i need to display the last 10 posts on a html page or php page which shows the last 10 posting on the forums.
Anywhere I can get this hack? I am using vb3.0.1 |
|
#2
|
|||
|
|||
|
There is a hack which does this, I'm sure.
Search and ye shall find. |
|
#3
|
|||
|
|||
|
simple query can do it :
for posts [SQL] SELECT * FROM POSTS ORDER BY TIME DESC LIMIT 10 [/SQL] or threads [SQL]SELECT * FROM THREAD ORDER BY ID DESC LIMIT 10[/SQL] |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|