1
I would like to allow forum posters to be able to set group permissions for their reply. Why?
I post a topic in an open forum... later in the thread someone wants to post something that only registered users can see.
This is a mixed form of private and open where privacy is at the post level not the forum level.
I propose using the standard *NIX permissions for each reply so posters can see all their posts, anything posted by people in the same group as them.
Things needed off the top of my head:
A simple 'Make Private' button on the reply.php page
A new field in bb_posts to hold the private flag
A check in viewtopic against the flag, the user group and the poster group to display or not.
I hope someone has done this already but I cannot find it in any hack - may I'm not searching for the right keywords?
Thanks for you thoughts...