![]() |
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. |
[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. |
All times are GMT. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|