I think it can be done. If you look at includes/functions_digest.php, the first section gets subscribed threads and includes all new posts from those threads. Then the next section gets subscribed forums and provides links to new or updated threads. So I suppose what you could do is take the results of searching for new and updated threads and do the same thing that's done for subscribed threads (it'll obviously take some moving around of code).
|