For now I have made an item module with a simple tool for the admin to enter a profile id, all the audio files are concatenated into a single file and created as a profile item for the module.
Still have to make that work on the front end, but I'm pleased with my profgress for this weekend.
I have profiles on a quota which are created by a power user.
I'd like to add a "publish" button to those profiles, and have them added to a pending queue.
Would I be able to add to pending from within a view function when the publish button is clicked? Are there examples anywhere of how I would try that from within a function?
That sounds like what I had in mind, but you are right, there is no + button so I'm going to have to rethink that or avoid it altogether by not allowing profiles to be shared.