The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Topics Anywhere for vBulletin ?!
Hello!
Where can I find a mod/script like phpBB Topics Anywhere for vBulletin ?! http://www.afsvlaanderen.be/topics_a...e/download.php I'd like to display the latest 5 posts, topic titles, author username and time/date on my front page. |
#2
|
||||
|
||||
[sql]
SELECT * FROM post LEFT JOIN thread ON (thread.threadid = post.threadid) ORDER BY post.dateline DESC LIMIT 5 [/sql] But keep in mind that this does not take care of permissions and deleted posts/threads. If you want to take care of this it will get a bit more difficult. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|