Topic: Forum visible but not viewable?
My experience with PunBB has so far been peppered with pleasant surprises. The amount of thought that's gone into its design is clear in every facet. However, there's one small piece of functionality from phpBB that's I'd like to reproduce, if possible, without hacking the source:
Can I make a forum show up in the index.php listing, but then have viewforum.php redirect to a page asking the user to login or register?
The forum_perms table as described here just contains "read_forum", "post_replies", and "post_topics." I'm happy with all of the forums marked false for "read_forum" to still exhibit the behaviour outlined above, but before I hack the source to pieces, I'd like to check if this is something the plugin interface could handle...
(Not yet familiar with the plugin architecture...)
Thanks.
EDIT: Here's the board in question: http://dev.tron09.com/forum/ (there's about ten forums in all, and I'd like all of them to show on the index listing)