PDA

View Full Version : Latest Forum Posts on a website


Technic05
06-15-2007, 03:35 PM
Hey guys,

I am trying to get my forums to show the latest posts on my website, it is PHP based but I do not have fantastic knowledge of it. Does anyone know of any scripts that can show the latest forum posts on a normal website?

Thanks in advance :)

T05

Mistah Roth
06-15-2007, 06:16 PM
I'm not sure if theres a mod somewhere on the site that does this, but I will be writing some code for this in the next week or so for my CMS, I will post it when its complete.

Dismounted
06-16-2007, 04:33 AM
vBExternal

Technic05
06-16-2007, 11:30 AM
Dismounted, what do you mean vBExternal, external.php? If so, how do I get it to show the latest 5 posts and have it updated every 10 minutes?

Mistah Roth, are you writing the code for a CMS system or a normal website page?

Thanks

T05

Eric
06-16-2007, 12:24 PM
Dismounted, what do you mean vBExternal, external.php? If so, how do I get it to show the latest 5 posts and have it updated every 10 minutes?

Mistah Roth, are you writing the code for a CMS system or a normal website page?

Thanks

T05
vBExternal is a mod which can be found here on vB.org -

www.vbulletin.org/forum/showthread.php?t=147344

Technic05
06-17-2007, 08:18 AM
Thank you :)

T05

Mistah Roth
06-21-2007, 02:55 PM
Dismounted, what do you mean vBExternal, external.php? If so, how do I get it to show the latest 5 posts and have it updated every 10 minutes?

Mistah Roth, are you writing the code for a CMS system or a normal website page?

Thanks

T05

It's for my own CMS that I have been writing, but it will basically be an independant PHP class that can be used on a regular webpage.