Hi,
I just downloaded and installed my first vbulletin forum. I am trying to figure out how to display recent posts from the forum.
I tried to use the external javascript file however it seems that the javascript file is rather limited in it's usefulness and I was wondering if something can be written with php.
I am trying to pull two items from the forums. The ten most recent posts and the time the last reply was written in the post.
Basically...
Code:
(title) (last post time)
My widgets are great 5 min ago
Their widgets are great 10 min ago
I love widgets 12 min ago
Widgets are dumb 15 min ago
... ... ...
I am using version 3.8.3 and I am trying to pull this information into an external file that is not related to the forum.
Any thoughts?