Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

User/Groupe Dependent Content

Solved by phi ARCHITECT View solution

Started by Simon Liechti 6 years ago · 1 replies · 437 views
6 years ago

Hi there
I'm looking for a way to show content, which is dependent on the logged user or dependent on his groupe. Is there a possibility to route in different directories after login dependent on the user?

6 years ago Solution

Hi @simonliechti -

To get started - you could add something like this to your template:

TWIG
{% if config.plugins.login.enabled and grav.user.username %}                                       
       Hello {{ grav.user.username }}
{% endif %}

from here you can build the custom content for the user.

👍 1

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 80 10 hours ago
General · by pamtbaau, 15 hours ago
1 51 15 hours ago
General · by Andy Miller, 1 day ago
0 45 1 day ago
General · by Marcel, 12 months ago
6 346 5 days ago
General · by Duc , 5 days ago
3 40 5 days ago