guvser
05-15-2007, 10:25 PM
I want to show the last 10 posts from my forum on my website.
I used Phpbb previously where i could make one single MySQL request to get the following data:
Topicname, number of posts(replys), Forum_ID, Username and the time of the post.
How can i get these from vBulletin, so i can put links to the last posts on my website?
I need an output with this condition forum_id !=12 AND forum_id != 13
I used Phpbb previously where i could make one single MySQL request to get the following data:
Topicname, number of posts(replys), Forum_ID, Username and the time of the post.
How can i get these from vBulletin, so i can put links to the last posts on my website?
I need an output with this condition forum_id !=12 AND forum_id != 13