I found it by accident.
I was adding each individual sub-forum RSS feed to my phone, when I accidentally added the URL of the main page, and it magically gave me an RSS feed for the entire forum.
As far as I am aware, there is no visual link to it, but if you view the source of the page, you find two RSS feeds:
and
Perhaps you should add a link to them on the front page (or every page).
Edit: I just realized... for Safari users, they'll see a little thing like so:
But that's just Safari. I don't use safari as my primary browser, and even if I did, I doubt I would have noticed the little RSS thing unless I were looking for it as I am now.
I was adding each individual sub-forum RSS feed to my phone, when I accidentally added the URL of the main page, and it magically gave me an RSS feed for the entire forum.
As far as I am aware, there is no visual link to it, but if you view the source of the page, you find two RSS feeds:
Code:
<link rel="alternate" type="application/rss+xml" title="RSS (topics)" href="http://forums.ldraw.org/feed.php?0,type=rss" />
Code:
<link rel="alternate" type="application/rss+xml" title="RSS (topics + replies)" href="http://forums.ldraw.org/feed.php?0,replies=1,type=rss" />
Perhaps you should add a link to them on the front page (or every page).
Edit: I just realized... for Safari users, they'll see a little thing like so:
But that's just Safari. I don't use safari as my primary browser, and even if I did, I doubt I would have noticed the little RSS thing unless I were looking for it as I am now.