John,
Here is the solution that worked for me. I am not sure how to avoid it in the future but my users are up and running again. I had 2 uesrs who could not create a new thread. They were both in the database table dbo.Forum_TrackedThreads. I deleted both entries ad they work fine now. It seems that there may be an issue with subscribing to a thread causes this to happen. I will be testing this in a test environment to see if I can figure out a long term solution.
I keep looking forward to a new/updated forum module. Maybe this will be handled in a future release.
Dan
I found a remedy for the situation at hand if you have access to your database.
Go into your database and navigate to the dbo.Forum_TrackedThreads table. In there you will see results that show
ForumID, ThreadID, UserID, CreatedDate and ModuleID
you will notice the UserID of the account not able to post in there. In my database there were 4 records, three of which I am sure were not able to post and am awaiting the forth user to log in and test the theory before i delete them. The three users of the records I deleted are all able to post now.
Just delete that row, and voila, you can post again.
I know this is just a temporary work around, but will get you back up and posting faster than any other method mentioned.