PDA

View Full Version : Front page news..


sdenike
06-07-2006, 09:19 PM
I recently came from Invision Board, and with their system I was able to do a php include to show the last X posts from whatever forums I decided. I have a forum setup that is for "Site News", I wish to use some PHP code to include the last X topics in that forum on the front page of my site. How would I go about doing that? Invison has a simple SSI file that I include, but I am not seeing it with VB. Thanks

Dan
06-07-2006, 09:21 PM
You might want to check out vBadvanced, which is located at http://vbadvanced.com (totally free)

sdenike
06-07-2006, 09:27 PM
I was just looking at that. I dont really need a full portal system though. Is there any simple way to do this otherwise?

sdenike
06-15-2006, 03:50 PM
So thats the only one then?

Dan
06-15-2006, 03:57 PM
Really that's the only one still actively being worked on that I know of.

Reeve of shinra
06-16-2006, 01:10 AM
Option 1: RSS feeds are a default feature in vbulletin. You can enable them in the admincp. Depending on your skill, you can use the javascript or xml syndication in your front page setup.

Option 2: If your coding your front page in php, you can probably use the code in the front page news module to help cobble something together.

sdenike
06-16-2006, 05:26 PM
How can I get the RSS feed for ONLY a certain forum category? As I setup a "Frontpage News" area where only admins/mods can start new topics, these I wish to have posted to the front page.

Reeve of shinra
06-16-2006, 05:58 PM
http://www.shinraonline.com/board/external.php?type=rss2&forumids=123

or for multiple forums, add a comma:
http://www.shinraonline.com/board/external.php?type=rss2&forumids=123,402,452