Hi everyone,
I'm having trouble doing something that seems simple to me but I can't figure out a way to get it to work.
I have a discussion board on an internal corporate site. The design of this board is intended to allow general users to post their thoughts, but that these threads require moderator approval before they are shown to all users. I wanted to use Content Approval
for this, so I turned that on. But this is creating problems.
To submit a new thread the user fills out a simple form and clicks save. However, there are several fields that are hidden from the user and only used by the moderator. These include things like "Status" which has the following options:
-Open
-Closed
-Pending
I require this because I want 'closed' items to be shown in an Archive view, while Open items only show in the Current view. However, I can't show this field to the user on the new/edit form because I don't want them to be able to change it! As a result,
I assumed the workaround I would use would be to create an admin-only datasheet view where the moderator can directly change these fields in the sheet. Unfortunately, everything is in Read Only mode so I can't do a thing there.
Does anyone have any idea how I could either produce an editable admin-only view which shows the admin fields, or some other way that allows me to manage these fields behind the scenes?
thank you!
Potential Solutions?
-Turn off content approval, not really great because I need this feature. Unless I turn it off and use the approval workflow instead, but that isn't ideal.