Zachary thanks a lot for this. I love it.
Correct me if I'm wrong, but.....
Line 121 should be changed
from this:
from w3t_Posts as t1, w3t_Boards as t2
to this:
from {$tbl_prefix}Posts as t1, {$tbl_prefix}Boards as t2
I'd second Omegatron's note about including some of the body. Also, I'd like to fetch the most recent 5 posts in the news forum, not necessarily just "today's" -- I don't have news every day and I want to ensure something shows up in other people's feeds. Know what I mean?
If I can help please let me know.
Thanks a lot.