Skip Navigation

[Resolved] Uploading user specific files with CRED forms

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to allow Users to upload files and updates for their profiles but not accept those updates until after admin review.

Solution: Create a custom post type "Updates" that accepts files, text and images that can be used in the User profile. Create a Form that submits those new Update posts in pending review status, and use email notifications to alert the site admin a new Update is pending review. Let the site admin update User profiles as needed based on the submitted Updates.

This support ticket is created 4 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Author
Posts
#1388947

Hello!
I was looking for a solution to my problem, please 🙂

I have a client that would like users to upload content for their profile (not directly onto their profile) so he can review/edit/change it and style the content into the page. The users have a login and have to log in to access the content form.

This would mean the content needs to go into a "folder" for that user or maybe the media gallery could be filtered by the user that uploaded it? He just needs to see whos contents whos when he's adding it to the user's profile.

Any other suggestions would be appreciated.

TIA

#1388999

Hi, what if you create a custom post type "Updates", then create a Toolset Form to create new Update posts? You could add custom fields, WYSIWYGs, custom image fields, and so forth. Then you can set the Form to create Update posts in "Pending Review" status, and display the Form somewhere on your site so your Users can submit new Updates. You could set up the Form to send an email notification to the site administrator when a new Update is posted. Then your site's admin can log in and see those Update posts pending review, copy the content from those posts, edit it, and paste it into the post author's User profile. After the administrator updates the User Profile, the administrator can trash or delete the Update post.

#1389315

Great idea! Thank you Christian!