Hmmm... well, I tried a trick that works on another forum (SMC)... passing the forum ID #'s as parameters to the search function:
Code:
https://www.forums.woodnet.net/search.php?action=getnew&include=8,2,11,3,4
Unfortunately it doesn't seem to work on the forum software *here*... appears to be a vBulletin thing, and not a myBB thing
Ah-hah!
Found an obscure reference in the myBB support forums to an apparently not-well-documented feature... anywho, for anyone interested, here's how ya make it work:
First, you need to find the forum ID # for the forums you *want* to see. So from the main forum page, select a (sub) forum of interest. Once that page is done loading, note the "fid" listed at the end of the URL:
Code:
https://www.forums.woodnet.net/forumdisplay.php?fid=8
Make a list of the forum IDs that you want to see new posts in. In my case, that looks like this:
Code:
https://www.forums.woodnet.net/search.php?action=getnew&fids=8,2,11,3,4
Be sure to highlight and copy that URL *before* you hit enter or click go, because once you send it off to the forum web server, it's going to come back looking something like this:
Code:
https://www.forums.woodnet.net/search.php?action=results&sid=39b73c71fe70caadc9489470d7abd667
which is a unique identifier for that one specific search at that point in time, not just 'show me the new posts in these forums'.
Now create a new bookmark, and paste that URL you saved into the address property for that bookmark, and save it. Now, whenever you open that bookmark, it'll automagically run a search for all the new posts across *only* the (sub) forums you are interested in.
You can still go back to the Off-Topic forum and argue about bathrooms and walls and whatnot anytime you want. But when all you want to see is woodworking content, this appears to be a viable work-around.
I'm pretty sure the links up there at the top *used* to be 'View All New Posts' and 'View New Woodworking Posts', but apparently at some point that got changed.