Skip Navigation

[Resolved] Specific post, edit, after user logs in (by user)

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

Problem:
Creating a post by the user after logging in, and
Editing a post, by the user that creates it, when the user logs in.

Solution:
Create a new post Form
Place the Form on a Page
Use Access to create a Post Group
Edit the Page with the Form and add it to the Post Group
Restrict read-access for Guests in this Post Group
Now Users can create a Post after they log in, but Guests cannot create a Post because they cannot access this Page.

Create an edit post Form
Place the Form on a Page, and add the same Post Group used before
Now Users can edit a Post after they log in, but Guests cannot edit a Post because they cannot access this Page.

This support ticket is created 6 years, 6 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.

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)

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 6 months ago.

Assisted by: Christian Cox.

Author
Posts
#1069280

Tell us what you are trying to do?

Creating a post by the user after logging in, and
Editing a post, by the user that creates it, when the user logs in.

Is there any documentation that you are following?

Is there a similar example that we can see?

What is the link to your site?

#1069433

Creating a post by the user after logging in
Create a new post Form
Place the Form on a Page
Use Access to create a Post Group
Edit the Page with the Form and add it to the Post Group
Restrict read-access for Guests in this Post Group
Now Users can create a Post after they log in, but Guests cannot create a Post because they cannot access this Page.

Editing a post, by the user that creates it, when the user logs in.
Create an edit post Form
Place the Form on a Page, and add the same Post Group used before
Now Users can edit a Post after they log in, but Guests cannot edit a Post because they cannot access this Page.