MikeV wrote:While these are some forum features I'm sure many of us would like to see...
This isn't a "new feature request" or anything that would require developer resources. Thread subscription is a feature that phpBB implements already, and the link to use it shows up in every thread already.
I suspect there's just something configured incorrectly with the phpBB installation; I'd be more specific if I had more phpBB admin expertise (sorry). But it's a common enough piece of software that maybe some other random Slacker out there can give your web/db admin guy some tips on what settings to check.
||EDIT: I dug around for some info and didn't find anything definitive. But based on the
phpBB code docs, the relevant piece starts in
includes/functions_display.php,
watch_topic_forum(). That oughta tell you what db tables and settings it's trying to access.