Skip Navigation

[Resolved] Development site only for loged user

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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 2 replies, has 3 voices.

Last updated by Waqar 8 months, 2 weeks ago.

Assisted by: Waqar.

Author
Posts
#2686194

Tell us what you are trying to do?Hello, I whant development site only for logged user. I mean first page (homepage) is logged form. After entering the site, site is shown only the information that his access level allows. It can be the whole site or its part. Please tell me how best to implement such an idea. Thank you.

#2686228

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi there

You would use Access to determine who can see and do what on your site.

You would create one front-end page from which visitors could log in which was visible to all users, but you would set pages generally as not being visible to guests. And then you can set other post types as not visible to guests, and if needed you can specify permissions for different roles as required.

So,
- Create a single page that you will use for log in.
- At Toolset > Access Control set pages so that they cannot be accessed by guests
- At Toolset > Access Control > Post Groups create a group containing just the login page, and make that visible to guests.

See

https://toolset.com/course-lesson/creating-custom-login-forms/
https://toolset.com/course-lesson/setting-access-control/
https://toolset.com/course-lesson/restricting-access-to-pages/

#2686232

{ticket status updated}

#2686584

Thank you for help!