PDA

View Full Version : RSS


stlava
12-22-2004, 01:11
How do i get my site to display forum posts like the front of source mod does? Step by step. thanks

imported_YoMama
12-22-2004, 04:06
How do i get my site to display forum posts like the front of source mod does? Step by step. thanks

The title does not cover your actual request, so I'll do both :)

1. create an rss-feed of your news
2. add a link to the page containing your in the <head> of your html page feed like so:

<link rel="alternate" type="application/rss+xml" title="TITLE HERE" href="LINK_TO_RSS_FEED.php">

As far as being able to display news, check out this link:
http://www.phpbb.com/phpBB/catdb.php?cat=56

That's specific to phpBB, but any self-respecting board has a mods section.

stlava
12-22-2004, 18:07
I tried those but they either display everytopic or just a link.. Whats the one that sourcemod uses? and i dont get what code to use to show it on the page.