luca
luca

Reputation: 12601

TYPO3: Hide record if logged-in user is NOT part of a user group

I have a record that I want to hide only if the frontend user is logged in AND he is part of a specific user group. How can I do that? The opposite is very easy with the "Access" tab... but this I can't figure out.. is there a way to do it with typoscript?

Upvotes: 4

Views: 1405

Answers (2)

Matox
Matox

Reputation: 381

This can be done in the TCE Form. But you'll have to create two seperated user-groups. So, when you assign a content element to fe group "A" it will be automatically hidden for "B".

This would be the opposite, then.

Upvotes: 0

user673046
user673046

Reputation:

You might need to get your hands dirty, writing some TypoScript Conditions instead of using the graphical method.

Hope it helps you. If there is a graphical method, I sure would like to know about it since every now and then it might come in handy.

cu Roman

Upvotes: 1

Related Questions