Saltar navegación

[Resuelto] Development site only for loged user

This support ticket is created hace 1 año, 2 meses. 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
- 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)

Este tema contiene 2 respuestas, tiene 3 mensajes.

Última actualización por Waqar hace 1 año, 2 meses.

Asistido por: Waqar.

Autor
Mensajes
#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
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: Europe/London (GMT+01: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!