Users who are not members of a group to see a specific forum still can see the topic of the last thread in the forumlist. The forum should be seen as existant, but not give away such insight into contents to other members. How can I achieve that?
I use phpBB 3.1, I suppose the specific theme is irrelevant. My idea is something like:
<!-- IF CAT_ID/FORUM_ID is not xyz -->
show the subject and last poster ect.
<!-- ENDIF -->
Is there a correct syntax to achieve this? It should either be a whole category or a list of forums that should be excluded by this condition.
Any help appreciated...