Skip Navigation

[Resuelto] view condition if post permission for group subscriber

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

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

Este tema contiene 4 respuestas, tiene 2 mensajes.

Última actualización por alexd-6 hace 1 año, 8 meses.

Asistido por: Minesh.

Autor
Mensajes
#2564733

Hi,

i would check if post in view only for permission group subscriber - is this possible?

at now, i check this with an extra checkbox in posttype:

[wpv-conditional if="( $(wpcf-exklusiver-beitrag-fur-mitglieder) ne '1' )"]

But it would be easier if i can check the post permission for groups.

Thx, warmly- alex

#2565063

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Do you mean that you have created access group for your roles and assigned that group to your post type and you want to check if that if the assigned access group has the subscriber role assigned - is that correct? if no: Can you please share few screenshot that should help me to understand you query and once I review that I will be able to guide you in the right direction.

In addition to that - Could you please send me debug information that will help us to investigate your issue.
=> https://toolset.com/faq/provide-debug-information-faster-support/

#2565129

Hi Minesh - no, ich would this:

If a post has only permissions for show only a group like "subscribers" (standardgroup of wordpress) then show a icon with "only for subscribers" in view. i dont want to show "if user logged in as.." i would show "is post protected by permissions".

now i have a checkbox in posttype, which is manual activiated from user direkt in posttype. -> Field wpcf-exklusiver-beitrag-fur-mitglieder

instead of this condition

[wpv-conditional if="( $(wpcf-exklusiver-beitrag-fur-mitglieder) eq '1' )"]

would i have something like this:
[wpv-conditional if="( $(post permission for groups) eq 'subscriber' )"]

#2565407

Minesh
Supporter

Idiomas: Inglés (English )

Zona horaria: Asia/Kolkata (GMT+05:30)

Are you looking for the following solution?
- https://toolset.com/documentation/using-access-to-hide-certain-posts-from-view-results/

As I understand you have created a post group that is assigned to subscriber role and if that post group is assigned to individual post then you want to show/hide some content conditionally - is that correct?

#2565423

Hi - minesh - thx thats it!

My issue is resolved now. Thank you!