Does this forum software support RSS feeds so that one can use an RSS reader to pull down new posts instead of having to visit each forum separately and check for new posts? QRZ.COM has an RSS feature, but you have to subscribe to a feed for each forum, which is certainly better than nothing.
This forum uses "Simple Machines Forum" which supports various versions of XML feeds, including Atom and RSS.
Over at the Simple Machines Wiki you'll find more information how to build a query URL to get the posts of the sub-forums you like:
http://wiki.simplemachines.org/smf/XML_feedsFor example, I am using the following query with my feed reader (rss2email) to get the latest posts from some boards (7, 8, 9, 11, 20, 27). Since my rss2email script is running once a hour, I figured that querying 40 posts should be more than enough to catch the last hour's activity, without querying too much duplicate posts and just increasing database load.
http://www.eham.net/ehamforum/smf/index.php?type=rss;action=.xml;sa=recent;boards=7,8,9,11,20,27;limit=40There's a downside that in the current configuration only the first 255 characters of each forum post are available in the feeds.
73
Fabian